I should have used \bookpart from the beginning.  I was either unaware of
this option or forgot for the first several movements.  Once I remembered,
I decided to do them all at once after I finished.  Maybe this was a bad
decision.


Knute Snortum
(via Gmail)


On Mon, Jun 30, 2014 at 10:24 PM, Federico Bruni <f...@inventati.org> wrote:

> Il giorno lun 30 giu 2014 alle 20:40, Knute Snortum <ksnor...@gmail.com>
> ha scritto:
>
> I have finished transcribing the individual movements of Pictures in an
> Exhibition.  Now i want to create the file that will contain all of them in
> order.  I'm doing this with one file like this:
>
> %%%%%%%%%%%
> \header {
>   ...
> }
>
> \include "movement-1.ly"
> \include "movement-2.ly"
> ...
> %%%%%%%%%%%%%%
>
> ...with the movement files like this:
>
> %%%%%%%%%%%%
> upper = { ... }
> lower = { ... }
>
> \bookpart {
>   \header {
>     ...
>   }
>   \score {
>     ...
>     \upper
>     ...
>     \lower
>   }
> }
> %%%%%%%%%%%%%%%
>
> I have to add the \bookpart {} to all the movement files.  I feel that
> this should be all one branch, but should it be separate branches?
>
>
> I think that it should be one branch.
> But.. why didn't you use \bookpart from the beginning? Now you'll have to
> move the \header blocks of movements inside \bookpart.
>
> I attach a patch of my test, just to illustrate what I've tried.
> As you can see, there's a second \score in ballet.ly which disturbs this
> setup.
>
> BTW, some changes are due to the fact that I set the automatic removal of
> trailing spaces on save in Frescobaldi preferences.
>
> _______________________________________________
> Mutopia-discuss mailing list
> Mutopia-discuss@mutopiaproject.org
> http://lists.bcn.mythic-beasts.com/mailman/listinfo/mutopia-discuss
>
_______________________________________________
Mutopia-discuss mailing list
Mutopia-discuss@mutopiaproject.org
http://lists.bcn.mythic-beasts.com/mailman/listinfo/mutopia-discuss

Reply via email to