]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/custos.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / custos.ly
index 4eeeab929eb4402711108813ee430b786d7dad72..620944993f4de8def433e4cc0fa578e11e3ebc85 100644 (file)
@@ -1,34 +1,34 @@
-\version "2.6.0"
+\version "2.16.0"
 \header {
     texidoc = "Custodes may be engraved in various styles."
 }
 
-\score {
-     {
-       \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
-    }
-    \layout {
-       \context {
-           \Staff
-           \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
+}