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
[EMAIL PROTECTED]
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to