lilypond-devel
[Top][All Lists]
Advanced

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

Re: Allows glissandi to span multiple lines. (issue4564042)


From: k-ohara5a5a
Subject: Re: Allows glissandi to span multiple lines. (issue4564042)
Date: Sun, 29 May 2011 22:20:29 +0000

This fails the "sniff test" because it removes some careful-looking code
no explanation as to how the job of the old code is being done.

What happens if the line on the next page is does not, in fact, have the
same vertical reference point?

\relative c''' { \override Staff . Glissando #'breakable = ##t
  { s3 a2 \glissando \break s1 \break s1 \break s1 \pageBreak \break s2
c,2\trill\fermata^\ff }
}

I suppose a misaligned glissando is better than no glissando, but the
old code made my the voice-change lines point to the right places:
\paper {ragged-right = ##t }
\new PianoStaff <<
  \new Staff = "one" {
    \showStaffSwitch
    c'1 \break
    \change Staff = "two"
    b2 a
  }
  \new Staff = "two" {
    \clef bass
    g'1^\trill^\f s1
  }



http://codereview.appspot.com/4564042/



reply via email to

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