On Sun, 2008-05-18 at 18:48 -0600, Walter Hofmeister wrote:
> I am trying to produce a small score for a quartet and parts. What I
> am trying to do is to be able to specify different line breaks for
> each part. Because the note density is different for each part,
> Lilypond produces parts that are too dense for my taste. I would like
> to have the music more spread out and not necessarily have the line
> breaks in the same places for the different parts. If I have the line
> breaks specified in the notes, it will produce undesireable breaks in
> one or more of the other parts or the score.
> Any hints on how I can accomplish this? Thanks.
Use tags to define the line-breaks. Use:
music = {
...
\tag #'part { \break }
...
\tag #'score { \break }
...
}
in-line in the music, and then in your score definition:
\keepWithTag #'score \music
and in the score block for the parts:
\keepWithTag #'part \music
--
Mark Knoop
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user