]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/custos.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / custos.ly
index 7a05faddde5c44867a705fcf80a860ebeb38fb71..258da6871625b56d270a957bc6f1bcee51d0a3f1 100644 (file)
@@ -1,34 +1,34 @@
-\version "2.2.0"
+\version "2.14.0"
 \header {
     texidoc = "Custodes may be engraved in various styles."
 }
 
-\score {
-    \notes {
-       \override Staff.Custos  #'neutral-position = #4
-
-       \override Staff.Custos  #'style = #'hufnagel
-       c'1^"hufnagel"
-       \break < d' a' f''>1
-
-       \override Staff.Custos  #'style = #'medicaea
-       c'1^"medicaea"
-       \break < d' a' f''>1
-
-       \override Staff.Custos  #'style = #'vaticana
-       c'1^"vaticana"
-       \break < d' a' f''>1
-
-       \override Staff.Custos  #'style = #'mensural
-       c'1^"mensural"
-       \break < d' a' f''>1
-    }
-    \paper {
-       \context {
-           \StaffContext
-           \consists Custos_engraver
-       }
-       raggedright = ##t
-    }
+\layout {
+  \context {
+    \Staff
+    \consists Custos_engraver
+  }
+  ragged-right = ##t
 }
 
+
+
+{
+  \override Staff.Custos  #'neutral-position = #4
+
+  \override Staff.Custos  #'style = #'hufnagel
+  c'1^"hufnagel"
+  \break < d' a' f''>1
+
+  \override Staff.Custos  #'style = #'medicaea
+  c'1^"medicaea"
+  \break < d' a' f''>1
+
+  \override Staff.Custos  #'style = #'vaticana
+  c'1^"vaticana"
+  \break < d' a' f''>1
+
+  \override Staff.Custos  #'style = #'mensural
+  c'1^"mensural"
+  \break < d' a' f''>1
+}