]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-chord-repetition.ly
Doc-es: various updates.
[lilypond.git] / input / regression / tablature-chord-repetition.ly
index f9583411b881a29648940d43608f30656095197b..c46d6ea815d15f1655a2b1629ccd172607aefc6d 100644 (file)
@@ -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
       }
     }