From 890bf9e11a81a566d6387999a796c44edeeebe75 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Sun, 20 Jul 2008 01:23:26 -0300 Subject: [PATCH] Cleanup us << \\ >> for multivoice sections. --- input/regression/glissando.ly | 4 ++-- 1 file 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 } -- 2.39.2