]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/font-magnification.ly
* lily/stem.cc (get_default_stem_end_position): use beam_count - 1
[lilypond.git] / input / regression / font-magnification.ly
1 \version "1.5.68"
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   % why doesn't this  work?
13   c4-#'((font-series . bold) ((font-magnification . 2.0) ("foobar")))
14
15   \property Voice .NoteHead \set #'font-magnification = #1.2
16   \property Voice.TextScript \set #'font-magnification = #2.0
17   c4-"big"
18   \property Voice .NoteHead \set #'font-magnification = #1.6
19   c4
20 }
21
22 }
23