]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando-broken.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / glissando-broken.ly
index baf5993d99021856113d5b2de773e17eebdd141c..80297f8a41230406fd49421ce8a98c5e7ab2b95d 100644 (file)
@@ -2,13 +2,13 @@
   texidoc = "If broken, Glissandi anticipate on the pitch of the next line."
   
 }
-\version "2.17.6"
+\version "2.19.21"
 \paper {
   ragged-right = ##T }
 
-\relative c'' {
+\relative {
   \override Glissando.breakable = ##t 
-  d1 \glissando |
+  d''1 \glissando |
   \break
   c,1
 }