]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-chord-repetition.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / tablature-chord-repetition.ly
index 01c93ff777c428cec463378cb780d36630e5967e..7fd2a30eefc847e9b16a8e7b805b7910bf6e77c0 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.17.30"
 
 \header {
   texidoc = "In a TabStaff, the chord repetition function needs
@@ -19,7 +19,7 @@ Guitar = \relative c' {
     \new Staff {
       \new Voice {
         \clef "treble_8"
-        \override Voice.StringNumber #'transparent = ##t
+        \hide Voice.StringNumber
         \Guitar
       }
     }