From: Han-Wen Nienhuys Date: Sun, 20 Jul 2008 04:23:26 +0000 (-0300) Subject: Cleanup us << \\ >> for multivoice sections. X-Git-Tag: release/2.11.53-1~7^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=890bf9e11a81a566d6387999a796c44edeeebe75;p=lilypond.git Cleanup us << \\ >> for multivoice sections. --- 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 }