]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/custos.ly
Issue 4422/4: convert-ly rule for removing parser/location
[lilypond.git] / input / regression / custos.ly
index 26872303a0a748bf7bba8f0fd337fb691b162d21..b129343a6e044bf29f1ac296a0cf44103604b855 100644 (file)
@@ -1,32 +1,34 @@
-\version "2.6.0"
+\version "2.17.6"
 \header {
     texidoc = "Custodes may be engraved in various styles."
 }
 
+\layout {
+  \context {
+    \Staff
+    \consists "Custos_engraver"
+  }
+  ragged-right = ##t
+}
+
+
+
 {
-  \override Staff.Custos  #'neutral-position = #4
+  \override Staff.Custos.neutral-position = #4
 
-  \override Staff.Custos  #'style = #'hufnagel
+  \override Staff.Custos.style = #'hufnagel
   c'1^"hufnagel"
   \break < d' a' f''>1
 
-  \override Staff.Custos  #'style = #'medicaea
+  \override Staff.Custos.style = #'medicaea
   c'1^"medicaea"
   \break < d' a' f''>1
 
-  \override Staff.Custos  #'style = #'vaticana
+  \override Staff.Custos.style = #'vaticana
   c'1^"vaticana"
   \break < d' a' f''>1
 
-  \override Staff.Custos  #'style = #'mensural
+  \override Staff.Custos.style = #'mensural
   c'1^"mensural"
   \break < d' a' f''>1
 }
-\layout {
-  \context {
-    \Staff
-    \consists Custos_engraver
-  }
-  raggedright = ##t
-}
-