bug-lilypond
[Top][All Lists]
Advanced

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

Two notes with the same notehead but different accidentals should not be


From: Yuan Ye
Subject: Two notes with the same notehead but different accidentals should not be merged
Date: Thu, 6 Jun 2013 09:25:36 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

In the following minimal example, none of the four solutions is acceptable.
The last one may be the least confusing, but still, in choral music, I
definitely want to show clearly that the upper voice is g and the lower
voice is gis, thus I have to use multiple voices.
 
\version "2.16.2"

\new Voice \relative g' {
        <<
        { \voiceOne g g! }
        \new Voice { \voiceTwo gis gis! }
        >>
        \oneVoice <g gis> <g! gis!>
}





reply via email to

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