bug-lilypond
[Top][All Lists]
Advanced

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

Re: Wrong positioning of rests using 2 voices in a staff


From: Mats Bengtsson
Subject: Re: Wrong positioning of rests using 2 voices in a staff
Date: Wed, 28 Sep 2005 16:54:48 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

Read the first paragraphs of Section "6.6.2 Explicitly instantiating voices"
in the manual.

     /Mats

Henri Manson wrote:

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

------------------------------------------------------------------------

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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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