bug-lilypond
[Top][All Lists]
Advanced

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

Missing Rests


From: Will Oram
Subject: Missing Rests
Date: Wed, 17 Aug 2005 00:01:30 -0500

It's getting better, but lilypond sometimes just leaves bars in combined part lines blank. An example:

partA = {
        \clef "treble"
        \key eflat \major
        \time 6/8
        
        R1*3/4*2
        
        r8 d8\p(\< eflat f aflat4)~\!
        aflat4.\fermata\mf~\> aflat8\pp\! r r\fermata
        
        R1*3/4*3
        R1*3/4^\fermataMarkup
}

partB = {
        \clef "treble"
        \key eflat \major
        \time 6/8
        
        R1*3/4*7
        R1*3/4^\fermataMarkup
}

---

Combine them with this:

\new Staff <<
        \partcombine
                \relative d'' { \partA }
                \relative g' { \partB }
>>

Measures 1 - 4 are OK, 5 - 7 are blank, and 8 is OK.

Will Oram // Genius @ Large // AIM spamguy21
spamguy (at) foxchange (dot) com // wro1 (at) cwru (dot) edu





reply via email to

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