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