lilypond-user
[Top][All Lists]
Advanced

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

Re: Different line breaks in parts


From: Mark Knoop
Subject: Re: Different line breaks in parts
Date: Mon, 19 May 2008 09:08:07 +0100

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




reply via email to

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