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 <[email protected]> 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----- _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
