Massive changes - see ChangeLog.
[lilypond.git] / input / test / textscript.ly
blob442d472f25e3f09f4a3465399e8ddd51b32379cf
1 #(ly:set-option 'old-relative)
2 \version "1.9.0"
4 \header { texidoc = "@cindex Textscript
5 Test font selection and scm text markup. "
8 \score{
9 \notes\relative c''{
10 \property Voice . TextScript \override #'font-shape = #'upright
11 c1^\markup { \dynamic "p" "ma sosten." }
12 c^\markup \huge "ABCD"
13 \property Voice . TextScript \override #'font-series = #'bold
14 c^\markup { \bold "Dal" " " \raise #0.8 \musicglyph #"scripts-segno" }
15 c^\markup \huge "ABCD"
17 \paper{ }