X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ftablature-chord-repetition.ly;h=c46d6ea815d15f1655a2b1629ccd172607aefc6d;hb=d60a839a6cda6b5341360d5b46bfc98872a81b7a;hp=f9583411b881a29648940d43608f30656095197b;hpb=f25b23eb6fbbf83489dfac39f1908ab13a75b4b9;p=lilypond.git diff --git a/input/regression/tablature-chord-repetition.ly b/input/regression/tablature-chord-repetition.ly index f9583411b8..c46d6ea815 100644 --- a/input/regression/tablature-chord-repetition.ly +++ b/input/regression/tablature-chord-repetition.ly @@ -1,4 +1,4 @@ -\version "2.17.6" +\version "2.19.21" \header { texidoc = "In a TabStaff, the chord repetition function needs @@ -10,8 +10,8 @@ music in the tabstaff, not affecting other contexts." \tabChordRepetition -Guitar = \relative c' { - r8 < gis\4 cis\3 b\2 > ~ q4 q8 ~ q q4 +Guitar = \relative { + r8 < gis\4 cis\3 b\2 > ~ q4 q8 ~ 8 q4 } \score { @@ -19,7 +19,7 @@ Guitar = \relative c' { \new Staff { \new Voice { \clef "treble_8" - \override Voice.StringNumber.transparent = ##t + \hide Voice.StringNumber \Guitar } }