Hi
Can't remember/find if I've made this answer before.
In the following example, you see that \repeatTie does not hide
TabNoteHead, while the TabNoteHead in the first volta is hidden.
Don't know if this is intended...
\version "2.19.46"
mus = \relative c' {
\repeat volta 2 {
c2 d~ |
}
\alternative {
{ d2 e }
{
% Inconsistent (?) behaviour unless you uncomment the following
line
%\once\hide TabNoteHead
d2\repeatTie c
}
}
}
\score {
\new StaffGroup <<
\new Staff { \clef "treble_8" \mus }
\new TabStaff \mus
>>
\layout { }
}
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond