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