]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tablature-open-string-chord.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / tablature-open-string-chord.ly
1 \version "2.16.0"
2
3 \header {
4
5   texidoc = "
6 Open strings can always be part of a chord in tablature, even when frets
7 above 4 have been used in the chord.  In this case, both chords should show
8 an open fourth string."
9
10 }  
11
12 \score {
13   \new TabStaff { 
14     \set TabStaff.stringTunings = \stringTuning <c g d' a'>
15     <c g'> 1 <c\4 g'> 1
16   }
17 }