m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/ly
diff options
context:
space:
mode:
authorMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-12 14:17:19 +0200
committerMarcin Chrzanowski <m@m-chrzan.xyz>2021-09-12 14:17:19 +0200
commitf3039744d72454e7e3b8cb1032266bcc172ce488 (patch)
tree5a92a698056e2cbec6f0b121a9ce31596e4a4581 /ly
Initial commit
Diffstat (limited to 'ly')
-rw-r--r--ly/preamble.ly12
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
+}