summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@xs4all.nl>2008-07-20 01:23:26 -0300
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2008-07-20 01:23:26 -0300
commit890bf9e11a81a566d6387999a796c44edeeebe75 (patch)
tree030dea9c3ea605ab32ed35ef953cfd21745ce87a
parentf74485aafac3d2435e99a84fd4de8a70031d343f (diff)
Cleanup us << \\ >> for multivoice sections.
-rw-r--r--input/regression/glissando.ly4
1 files changed, 2 insertions, 2 deletions
diff --git a/input/regression/glissando.ly b/input/regression/glissando.ly
index f394019882..a878601a92 100644
--- a/input/regression/glissando.ly
+++ b/input/regression/glissando.ly
@@ -24,8 +24,8 @@ The engraver does no time-keeping, so it involves some trickery to get
c4 \glissando d e \glissando f \glissando \break
%% consecutive
c \glissando d, \glissando e'
- << { \stemUp e8 \glissando g8 }
- \context Voice = VB {\stemDown \repeat unfold 4 d16 } >>
+ << { e8 \glissando g8 } \\
+ { \repeat unfold 4 d16 } >>
\override Glissando #'style = #'zigzag
c4 \glissando c,, \glissando c' \glissando d
}