Thanks,
http://code.google.com/p/lilypond/issues/detail?id=151

- Graham


Marcus Macauley wrote:
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


_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond




_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to