m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/ly
diff options
context:
space:
mode:
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
+}