In the following minimal tablature example, the repeated g in the chord, shows up in the tied chord.

Which g shows up depends on whether I retype the tied chord (bar 1), use the 'q' symbol (bar 2), or use 'q' with \tabChordRepeats set (bar 3).


\version "2.18.2"

\score {
 \new TabStaff {
   \new TabVoice {
     \relative c {
       <c g'\4 g> ~ <c g'\4 g> c c
       <c g'\4 g> ~ q c c }
     \tabChordRepeats
     \relative c {
       <c g'\4 g> ~ q c c }
   }
 }
}


Any solutions/workarounds ?

Regards,
Phil.



_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to