From: David Kastrup Date: Fri, 3 Mar 2017 17:02:15 +0000 (+0100) Subject: Issue 5080/3: Regtest X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=904268628ec839b3b8265c7cbee3cac475c7c5a2;hp=64f92f4f05d02b7dddb2a57f2c2880319ef74323;p=lilypond.git Issue 5080/3: Regtest --- diff --git a/input/regression/grace-alternative.ly b/input/regression/grace-alternative.ly new file mode 100644 index 0000000000..4ec1bea41a --- /dev/null +++ b/input/regression/grace-alternative.ly @@ -0,0 +1,19 @@ +\version "2.18.0" + +\header { + texidoc="A grace in the first alternative does not cause +the beaming to go awry in subsequent material" +} + +\layout { ragged-right = ##t } + +\relative c'' { + \repeat volta 2 { + c8. c16 c4 c2 | + } + \alternative { + { \grace c32 c8. c16 c4 c2 | } + { c8. c16 c4 c2 | } + } + c8. c16 c4 c2 | +}