From 75a79590cb2dc81c3f20c3643f7636900a771d66 Mon Sep 17 00:00:00 2001 From: Neil Puttock Date: Sat, 23 Jan 2010 15:53:19 +0000 Subject: [PATCH] Regtests: Improve texidoc for quote-tie.ly. --- input/regression/quote-tie.ly | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/input/regression/quote-tie.ly b/input/regression/quote-tie.ly index 76eeefd0ac..8c15da75c8 100644 --- a/input/regression/quote-tie.ly +++ b/input/regression/quote-tie.ly @@ -1,15 +1,13 @@ \version "2.12.0" \header { - - texidoc = " Voices from different cues must not be tied together. In -this example, the first note has a tie. This note should not be tied -to the 2nd note. " - -} - -\paper { - ragged-right = ##t + texidoc = "Voices from different cues must not be tied together. In +this example, the first note has a tie. This note should not be tied +to the second visible note (following the rest). +Note that this behavior will not hold for cues in direct succession, +since only one @code{CueVoice} context is created +(with @code{context-id} `cue'). +" } cueI = \relative c'' { @@ -22,7 +20,7 @@ cueII = \relative c' { } \addQuote "cueII" { \cueII } -\new Staff { +\new Staff \new Voice { \cueDuring "cueI" #UP { R1 } | R1 \cueDuring "cueII" #UP { R1 } | -- 2.39.5