]> git.donarmstrong.com Git - lilypond.git/blob - input/test/textscript.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / test / textscript.ly
1 \version "1.7.18"
2
3 \header { texidoc = "@cindex Textscript
4 Test font selection and scm text markup. "
5 }
6
7 \score{
8   \notes\relative c''{
9     \property Voice . TextScript \override #'font-shape = #'upright
10     c1^\markup { \dynamic "p" "ma sosten." }  
11     c^\markup \huge "ABCD" 
12     \property Voice . TextScript \override #'font-series = #'bold
13     c^\markup { \bold "Dal" " " \raise #0.8 \musicglyph #"scripts-segno" }
14     c^\markup \huge "ABCD"
15   }
16         \paper{ }
17 }
18