release commit
[lilypond.git] / input / test / textscript.ly
blob5d96662aa7155e368b2f44897c010b05da960cb2
2 \version "2.1.7"
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{ }