]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/allfontstyle.ily
Doc-es: various updates.
[lilypond.git] / input / regression / allfontstyle.ily
index 14bab67d43e78d68f7e6793bb1f9a758fdb2c800..c2236ba2434090082691641b8e90dab7e74acade 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.3.22"
+\version "2.16.0"
 
 \header{
     texidoc="
@@ -7,16 +7,16 @@ Different text styles are used for various purposes.
 }
 
 \paper {
-    raggedright = ##t
+    ragged-right = ##t
 }
 
 \relative c'' \context Staff {
-    \emptyText
-    \repeat volta 2 { \time 4/4 c4^"cuivr\\'e"_\fermata }
+    \textLengthOff
+    \repeat volta 2 { \time 4/4 c4^"cuivre"_\fermata }
     \alternative {
        {
            d-4_\markup { \italic "cantabile"  } }
        {  e }  } \acciaccatura { c16 }
 
-    f4\ff^""^\markup  { \large "Largo" } \mark "B" g 
+    f4\ff^\markup  { \large "Largo" } \mark "B" g
 }