bug-lilypond
[Top][All Lists]
Advanced

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

Issue 664 in lilypond: 1 breakable glissando => 2 same-looking glissand


From: codesite-noreply
Subject: Issue 664 in lilypond: 1 breakable glissando => 2 same-looking glissandos
Date: Wed, 20 Aug 2008 06:56:14 -0700

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




reply via email to

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