]> 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 4d31770a359ddc5a3811cdced3de2a7d8e305950..c46d6ea815d15f1655a2b1629ccd172607aefc6d 100644 (file)
@@ -1,15 +1,17 @@
-\version "2.13.17"
+\version "2.19.21"
 
 \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
 
-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 {
@@ -17,7 +19,7 @@ Guitar = \relative c' {
     \new Staff {
       \new Voice {
         \clef "treble_8"
-        \override Voice.StringNumber #'transparent = ##t
+        \hide Voice.StringNumber
         \Guitar
       }
     }