diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-02-13 09:28:59 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2006-02-13 09:28:59 +0000 |
commit | 052eddb409fd6b556fbf2bcd37c9ab07f226a154 (patch) | |
tree | fa19376688a7948b70128cbd06b4de6143667395 /input/regression/glissando.ly | |
parent | f1ba395ada75b219b7522841f3dd51dcffd2bd8f (diff) |
*** empty log message ***
Diffstat (limited to 'input/regression/glissando.ly')
-rw-r--r-- | input/regression/glissando.ly | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/input/regression/glissando.ly b/input/regression/glissando.ly index 3eced93ace..28fb9d87aa 100644 --- a/input/regression/glissando.ly +++ b/input/regression/glissando.ly @@ -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 } |