]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/ancient-headword.ly
Doc-de: update of staff.itely
[lilypond.git] / Documentation / snippets / ancient-headword.ly
index a497db4e52b6abd93c1f51e15d083b7235421240..72ad5d5ae6a7d51516d9aba5878262abbb97304a 100644 (file)
@@ -2,13 +2,13 @@
 % generated from Documentation/snippets/new
 % This file is in the public domain.
 %% Note: this file works from version 2.12.0
-\version "2.13.10"
+\version "2.13.29"
 
 #(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"
   }
 }
-