lilypond-user
[Top][All Lists]
Advanced

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

Re: multistaff use of rhythm mark snippet


From: Qian Li
Subject: Re: multistaff use of rhythm mark snippet
Date: Mon, 17 Aug 2009 19:16:13 -0700

Thanks, that is exactly what I was looking for. I simply added the following block from the snippet, which moved the mark to the correct staff. The caveat is it created a space so the music in all staves begins after the mark in that measure.

Qian
  \layout {
\context {
\Score
\remove "Mark_engraver"
\remove "Staff_collecting_engraver"
}
\context {
\Staff
\consists "Mark_engraver"
\consists "Staff_collecting_engraver"
}
}


On Mon, Aug 17, 2009 at 2:17 PM, James E. Bailey <address@hidden> wrote:

On 17.08.2009, at 22:38, Qian Li wrote:

I'm using one of the rhythm marks from the lsr for a multistaff piece. I only want the rhythm mark to show up on one of the staves in transition from a polymetric part back to same meter with the other staves, but the marking always prints over the top staff.

I've attached the files; document.ly is the one to run. The problem is at m. 55, line 430 in content.ly. (Please ignore the metric misalignment after m 55.)

What is the context that puts it on the top staff and how do I modify it to show on the second staff only?

Many thanks.

Qian Li
<document.ly><content.ly>
_______________________________________________
lilypond-user mailing list

I think you want Notation Reference section 1.8.1 Text > Text Marks > (Selected Snippets) Printing marks on every staff.

James E. Bailey





reply via email to

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