]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-tremolo-three-notes.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / repeat-tremolo-three-notes.ly
diff --git a/input/regression/repeat-tremolo-three-notes.ly b/input/regression/repeat-tremolo-three-notes.ly
new file mode 100644 (file)
index 0000000..fcf86ba
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "A tremolo can have more than two notes. Also check that
+linebreaks between tremolos still work and that empty tremolos don't crash."
+}
+
+\paper { ragged-right = ##t }
+\score {
+  \new Staff \relative c' {
+    \time 3/4
+    \repeat tremolo 16 { a64 c e } |
+    \repeat tremolo 8 { a,64 c e }
+    \repeat tremolo 4 { a,64 c e }
+    \repeat tremolo 2 { a,32 c e } |\break
+    \repeat tremolo 16 { a64 c e }
+    \repeat tremolo 8 {} |
+  }
+}