lilypond-user
[Top][All Lists]
Advanced

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

Re: In parts but not in the score


From: Neil Puttock
Subject: Re: In parts but not in the score
Date: Sun, 25 Jul 2010 15:47:13 +0100

On 25 July 2010 15:02, Reinhold Kainhofer <address@hidden> wrote:

> The only way to get it to work was to explicitly assign it to a staff...

Switch off outside-staff positioning and the after-line-breaking
callback; both of these prevent the negative 'Y-offset from dragging
the mark into the system.

defs = \with {
  \consists "Mark_engraver"
  \consists "Staff_collecting_engraver"
  \override RehearsalMark #'outside-staff-priority = ##f
  \override RehearsalMark #'after-line-breaking = ##t
}

Cheers,
Neil



reply via email to

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