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