summaryrefslogtreecommitdiff
path: root/input/regression/glissando.ly
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2007-01-02 19:10:49 +0100
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2007-01-02 19:10:49 +0100
commit880450ccfe1af90f6db0ba1442d5cfc1d7afec3d (patch)
tree85fcad6c61aa472bd10cb230ded09104f76d997c /input/regression/glissando.ly
parentb213e71b6a003307d2112d014e4a14d6158a4964 (diff)
put \paper and \layout blocks before score/music block.
Diffstat (limited to 'input/regression/glissando.ly')
-rw-r--r--input/regression/glissando.ly10
1 files changed, 5 insertions, 5 deletions
diff --git a/input/regression/glissando.ly b/input/regression/glissando.ly
index 407ad0b9cb..2cea6f9621 100644
--- a/input/regression/glissando.ly
+++ b/input/regression/glissando.ly
@@ -12,6 +12,11 @@ The engraver does no time-keeping, so it involves some trickery to get
}
+\layout{
+ line-width = 50.\mm
+ indent = 0
+}
+
\new Staff \relative c''{
% gliss non gliss and
c4 \glissando d e \glissando f \glissando \break
@@ -23,9 +28,4 @@ The engraver does no time-keeping, so it involves some trickery to get
c4 \glissando c,, \glissando c' \glissando d
}
-\layout{
- line-width = 50.\mm
- indent = 0
-}
-