]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/allfontstyle.ly
patch::: 1.3.126.jcn3
[lilypond.git] / input / regression / allfontstyle.ly
1
2
3
4 \score {  \notes
5         \relative c'' \context Staff {
6                 \emptyText
7                 \repeat volta 2 { \time 4/4; c4^"cuivr\\'e"_\fermata }
8                  \alternative {
9                         { \property Voice.textStyle = "italic" d-4_"cantabile" }
10                         {  e }  } \grace { c16 }
11                         \property Voice.textStyle = "large"
12                          f4-\ff^""^"Largo" \mark "B"; g 
13         }
14         \paper { linewidth = -1.0;
15         \translator { \BarNumberingStaffContext}
16         }
17 }