lilypond-user
[Top][All Lists]
Advanced

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

Re: Partcombine - appear as one set of notes when the same?


From: Garrett Fitzgerald
Subject: Re: Partcombine - appear as one set of notes when the same?
Date: Tue, 10 Mar 2009 00:38:16 -0400

Scratch that -- I had mismatched slurs at the beginning, and that
threw the whole thing off. Thanks anyway. :-)

On Tue, Mar 10, 2009 at 00:29, Garrett Fitzgerald
<address@hidden> wrote:
> I'm working on transcribing Sousa's "Fairest of the Fair" for Mutopia.
> -----oboe.ly starts-----
> \version "2.11.63"
>
> oboeOne = \relative c'' {
>  \clef treble
>  \key ees \major
>
>  \repeat percent 2 { g'4 aes } | g4. f8 | ees8 r ees,4->(\mf |
>  \repeat volta 2 { d8 f d4~ | d8 d16( ees f8) ees16( f |
>                  }
>  \alternative { { ees8 r ees,4 } { ees'8 r ees,4 } }
> }
>
> oboeTwo = \relative c'' {
>  \clef treble
>  \key ees \major
>
>  \repeat percent 2 {bes4 c} | bes4. aes8 | g8 r ees4->\mf
>  \repeat volta 2 { d8 f d4~ | d8 d16( ees f8) ees16( f |
>                  }
>  \alternative { { g8 r ees4 } { g8 r ees4\p } }
> }
>
> \score {
>  \new Staff {
>    <<
>      \clef treble
>      \time 2/4
>
>      \partcombine
>      \oboeOne
>      \oboeTwo
>    >>
>  }
> }
> -----oboe.ly ends-----




reply via email to

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