bug-lilypond
[Top][All Lists]
Advanced

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

\repeatTie does not hide TabNoteHead of tied note


From: Federico Bruni
Subject: \repeatTie does not hide TabNoteHead of tied note
Date: Tue, 01 Aug 2017 16:14:06 +0200

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 { }
}


Attachment: repeat-tie-tabnotehead.png
Description: PNG image


reply via email to

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