Neil Puttock wrote:
I've just encountered another problem - clef changes skew the
rehearsal mark positioning to the left of the bar-line:
That's since the default setting for the break-align-symbols property of
the
RehearsalMark objects is #'(staff-bar clef), which gives the desired layout
if the rehearsal mark appears at a line break.
/Mats
\version "2.11.30 "
\paper { ragged-right = ##t }
one = { R1 \mark \default R \mark \default R }
two = { R1 \clef bass R R }
\score {
\new GrandStaff <<
\context Staff = one \one
\context Staff = two \two
>>
\layout {
\context { \Score
\remove "Staff_collecting_engraver"
\remove "Mark_engraver"
}
\context { \Staff
\consists "Staff_collecting_engraver"
\consists "Mark_engraver"
}
}
}
I'm afraid to say that the mark engraver's unusable when moved to the
\Staff context. It's rather unfortunate, since it's common for
orchestral scores to have rehearsal marks at the top of the score and
above the First Violins.
------------------------------------------------------------------------
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user