]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/ancient-headword.ly
LSR: Update.
[lilypond.git] / Documentation / snippets / new / ancient-headword.ly
index 6fb70574b407734ef12fb666af8ac9f45ceb5051..d055bff585c5f27a8a6881cc74bb6ad6fb0b49d0 100644 (file)
@@ -1,10 +1,10 @@
 \version "2.12.0"
 
 #(set-global-staff-size 15)
-\paper{
-  ragged-right=##t
-  line-width=17\cm
-  indent=0\cm
+\paper {
+  ragged-right = ##t
+  line-width = 17\cm
+  indent = 0\cm
 }
 
 
@@ -15,7 +15,8 @@
 }
 
 \layout {
-  \context { \Score
+  \context {
+    \Score
     \override PaperColumn #'keep-inside-line = ##t
     \override NonMusicalPaperColumn #'keep-inside-line = ##t
   }
 \layout {
   \context {
     \Staff
-    \consists Custos_engraver
+    \consists "Custos_engraver"
   }
 }
-