Besides the bugs shown below, I would like to have a property to enclose rehearsal marks in either a circle or rectangle (the latter preferred). Perhaps it is possible to directly use TeX's capabilities? To implement this, there could be a property which describes how to format the rehearsal string, e.g.
\property Staff.RehearsalMark \override #'style = #'frame A proper LaTeX macro definition for a frame could be this: \def\lilypondframe#1{% \frame{\vrule height 0.7\baselineskip depth 0.2\baselineskip width 0pt \thinspace #1\thinspace}} Werner ====================================================================== % % This file shows problems with rehearsal marks in lilypond % CVS 2004-01-16 07:44 MET. % % . The \default command to increase the rehearsal number produces % strange results. % % . The default size of the rehearsal mark `1' is far too small. \version "2.1.9" \include "paper20.ly" \score { \context Voice \notes \relative c' { c1 | \mark "1" c1 | \mark \default c1 | } \paper { linewidth = 50.0\mm indent = 0.0\mm } } % EOF
<<inline: rehearsalmark.png>>
_______________________________________________ Lilypond-devel mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-devel