]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/allfontstyle.ly
release: 1.3.146
[lilypond.git] / input / regression / allfontstyle.ly
index 2f1ff104f000ca1c5144fdffe7223df65d4584c5..fcdae9bf5fd3fd95d15eda627e7d8b07a32e578e 100644 (file)
@@ -1,3 +1,4 @@
+\version "1.3.146"
 
 
 
@@ -5,14 +6,14 @@
 \score {  \notes
        \relative c'' \context Staff {
                \emptyText
-               \repeat volta 2 { \time 4/4; c4^"cuivr\\'e"_\fermata }
+               \repeat volta 2 { \time 4/4 c4^"cuivr\\'e"_\fermata }
                 \alternative {
                        { \property Voice.TextScript \set #'font-style = #'italic d-4_"cantabile" }
                        {  e }  } \grace { c16 }
                        \property Voice.TextScript \set #'font-style = #'large
-                        f4-\ff^""^"Largo" \mark "B"; g 
+                        f4-\ff^""^"Largo" \mark "B" g 
        }
-       \paper { linewidth = -1.0;
+       \paper { linewidth = -1.0
        % \translator {\BarNumberingStaffContext} }
        }
 }