Bertalan Fodor writes:
> I have a score with two staves. I want to put a rehearsal mark on a bar line
> in the lower staff, but
> \mark "B"
> puts the B always on the top staff.
>
> How to solve it?
Try:
\score {
<<
\new Staff \notes { a'1 a' }
\new Staff \with {
\consists Mark_engraver
}
\notes { \clef bass c1 \mark A c }
>>
\paper {
\translator{
\ScoreContext
\remove Mark_engraver
}
}
}
--
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien | http://www.lilypond.org
_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user