]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/allfontstyle.ly
Massive changes - see ChangeLog.
[lilypond.git] / input / regression / allfontstyle.ly
index 8c48cd1780fc580b3966d527ddb173f16b29bccb..be3639f986c775d4f2f03c2b8f92557734548e33 100644 (file)
@@ -1,17 +1,23 @@
+#(ly:set-option 'old-relative)
+\version "1.9.0"
 
-
+\header{
+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 }
+               \repeat volta 2 { \time 4/4 c4^"cuivr\\'e"_\fermata }
                 \alternative {
-                       { \property Voice.textStyle = "italic" d-4_"cantabile" }
+                       { \property Voice.TextScript \set #'font-style = #'italic d-4_"cantabile" }
                        {  e }  } \grace { c16 }
-                       \property Voice.textStyle = "large"
-                        f4-\ff^""^"Largo" \mark "B"; g 
+                       \property Voice.TextScript \set #'font-style = #'large
+                        f4-\ff^""^"Largo" \mark "B" g 
        }
-       \paper { linewidth = -1.0;
-       \translator { \BarNumberingStaffContext}
+       \paper { raggedright = ##t
+       % \translator {\BarNumberingStaffContext} }
        }
 }