MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / tablature-chord-repetition.ly
blob4d31770a359ddc5a3811cdced3de2a7d8e305950
1 \version "2.13.17"
3 \header {
4 texidoc = "In a TabStaff, the chord repetition function needs
5 to save the string information. This is handled by
6 @code{\\tabChordRepetition}."
9 \tabChordRepetition
11 Guitar = \relative c' {
12 r8 < gis\4 cis\3 b\2 > ~ q4 q8 ~ q q4
15 \score {
16 \new StaffGroup <<
17 \new Staff {
18 \new Voice {
19 \clef "treble_8"
20 \override Voice.StringNumber #'transparent = ##t
21 \Guitar
24 \new TabStaff {
25 \new TabVoice {
26 \Guitar