bug-lilypond
[Top][All Lists]
Advanced

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

\rest and chords


From: Mark Dewey
Subject: \rest and chords
Date: Fri, 2 Jun 2006 07:15:07 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Hello,

With Lilypond 2.9.7, for Windows (I'm using Windows 2000), I'm having some
trouble with \rest.  These issues did not occur with Lilypond 2.6.5 for Windows.

In certain contexts, b'4\rest (I don't think the duration matters), in the
treble clef, and d4\rest in the bass clef seem to produce erroneous results.

b'4\rest makes a rest in the f''4 position
d4\rest makes a rest in the a position

This only happens, it seems, in certain contexts with chords.  Here is an
example demonstrating the problem:

\version "2.9.7"

\score
{
        <<
                \new Staff
                <<
                \new Voice
                \clef treble
                {
                        \voiceOne
                        b'4\rest a'4\rest
                }
                \new Voice
                {
                        \voiceTwo
                        c'4 c'4
                }
                >>
                
                \new Staff
                <<
                \new Voice
                \clef bass
                {
                        \voiceThree
                        d4\rest c4\rest
                }
                \new Voice
                {
                        \voiceFour
                        b,4 g,4
                }
                >>
        
        >>
}

Notice how the first chord with the rest has the problem.  The second chord has
the rests in the specified positions.





reply via email to

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