From dacab7a791a144dd51343764be5d7dade8e43d96 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Wed, 20 Jan 2010 20:29:14 +0000 Subject: [PATCH] Fix #987. * add explicit voice instantiation in lower stave --- input/regression/quote-cyclic.ly | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/input/regression/quote-cyclic.ly b/input/regression/quote-cyclic.ly index d55017c09d..b2fe7245de 100644 --- a/input/regression/quote-cyclic.ly +++ b/input/regression/quote-cyclic.ly @@ -1,22 +1,17 @@ +\version "2.12.0" \header { - - texidoc = "Two quoted voices may refer to each other. In this + texidoc = "Two quoted voices may refer to each other. In this example, there are notes with each full-bar rest." - - } -\version "2.12.0" A = \relative c' { c4 d e f | \cueDuring #"qB" #1 { R1 } | } -B = \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c | } +B = \new Voice \relative c' { \cueDuring #"qA" #1 { R1 } | f4 e d c | } \addQuote "qA" \A \addQuote "qB" \B -\layout { ragged-right = ##t } - << - \new Staff \A - \new Staff \B + \new Staff \A + \new Staff \B >> -- 2.39.5