]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/tablature-chord-repetition.ly
Removes '-signs from vectors
[lilypond.git] / input / regression / tablature-chord-repetition.ly
index 4d31770a359ddc5a3811cdced3de2a7d8e305950..f9583411b881a29648940d43608f30656095197b 100644 (file)
@@ -1,9 +1,11 @@
-\version "2.13.17"
+\version "2.17.6"
 
 \header {
   texidoc = "In a TabStaff, the chord repetition function needs
-to save the string information. This is handled by
-@code{\\tabChordRepetition}."
+to save the string information.  The obsolete function
+@code{\\tabChordRepetition} establishes this setting score-wide.
+Nowadays, you would rather use just @code{\\tabChordRepeat} on the
+music in the tabstaff, not affecting other contexts."
 }
 
 \tabChordRepetition
@@ -17,7 +19,7 @@ Guitar = \relative c' {
     \new Staff {
       \new Voice {
         \clef "treble_8"
-        \override Voice.StringNumber #'transparent = ##t
+        \override Voice.StringNumber.transparent = ##t
         \Guitar
       }
     }