%
% This file shows two problems with crescendo spanners in lilypond
% CVS 2004-01-16 07:44 MET.
%
% . \cresc and \endcresc should behave similar to \< and \!, but they
%   don't.  They affect the next note which is not the expected behaviour
%   according to the documentation.
%
% . There are warnings:
%
%     warning: Programming error: bounds of this piece aren't breakable. 
%
%     warning: Programming error: Spanner `DynamicLineSpanner' is not
%              fully contained in parent spanner `VerticalAxisGroup'.
%
%   IMHO LilyPond should automatically finish spanners at end of input.

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

\score {
  \context Voice \notes \relative c' {
    c\cresc c\endcresc |
  }

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

% EOF

<<inline: crescproblem.png>>

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

Reply via email to