X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fvolta-broken-left-edge.ly;h=7c05f96609d8b0240a8a98aed196d227a4d53df7;hb=b39d92c09eb80dd8fcaed6911ea0975f22e8b9a2;hp=424bde926de4a59317e017f85546722eb38be63d;hpb=15e565fef41ab50d140c3028bc6d9cff1a43a56a;p=lilypond.git diff --git a/input/regression/volta-broken-left-edge.ly b/input/regression/volta-broken-left-edge.ly index 424bde926d..7c05f96609 100644 --- a/input/regression/volta-broken-left-edge.ly +++ b/input/regression/volta-broken-left-edge.ly @@ -1,4 +1,4 @@ -\version "1.7.16" +\version "1.9.4" \header { texidoc ="Broken volta spanners behave correctly at left edge in all cases." @@ -45,81 +45,70 @@ voiceB = \notes { \property Staff.instr = "B" \key f \minor \time 4/4 - f,2 ( f,8-) r8 f8 e8 + f1 \repeat volta 2 { - d8. d16 e8. f16 f8 c8 c16 c8. \break + f1 \break } \alternative { { - f,2 ( f,8-) r8 f8 e8 - f,2 ( f,8-) r8 f8 e8 - g1 \break - f,2 ( f,8-) r8 f8 e8 - f,2 ( f,8-) r8 f8 e8 - g1 \break + f1 f g \break + f e d \break } { - f,2. r8 c16 c16 | + f1 | } } } voiceC = \notes { \repeat volta 2 { - bes8 bes8 c'8 c'8 a4 r8 g16 f16 | - d'8. c'16 c'8. d'16 c'8 c'8 f16 g8. | +f f \break } \alternative { - { a2 ( a8-) r8 a8 bes8 } - { a2. r8 g16 f16 | - d'8. c'16 c'8. d'16 c'8 c'8 c'16 c'8. | - } + f + { f f } } } + voiceD = \notes { \repeat volta 2 { - bes8 bes8 c'8 c'8 a4 r8 g16 f16 | - d'8. c'16 c'8. d'16 c'8 c'8 f16 g8. | +f f \break } \alternative { - { a2 \> a8 r8 a8 \! bes8 + { f } - { a2. r8 g16 f16 | - d'8. c'16 c'8. d'16 c'8 c'8 c'16 c'8. | \break - d'8. c'16 c'8. d'16 c'8 c'8 c'16 c'8. | + { f f \break f } } } voiceE = \notes { \repeat volta 2 { - bes8 bes8 c'8 c'8 a4 r8 g16 f16 | - d'8. c'16 c'8. d'16 c'8 c'8 f16 g8. | \break +f f\break } \alternative { { - a2 a8 r8 a8 bes8 + f } { - a2. r8 g16 f16 | - d'8. c'16 c'8. d'16 c'8 c'8 c'16 c'8. | + f f } } } \score{ - \notes < + \notes << - \context Staff="4" + \new Staff { \voiceB \voiceC @@ -128,12 +117,7 @@ voiceE = \notes { \voiceE } - > - \paper { - \translator { - \StaffContext - \consists Instrument_name_engraver - } - } + >> + \paper { raggedright =##t } } -%% new-chords-done %% +