bug-lilypond
[Top][All Lists]
Advanced

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

Dynamic extender line: regression


From: Patrick McCarty
Subject: Dynamic extender line: regression
Date: Thu, 17 Jul 2008 10:47:45 -0700

The behavior of the dynamic extender line seems better in 2.10.33 than
in 2.11.52.

Here are the code samples I used for comparison:

%%% Begin .ly snippet %%%

\version "2.10.33"

\paper {
  ragged-right=##t
}

% This example looks good

\relative c'' {
  \setTextCresc
  g4\< a b c\!
}

%%% End .ly snippet %%%

%%% Begin .ly snippet %%%

\version "2.11.52"

% This example does not look as good

\relative c'' {
  \crescTextCresc
  g\< a b c\!
}

%%% End .ly snippet %%%




reply via email to

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