bug-lilypond
[Top][All Lists]
Advanced

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

end-of-line hairpin doesn't close


From: Marcus Macauley
Subject: end-of-line hairpin doesn't close
Date: Tue, 07 Nov 2006 03:52:42 -0500
User-agent: Opera Mail/9.00 (Linux)

This might be too late for the 2.10 release, but it should be fixed sooner or later.

I couldn't find anything on hairpins in
http://code.google.com/p/lilypond/
, so I assume this bug persists in 2.9.28.


% This hairpin should not be left open, but should end at the barline:
\version "2.9.26"
\relative c' {
    \set hairpinToBarline = ##t  % (this is set by default)
    c1\>
    \break
    c1\!
}
\layout { ragged-right = ##t }
% As a temporary workaround, you can put
%    \set hairpinToBarline = ##f
% before the downbeat of the new line, and
%    \set hairpinToBarline = ##t
% after that downbeat.


Marcus




reply via email to

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