]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/magnifyStaff-tablature-double-stems.ly
Doc-es: various updates.
[lilypond.git] / input / regression / magnifyStaff-tablature-double-stems.ly
1 \version "2.19.11"
2
3 \header {
4   texidoc = "Tablature half-note double-stems should be scaled along
5 with notation size when using the @code{\magnifyStaff} command."
6 }
7
8 <<
9   \new TabVoice = "tabvoice" {
10     \tabFullNotation
11     \magnifyStaff 0.5 c4 c2 c4
12     \magnifyStaff 1.0 c4 c2 c4
13     \magnifyStaff 2.0 c4 c2 c4
14   }
15   \new Lyrics \lyricsto "tabvoice" {
16     "50%" _ _
17     "100%" _ _
18     "200%" _ _
19   }
20 >>