bug-lilypond
[Top][All Lists]
Advanced

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

Wrong positioning of rests using 2 voices in a staff


From: Henri Manson
Subject: Wrong positioning of rests using 2 voices in a staff
Date: Tue, 27 Sep 2005 04:38:35 +0200
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

Hi there,

I think that maybe I have found a bug in lilypond 2.6.0. I have a score with a bass clef and two voices, one has the stems up the other the stems down. When I switch the order of the two voices of the original file (good.ly) the rests aren't positioned correct anymore (bad.ly). I think the other of the voices shouldn't matter. Can you enlighten me?

Kind regards,

Henri Manson

\version "2.6.0"
\new Staff
{
        \clef bass
        \key f \major
        \time 6/8 
        <<
        { \stemDown d2. d d } \\
        { \stemUp a8 r a-. [ a-. ] r a-. a r a-. [ a-. ] r a-. a r a [ a ] r a }
        >>
}
\version "2.6.0"
\new Staff
{
        \clef bass
        \key f \major
        \time 6/8 
        <<
        { \stemUp a8 r a-. [ a-. ] r a-. a r a-. [ a-. ] r a-. a r a [ a ] r a 
} \\
        { \stemDown d2. d d }
        >>
}

reply via email to

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