]> git.donarmstrong.com Git - lilypond.git/blob - input/test/allfontstyle.ly
release: 1.1.62
[lilypond.git] / input / test / allfontstyle.ly
1
2
3
4 \score {  \notes
5         \relative c'' \context Staff {
6                 \repeat "semi" 2 { \time 4/4; c4^"foo" }
7                  \alternative { d-4 e-\fermata  } \grace { c16 } f-\ff
8         }
9         \paper { linewidth = -1.0; }
10 }