lilypond-devel
[Top][All Lists]
Advanced

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

Correct way to ask for a glissando over a page break?


From: Trevor Bača
Subject: Correct way to ask for a glissando over a page break?
Date: Thu, 1 Feb 2007 13:13:12 -0600

Hi Han-Wen, hi Joe,

Related to Google #253, what's the correct way to ask for a glissando
over a page break? Using Glissando #'breakable = ##t now issues a
warning about us not using forced distance anymore; why?

%%% BEGIN NO FORCED DISTANCE %%%

\version "2.11.15"

\new Staff {
  \override Glissando #'breakable = ##t
  c'1 \glissando
  \pageBreak
  d'1
}

%%% END %%%

GNU LilyPond 2.11.15
Processing `0082.ly'
Parsing...
Interpreting music... [2]
Preprocessing graphical objects...
programming error: deprecated. We don't use forced-distance anymore
continuing, cross fingers
Layout output to `0082.ps'...
Converting to `0082.pdf'...


However, leaving out the override to Glissando causes the pageBreak to
be ignored.



--
Trevor Bača
address@hidden

reply via email to

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