bug-lilypond
[Top][All Lists]
Advanced

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

Re: Tablature: duplicated note as part of tied chord not correctly hidin


From: Federico Bruni
Subject: Re: Tablature: duplicated note as part of tied chord not correctly hiding
Date: Mon, 09 Oct 2017 08:25:56 +0200

Hi Bart

If you try the latest 2.19 you'll see that this issue has been fixed.


Il giorno lun 9 ott 2017 alle 6:32, Bart Nagel <address@hidden> ha scritto:
Here's a chord (the same note played at the same time on two different
strings) tied over two bars. This example shows all four combinations
of repeating the chord with q vs spelling the full chord out again,
and using or not using \tabChordRepeats.

Each one prints the repeated note in the second bar of the pair. This
note shouldn't be visible.

    \version "2.18.2"

    notes = {
        <e'\2 e'>1~ q
        <e'\2 e'>1~ <e'\2 e'>
    }

    <<
        \new Staff {
            \notes
            \notes
        }
        \new TabStaff {
            \notes
            \tabChordRepeats \notes
        }
    >>

If there's a workaround I'd like to hear it. I'd rather it didn't
involve duplicating all the notes (one with a workaround for
tablature, the other as it is now for standard notation), since this
would make my source rather unwieldy.

_______________________________________________
bug-lilypond mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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