]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/allfontstyle.ily
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / allfontstyle.ily
1 \version "2.11.51"
2
3 \header{
4     texidoc="
5 Different text styles are used for various purposes.
6 "
7 }
8
9 \paper {
10     ragged-right = ##t
11 }
12
13 \relative c'' \context Staff {
14     \textLengthOff
15     \repeat volta 2 { \time 4/4 c4^"cuivre"_\fermata }
16     \alternative {
17         {
18             d-4_\markup { \italic "cantabile"  } }
19         {  e }  } \acciaccatura { c16 }
20
21     f4\ff^""^\markup  { \large "Largo" } \mark "B" g 
22 }