]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando-broken-multiple.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / glissando-broken-multiple.ly
index 4ef945b427c1d266be3854aa04aa3c1e98616fcb..f766c18d33fc1f3b3da10c49a0406afc53d0fd32 100644 (file)
@@ -2,7 +2,7 @@
   texidoc = "When broken, glissandi can span multiple lines."
 
 }
-\version "2.15.0"
+\version "2.16.0"
 \paper {
   ragged-right = ##t
 }
   \break s1
   \break s1
   c,1^\ff\trill
+  % Subsequent glissando prints correctly instead of
+  % using the Y positions from the previous one.
+  a'1\glissando
+  \break s1
+  \break s1
+  \break s1
+  e1^\ff\trill
 }