From: Han-Wen Nienhuys Date: Wed, 24 Jan 2007 02:01:39 +0000 (+0100) Subject: glissando-broken.ly regtest. X-Git-Tag: release/2.11.14-1~46 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9f97434fb739fe7b8611c4ee9eb6d3b7fa0c0a96;p=lilypond.git glissando-broken.ly regtest. --- diff --git a/input/regression/glissando-broken.ly b/input/regression/glissando-broken.ly new file mode 100644 index 0000000000..095b29a1e6 --- /dev/null +++ b/input/regression/glissando-broken.ly @@ -0,0 +1,12 @@ +\header { + texidoc = "If broken, Glissandi anticipate on the pitch of the next line." + +} +\version "2.11.13" + +\relative c'' { + \override Glissando #'breakable = ##t + d1 \glissando | + \break + c,1 +}