]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/repeat-tremolo-one-note-articulation.ly
resolve merge
[lilypond.git] / input / regression / repeat-tremolo-one-note-articulation.ly
diff --git a/input/regression/repeat-tremolo-one-note-articulation.ly b/input/regression/repeat-tremolo-one-note-articulation.ly
new file mode 100644 (file)
index 0000000..5d729c9
--- /dev/null
@@ -0,0 +1,19 @@
+\version "2.14.0"
+
+\header {
+  texidoc = "A tremolo repeat containing only one note (no sequential music)
+  shall not be scaled. An articulation or dynamic sign on the note should not
+  confuse lilypond."
+}
+
+\paper { ragged-right = ##t }
+\score {
+  \new Staff \relative c'' {
+    \repeat tremolo 4 { a16 }
+    \repeat tremolo 4 { a16\f }
+    \repeat tremolo 4 a16
+    \repeat tremolo 4 a16\f |
+    \repeat tremolo 4 a16\f-> 
+    c2. |
+  }
+}