]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/allfontstyle.ly
* scripts/convert-ly.py (FatalConversionError.figures_replace):
[lilypond.git] / input / regression / allfontstyle.ly
1 \version "1.9.4"
2
3 \header{
4 texidoc="
5 Different text styles are used for various purposes.
6 "
7 }
8
9 \score {  \notes
10         \relative c'' \context Staff {
11                 \emptyText
12                 \repeat volta 2 { \time 4/4 c4^"cuivr\\'e"_\fermata }
13                  \alternative {
14                         {
15                             d-4_\markup { \italic "cantabile"  } }
16                         {  e }  } \acciaccatura { c16 }
17                           
18                          f4\ff^""^\markup  { \large "Largo" } \mark "B" g 
19         }
20         \paper { raggedright = ##t
21         % \translator {\BarNumberingStaffContext} }
22         }
23 }