Issue 664: 1 breakable glissando => 2 same-looking glissandos
http://code.google.com/p/lilypond/issues/detail?id=664
New issue report by v.villenave:
% before the line break, the glissando is already at the vertical
% position of its end note; after the line break, it starts again
% from the same vertical position as its starting point, as if
% there were two complete glissandos, with the same right and left end.
\version "2.11.56"
\layout {
ragged-right = ##t
\context { \Voice
\remove Forbid_line_break_engraver
\override Glissando #'breakable = ##t
}
}
<<
{ c'''1*3/2 \glissando
c'2 } \\
{ s1 \break s1 }
% See also Issue 663.
Issue attributes:
Status: Accepted
Owner: v.villenave
Labels: Type-Enhancement Priority-Medium Engraving-nitpick
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
_______________________________________________
bug-lilypond mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-lilypond