]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/magnifyMusic-tablature-double-stems.ly
Doc-es: various updates.
[lilypond.git] / input / regression / magnifyMusic-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{\magnifyMusic} command."
6 }
7
8 <<
9   \new TabVoice = "tabvoice" {
10     \tabFullNotation
11     \magnifyMusic 0.5 { c4 c2 c4 }
12     c4 c2 c4
13     \magnifyMusic 2.0 { c4 c2 c4 }
14   }
15   \new Lyrics \lyricsto "tabvoice" {
16     "50%" _ _
17     "100%" _ _
18     "200%" _ _
19   }
20 >>