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