bug-lilypond
[Top][All Lists]
Advanced

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

Broken glissando shape is wrong with changed Staffs


From: Thomas Morley
Subject: Broken glissando shape is wrong with changed Staffs
Date: Mon, 21 Mar 2016 10:37:53 +0100

Opposed to the regtest glissando-broken-unkilled.ly the first part of
a broken glissandi does not anticipate the pitch on the next line, if
Staffs are changed.

\version "2.19.38"

\paper { line-width = 50 }

lower =
\relative c'' {
  \override Glissando #'breakable = ##t
  \override Glissando #'after-line-breaking = ##t
  d,,1\glissando
  \break
  \change Staff = "upper"
  f'''1
}

\new PianoStaff <<
  \new Staff = "upper" { s1*2 }
  \new Staff = "lower" { \clef bass \lower }
>>

Cheers,
  Harm

Attachment: gliss-change-staff-bug.png
Description: PNG image


reply via email to

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