lilypond-devel
[Top][All Lists]
Advanced

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

cresc problem


From: Werner LEMBERG
Subject: cresc problem
Date: Fri, 16 Jan 2004 12:23:34 +0100 (CET)

%
% 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

PNG image


reply via email to

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