bug-lilypond
[Top][All Lists]
Advanced

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

Tablature: duplicated note as part of tied chord not correctly hiding


From: Bart Nagel
Subject: Tablature: duplicated note as part of tied chord not correctly hiding
Date: Sun, 8 Oct 2017 21:32:25 -0700
User-agent: Mutt/1.5.24 (2015-08-30)

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.



reply via email to

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