]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/magnifyStaff-dots-beamlets.ly
Doc-es: various updates.
[lilypond.git] / input / regression / magnifyStaff-dots-beamlets.ly
1 \version "2.19.11"
2
3 \header {
4   texidoc = "Dot size and beamlet length should be scaled along
5 with notation size when using the @code{\magnifyStaff} command."
6 }
7
8 music = { a'8.[ a'16] }
9 {
10   \magnifyStaff 0.50 \music \music \bar "|"
11   \magnifyStaff 0.71 \music \bar "|"
12   \magnifyStaff 1.00 \music \bar "|"
13   \magnifyStaff 1.41 \music \bar "|"
14   \magnifyStaff 2.00 \music \bar "|"
15 } \addlyrics {
16   "0.50  " _ _ _
17   "0.71  " _
18   "1.00  " _
19   "1.41  " _
20   "2.00  " _
21 }