]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando-index.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / glissando-index.ly
index 8eb0b1cd86cf14c6fd6bece9a49c9a6645760d21..5611773909407757ae173a4a733ad9b5abc0566e 100644 (file)
@@ -1,12 +1,12 @@
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   texidoc = "Individual glissandi within a chord can be tweaked."
 }
 
 \relative c' {
-  \once \override Voice . Glissando #'style =
+  \once \override Voice.Glissando.style =
     #(lambda (grob)
-       (if (eq? 1 (ly:grob-property grob 'glissando-index)) 'zigzag 'default))
+       (if (= 1 (ly:grob-property grob 'glissando-index)) 'zigzag 'default))
   <d f a>1 \glissando s1 <f a c>
 }