lilypond-devel
[Top][All Lists]
Advanced

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

another rehearsal mark bug


From: Werner LEMBERG
Subject: another rehearsal mark bug
Date: Fri, 16 Jan 2004 09:57:31 +0100 (CET)

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

PNG image


reply via email to

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