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 <
[email protected]> 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
> [email protected]
> http://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> I think you want Notation Reference section 1.8.1 Text > Text Marks >
> (Selected Snippets) Printing marks on every staff.
>
> James E. Bailey
>
>
>
>
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to