Comment #3 on issue 3064 by [email protected]: deadNotes example is not
playable
http://code.google.com/p/lilypond/issues/detail?id=3064
Marc, the notes on second string of the first two chords should be changed.
You'll never stop the second string on those frets.
I would also just remove the string numbers.
\version "2.17.9"
music = \relative c' {
\override StringNumber.stencil = ##f
< a \deadNote cis a' >4
< b\3 \deadNote dis b' >
< c\3 \deadNote e\2 c' >
\deadNotesOn
\times 2/3 { g8 b e }
\deadNotesOff
< a, c e >1
}
\new StaffGroup <<
\new Staff {
\clef "treble_8"
\music
}
\new TabStaff {
\music
}