]> git.donarmstrong.com Git - lilypond.git/blob - input/test/textscript.ly
release: 1.3.148
[lilypond.git] / input / test / textscript.ly
1 \version "1.3.146"
2
3
4 %
5 % Test font selection and scm text markup
6 %
7
8 \score{
9   \notes\relative c''{
10     c'1^#'(rows (dynamic "p") " ma sosten.") 
11     c^#'(bold "ABCD")
12     c^#'(rows "Dal " (music "scripts-segno")) 
13     c^#'(Large "ABCD") 
14     \break
15     \property Voice . TextScript \override #'font-shape = #'upright
16     c1^#'(rows (dynamic "p") " ma sosten.")  
17     c^#'(bold "ABCD")
18     \property Voice . TextScript \override #'font-series = #'bold
19     c^#'(rows "Dal " (music "scripts-segno")) 
20     c^#'(Large "ABCD")
21   }
22 }