lilypond-user
[Top][All Lists]
Advanced

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

Re: position whole measure rest


From: Damian Legassick
Subject: Re: position whole measure rest
Date: Wed, 9 Jan 2008 13:45:04 +0000

thanks mats

the problem i was thinking of is when you've done all the parts in their own files with their own formatting.

to compile the score (with different formatting) i would have somewhere in score.ly (e.g.) \include fluteOne.ly and within fluteOne.ly i would have \fluteOneMusic.

the question is how to get the rests in \fluteOneMusic to be 'correct' in fluteOne.ly and 'offset' in score.ly if in the score i wish to have \fluteOne and fluteTwo sharing the same staff.

an additional problem is that the value for MultiMeasureRest #'staff- position will most likely not stay fixed throughout

d


On 9 Jan 2008, at 13:00, Mats Bengtsson wrote:



Damian Legassick wrote:
this also occurs if you \include individual parts into a short-score

in this scenario either the note-name-rest or the staff-position- tweak would not work as it would give an incorrect rest placement in the part concerned
How do you include the individual parts into the short score?
From your question, I guess that you use the << ... \\ ... >> feature.
In that case, the solution is exactly the same:
replace
<< \partI \\ \partII >>
by
<< \partI \\ {\override MultiMeasureRest #'staff-position =#-7 \partII } >>
(you may want a similar setting in the upper part as well).

  /Mats





reply via email to

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