]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/font-magnification.ly
* lily/text-engraver.cc (process_acknowledged_grobs): use new
[lilypond.git] / input / regression / font-magnification.ly
1 \version "1.7.6"
2 \header { texidoc = "The magnification can be set for any font. Note
3 that this doesn't change variable symbols such as beams or slurs. " }
4
5 \score {
6 \notes \relative c'' \context Voice {
7 \property Voice .NoteHead \set #'font-magnification = #0.9
8 c4
9 \property Voice .NoteHead \set #'font-magnification = #0.8
10
11
12 c4-"normal"
13   % why doesn't this  work?
14   c4-\markup \bold \magnify #2.0 "foobar"
15
16   \property Voice .NoteHead \set #'font-magnification = #1.2
17   \property Voice.TextScript \set #'font-magnification = #2.0
18   c4-"big"
19   \property Voice .NoteHead \set #'font-magnification = #1.6
20   c4
21 }
22
23 }
24
25 %% new-chords-done %%