]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/allfontstyle.ly
polish texidocs.
[lilypond.git] / input / regression / allfontstyle.ly
1 \version "1.5.68"
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                         { \property Voice.TextScript \set #'font-style = #'italic d-4_"cantabile" }
15                         {  e }  } \grace { c16 }
16                         \property Voice.TextScript \set #'font-style = #'large
17                          f4-\ff^""^"Largo" \mark "B" g 
18         }
19         \paper { linewidth = -1.0
20         % \translator {\BarNumberingStaffContext} }
21         }
22 }