]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/ancient-headword.ly
Doc: CG: add "find emergencies" to major release list.
[lilypond.git] / Documentation / snippets / ancient-headword.ly
index a497db4e52b6abd93c1f51e15d083b7235421240..64d0feb1a7f4e946e559ce0507aa8386222afe14 100644 (file)
@@ -5,10 +5,10 @@
 \version "2.13.10"
 
 #(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
 }
 
 
@@ -20,7 +20,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"
   }
 }
-