lilypond-user
[Top][All Lists]
Advanced

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

Re: question about multiple parts


From: Mike Solomon
Subject: Re: question about multiple parts
Date: Wed, 21 Aug 2013 15:16:12 +0300

On 21 août 2013, at 15:11, Dave Phillips <address@hidden> wrote:

> Greetings,
> 
> I'm writing another article about the state of music notation software on 
> Linux, and I decided to score some of my older pieces as focus projects. I'm 
> using the Frescobaldi program on Ubuntu 12.04, everything is going very 
> nicely but I do have an important question.
> 
> I transcribed parts for a trio one by one, i.e. I scored the flute, bassoon, 
> and guitar parts separately, and I'd now like to conjoin them into a single 
> score. Is there a nice easy way to do that, maybe with something like 
> #include files ? I'll be happy if someone can just point me in the right 
> direction in the documentation (which I still find rather confusing, btw).


* flute.ly *

flute = \relative c'' { a1 }

* oboe.ly *

oboe = \relative c'' { a1 }

* full-score.ly *

\include "flute.ly"
\include "oboe.ly"

<<
  \new Staff \flute
  \new Staff \oboe
>>




reply via email to

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