bug-lilypond
[Top][All Lists]
Advanced

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

Issue 1639 in lilypond: Glissando between chords at end of measure preve


From: lilypond
Subject: Issue 1639 in lilypond: Glissando between chords at end of measure prevents break and is sometimes not printed
Date: Sat, 30 Apr 2011 14:25:05 +0000

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

New issue 1639 by address@hidden: 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




reply via email to

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