]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 5080/3: Regtest
authorDavid Kastrup <dak@gnu.org>
Fri, 3 Mar 2017 17:02:15 +0000 (18:02 +0100)
committerDavid Kastrup <dak@gnu.org>
Fri, 10 Mar 2017 09:36:50 +0000 (10:36 +0100)
input/regression/grace-alternative.ly [new file with mode: 0644]

diff --git a/input/regression/grace-alternative.ly b/input/regression/grace-alternative.ly
new file mode 100644 (file)
index 0000000..4ec1bea
--- /dev/null
@@ -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 |
+}