]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/custos.ly
* scm/ps-to-png.scm: remove dir-re function.
[lilypond.git] / input / regression / custos.ly
index 9edcb0ed72cbb729a5399ed6c4ff51d56c873118..524ebffdb4ecad6454d71a4d1a9ba76bd326a2bb 100644 (file)
@@ -1,35 +1,34 @@
-\version "1.7.16"
+\version "2.6.0"
 \header {
-    texidoc = "custodes in various styles."
+    texidoc = "Custodes may be engraved in various styles."
 }
 
-\score {
-    \notes {
-       \property Staff.Custos \set #'neutral-position = #4
-       \property Staff.Custos \set #'neutral-direction = #-1
-       \property Staff.Custos \set #'adjust-if-on-staffline = ##t
-
-       \property Staff.Custos \set #'style = #'hufnagel
-       c'1^"Custos style = \#'hufnagel"
-       \break << d' a' f''>>1
-
-       \property Staff.Custos \set #'style = #'medicaea
-       c'1^"Custos style = \#'medicaea"
-       \break << d' a' f''>>1
-
-       \property Staff.Custos \set #'style = #'vaticana
-       c'1^"Custos style = \#'vaticana"
-       \break << d' a' f''>>1
-
-       \property Staff.Custos \set #'style = #'mensural
-       c'1^"Custos style = \#'mensural"
-       \break << d' a' f''>>1
-    }
-    \paper {
-       \translator {
-           \StaffContext
-           \consists Custos_engraver
-       }
-    }
+\layout {
+  \context {
+    \Staff
+    \consists Custos_engraver
+  }
+  raggedright = ##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
 }
-%% new-chords-done %%