]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/allfontstyle.ly
release: 1.1.64
[lilypond.git] / input / test / allfontstyle.ly
index 0e995e64ab600ce7dbcb7ce5cdbb8b430e0c2cba..aae8b05cd7b18dcf27ab14554af31c84e8369325 100644 (file)
@@ -3,8 +3,15 @@
 
 \score {  \notes
        \relative c'' \context Staff {
-               \repeat "semi" 2 { \time 4/4; c4^"foo" }
-                \alternative { d-4 e-\fermata  } \grace { c16 } f-\ff
+               \property Staff.textEmptyDimension = "1"
+               \repeat "semi" 2 { \time 4/4; c4^"cuivr\\'e"_\fermata }
+                \alternative {
+                       { \property Voice.textStyle = "italic" d-4_"cantabile" }
+                       {  e }  } \grace { c16 }
+                       \property Voice.textStyle = "large"
+                        f4-\ff^""^"Largo" \mark "B"; g 
+       }
+       \paper { linewidth = -1.0;
+       \translator { \BarNumberingStaffContext}
        }
-       \paper { linewidth = -1.0; }
 }