Status: Accepted
Owner: ----
Labels: Type-Defect Priority-High

New issue 1639 by [email protected]: Glissando between chords at end of measure prevents break and is sometimes not printed
http://code.google.com/p/lilypond/issues/detail?id=1639

A glissando between chords at the end of a measure doesn't work properly. It prevents a line break, due to some event being kept alive. Also, the glissando is sometimes not printed.

\version "2.13.61"
%% This should really be 2.15.0, because the glissando code
%% hasn't been backported -- this is a git-only test at this point

\header {

  texidoc = "
A glissando between chords should not interfere with line breaks.  In
this case, the music should be in two lines and there should be no
warning messages issued.  Also, the glissando should be printed.
"

}

theNotes = {
  <c e>4 <c e> <c e>
  \glissando
  d
}

\score {
  \new Staff {
    \relative c'' {
      \theNotes
      \break
      \theNotes
    }
  }
}


Attachments:
        glissando-break-line.png  45.8 KB


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

Reply via email to