lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

\tabChordRepeats location inside the \score block


From: Federico Bruni
Subject: \tabChordRepeats location inside the \score block
Date: Sun, 12 Jul 2015 12:22:18 +0200

In the example below, \hideSplitTiedTabNotes is working while \tabChordRepeats doesn't.
I cannot find the proper place to make it work in that score block.

Any hint appreciated.
Thanks in advance
Federico

\version "2.19.22"

upper = \relative {
  r8 <a-3\4 cis-2\3 e-1\2>~ q4 q8~ 8 q4~ \break |
  q1
}

lower = \relative {
  a,1
}

\score {
  \new StaffGroup <<
    \new Staff { \clef "treble_8" << \upper \\ \lower >> }
    \new TabStaff \with {
      \tabChordRepeats
      \hideSplitTiedTabNotes
      \clef moderntab
    } <<
      \new TabVoice { \voiceOne \upper }
      \new TabVoice { \voiceTwo \lower }
    >>
  >>
  \layout { }
}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]