]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-double-stem-tremolo.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tablature-double-stem-tremolo.ly
1 \version "2.16.0"
2
3 \header {
4   texidoc = "Tremoli applied to double stems in a @code{TabVoice}
5 should be centered on the double stem.
6 "
7 }
8 \new TabVoice \relative c' {
9   \tabFullNotation
10   a2:32
11 }