From feda4e72fd8ea973f1716af4e75733c14b95f988 Mon Sep 17 00:00:00 2001 From: Mike Solomon Date: Fri, 8 Apr 2011 22:13:31 -0400 Subject: [PATCH] Reverts quote.ly and quote-during.ly to old look. This undoes the beam collision avoidance that is automatically effectuated via 3e1a1c11067f26331b1c794e296c65b0984054a9. --- input/regression/quote-during.ly | 4 +++- input/regression/quote.ly | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/input/regression/quote-during.ly b/input/regression/quote-during.ly index 225bf6ebdd..98f90fedfc 100644 --- a/input/regression/quote-during.ly +++ b/input/regression/quote-during.ly @@ -32,7 +32,9 @@ original = \relative c'' { c8 d s2 es8 gis8 } \set Staff.instrumentName = "orig+quote" \set Staff.quotedEventTypes = #'(note-event articulation-event) - \original + \new Voice { + \override Voice . Beam #'collision-voice-only = ##t + \original } { s4 \quoteDuring #"quoteMe" { s2. } } >> >> diff --git a/input/regression/quote.ly b/input/regression/quote.ly index 759a3d0a4f..492bf9fa69 100644 --- a/input/regression/quote.ly +++ b/input/regression/quote.ly @@ -30,7 +30,9 @@ original = \relative c'' { c8 d s2 es8 gis8 } \new Staff \relative c'' << \set Staff.instrumentName = "orig+quote" \set Staff.quotedEventTypes = #'(note-event articulation-event) - \original + \new Voice { + \override Voice . Beam #'collision-voice-only = ##t + \original } \new Voice { s4 \set fontSize = #-4 -- 2.39.5