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