]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/allfontstyle.lyinc
Removed input/template/
[lilypond.git] / input / regression / allfontstyle.lyinc
index 39e84e1ee1074421f76ae046f2723ebb0606f6a5..14bab67d43e78d68f7e6793bb1f9a758fdb2c800 100644 (file)
@@ -1,23 +1,22 @@
-\version "2.2.0"
+\version "2.3.22"
 
 \header{
-texidoc="
+    texidoc="
 Different text styles are used for various purposes.
 "
 }
 
-\score {  \notes
-       \relative c'' \context Staff {
-               \emptyText
-               \repeat volta 2 { \time 4/4 c4^"cuivr\\'e"_\fermata }
-                \alternative {
-                       {
-                           d-4_\markup { \italic "cantabile"  } }
-                       {  e }  } \acciaccatura { c16 }
-                         
-                        f4\ff^""^\markup  { \large "Largo" } \mark "B" g 
-       }
-       \paper { raggedright = ##t
-       % \context {\BarNumberingStaffContext} }
-       }
+\paper {
+    raggedright = ##t
+}
+
+\relative c'' \context Staff {
+    \emptyText
+    \repeat volta 2 { \time 4/4 c4^"cuivr\\'e"_\fermata }
+    \alternative {
+       {
+           d-4_\markup { \italic "cantabile"  } }
+       {  e }  } \acciaccatura { c16 }
+
+    f4\ff^""^\markup  { \large "Largo" } \mark "B" g 
 }