]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/glissando.ly
*** empty log message ***
[lilypond.git] / input / regression / glissando.ly
index 3eced93ace0d19d779e2af2f2ddf139c8d4271bc..28fb9d87aa7844ff57c165aa5aa633a04a755e4f 100644 (file)
@@ -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{
-  line-width = 50.\mm indent = 0
+  line-width = 50.\mm
+  indent = 0
 }