diff options
author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-12 14:17:19 +0200 |
---|---|---|
committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-09-12 14:17:19 +0200 |
commit | f3039744d72454e7e3b8cb1032266bcc172ce488 (patch) | |
tree | 5a92a698056e2cbec6f0b121a9ce31596e4a4581 /ly |
Initial commit
Diffstat (limited to 'ly')
-rw-r--r-- | ly/preamble.ly | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ly/preamble.ly b/ly/preamble.ly new file mode 100644 index 0000000..437ee5e --- /dev/null +++ b/ly/preamble.ly @@ -0,0 +1,12 @@ +\version "2.22.1" + +#(ly:set-option 'print-pages #f) +#(ly:set-option 'crop #t) + +\header { + tagline = ##f +} + +\paper { + indent = 0 +} |