]> git.donarmstrong.com Git - lilypond.git/blob - input/test/textscript.ly
b1ab15489351cc830da3e4f080e1e19af6fed39a
[lilypond.git] / input / test / textscript.ly
1
2 \version "2.1.26"
3
4 \header { texidoc = "@cindex Textscript
5 Test font selection and scm text markup. "
6 }
7
8 \score{
9   \notes\relative c''{
10     \override TextScript  #'font-shape = #'upright
11     c1^\markup { \dynamic "p" "ma sosten." }  
12     c^\markup \huge "ABCD" 
13     \override TextScript  #'font-series = #'bold
14     c^\markup { \bold "Dal" " " \raise #0.8 \musicglyph #"scripts-segno" }
15     c^\markup \huge "ABCD"
16   }
17         \paper{ }
18 }
19