]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando.ly
Fix off-by-one error in constrained-breaking.
[lilypond.git] / input / regression / glissando.ly
index a0a00cb343d3df36afda9f6e6a0dfe6e71d029f0..407ad0b9cb7fada29ae2f5341c608ecb3379f5f9 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.6.0"
+\version "2.10.0"
 
 \header{
 
@@ -12,7 +12,7 @@ The engraver does no time-keeping, so it involves some trickery to get
 }
 
 
-\context Staff = "one" \relative c''{
+\new Staff \relative c''{
                                % gliss non gliss and 
   c4 \glissando d e \glissando f \glissando \break
                                % consecutive 
@@ -22,9 +22,10 @@ The engraver does no time-keeping, so it involves some trickery to get
   \override Glissando  #'style = #'zigzag
   c4 \glissando c,, \glissando c' \glissando d
 }
+
 \layout{
-  linewidth = 50.\mm indent = 0
+  line-width = 50.\mm
+  indent = 0
 }