]> git.donarmstrong.com Git - lilypond.git/blob - input/test/textscript.ly
Mark file for proposed deletion.
[lilypond.git] / input / test / textscript.ly
1 \version "1.7.18"
2 \header {
3 texidoc = "Test font selection and scm text markup"
4 }
5
6 \score{
7   \notes\relative c''{
8     \property Voice . TextScript \override #'font-shape = #'upright
9     c1^\markup { \dynamic "p" "ma sosten." }  
10     c^\markup \huge "ABCD" 
11     \property Voice . TextScript \override #'font-series = #'bold
12     c^\markup { \bold "Dal" " " \raise #0.8 \musicglyph #"scripts-segno" }
13     c^\markup \huge "ABCD"
14   }
15 }
16 %% new-chords-done %%