From: Neil Puttock Date: Wed, 20 Jan 2010 20:29:14 +0000 (+0000) Subject: Fix #987. X-Git-Tag: release/2.13.12-1~91 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=dacab7a791a144dd51343764be5d7dade8e43d96;p=lilypond.git Fix #987. * add explicit voice instantiation in lower stave --- 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 >>