lilypond-user
[Top][All Lists]
Advanced

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

Re: Rehearsal marks on lower staff


From: Jan Nieuwenhuizen
Subject: Re: Rehearsal marks on lower staff
Date: Fri, 30 Jan 2004 18:20:57 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

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 <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org





reply via email to

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