Whow, I'm in bug mood today :-)

    Werner


======================================================================

%
% This file shows a problem with rehearsal marks in lilypond
% CVS 2004-01-16 07:44 MET.
%
% . A rehearsal mark at the beginning of a line must not be put
%   before the clef but afterwards.  It needs a `first-note' spacing
%   property or something like this.

\version "2.1.9"
\include "paper20.ly"

\score {
  \context Voice \notes \relative c' {
    c1 | \mark "1" \break
    c1 | 
    c1 |
  }

  \paper {
    linewidth = 50.0\mm
    indent = 0.0\mm
  }
}

% EOF

<<inline: rehearsalmark1.png>>

_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to