bug-lilypond
[Top][All Lists]
Advanced

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

Partcombine


From: Nels Daily
Subject: Partcombine
Date: Tue, 31 May 2011 20:18:49 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

"Partcombine" function will not show the second voice in measure 11.
Here's the code:

\version "2.13.63-1"  % necessary for upgrading to future LilyPond versions.

hornthree = \relative c' {
\time 2/4
        R2*2 r8 e16 r r8 e16 r r8 cis16 r r8 e16 r 
R2*2 r8 e16 r r8 e16 r r8 d16 r r8 e16 r R2*6
}

hornfour = \relative c' {
\time 2/4
        R2*10
%% These notes don't appear!!! %%
r8 b~ b b~ b b~ b b~ b b~ b b~ b b~ b b
}

\score {
 
                << { 
                        \partcombine \hornthree \hornfour 
                } >>

}




reply via email to

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