]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/override-nest-scheme.ly
Doc: CSS: Add a maximum width for the sidebar in the manuals
[lilypond.git] / input / regression / override-nest-scheme.ly
index a0a1b5abda8dbd45aa531298248b2da0cf14caa1..f658a529c5c56bf3810e28b9068832ce2e4cfece 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.14.0"
+\version "2.19.21"
 
 \header {
   texidoc = "A sublist of grob property lists may be overridden within a callback.
@@ -6,11 +6,11 @@
   of the right bound of the glissando spanner."
 }
 
-\relative c' {
-  \override Glissando #'after-line-breaking =
+\relative {
+  \override Glissando.after-line-breaking =
     #(lambda (grob)
        (ly:grob-set-nested-property! grob '(bound-details right Y) 3))
-  c1 \glissando
+  c'1 \glissando
   d1
 }