Can LilyPond make a glissando across a line break?

The following gives

warning: forced break was overridden by some other event, should you be using 
bar checks?

I got this much from the Notation manual.  Is there an equivalent of
\override Beam.breakable = ##t for glissandos ?

\version "2.19.83"

\new Voice \with {
  \remove "Forbid_line_break_engraver"
}
{
  <<
    { c''1 \glissando d'' }
    { s1 \break }
  >>
}

TIA for any info about this,

Paul


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to