summaryrefslogtreecommitdiff
path: root/input/regression/allfontstyle.ily
blob: 54a9ee36abdc6550edfb7c6067d6d3d9936dcde1 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
\version "2.11.51"

\header{
    texidoc="
Different text styles are used for various purposes.
"
}

\paper {
    ragged-right = ##t
}

\relative c'' \context Staff {
    \textLengthOff
    \repeat volta 2 { \time 4/4 c4^"cuivre"_\fermata }
    \alternative {
	{
	    d-4_\markup { \italic "cantabile"  } }
	{  e }  } \acciaccatura { c16 }

    f4\ff^""^\markup  { \large "Largo" } \mark "B" g 
}