Thank you everyone for the fast solutions!! Paul
On 6/10/19 11:57 AM, Thomas Morley wrote: > Am Mo., 10. Juni 2019 um 20:54 Uhr schrieb Aaron Hill > <[email protected]>: >> On 2019-06-10 11:04 am, Paul Scott wrote: >>> Can LilyPond make a glissando across a line break? >>> >>> [ . . . ] >>> >>> Is there an equivalent of >>> \override Beam.breakable = ##t for glissandos ? >> %%%% >> \override Glissando.breakable = ##t >> %%%% >> >> >> Glissando [1] supports unbreakable-spanner-interface [2] which has the >> breakable property. >> >> [1]: http://lilypond.org/doc/v2.19/Documentation/internals/glissando >> [2]: >> http://lilypond.org/doc/v2.19/Documentation/internals/unbreakable_002dspanner_002dinterface >> >> >> >> -- Aaron Hill > If you then wanna see some glissando-line at line-begin, add > [ \once ] \override Glissando.after-line-breaking = #'() > > Cheers, > Harm > > _______________________________________________ > lilypond-user mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/lilypond-user _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
