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?

Knute Snortum
(via Gmail)
_______________________________________________
Mutopia-discuss mailing list
Mutopia-discuss@mutopiaproject.org
http://lists.bcn.mythic-beasts.com/mailman/listinfo/mutopia-discuss

Reply via email to