]> git.donarmstrong.com Git - lilypond.git/commitdiff
Issue 3648/6: Regtest for rhythmic sequences.
authorDavid Kastrup <dak@gnu.org>
Tue, 5 Nov 2013 20:55:13 +0000 (21:55 +0100)
committerDavid Kastrup <dak@gnu.org>
Tue, 19 Nov 2013 10:12:16 +0000 (11:12 +0100)
input/regression/rhythmic-sequence.ly [new file with mode: 0644]

diff --git a/input/regression/rhythmic-sequence.ly b/input/regression/rhythmic-sequence.ly
new file mode 100644 (file)
index 0000000..df647ce
--- /dev/null
@@ -0,0 +1,11 @@
+\version "2.19.0"
+
+\header {
+  texidoc = "Durations without pitches are placed into note events
+without pitch information.  Those are directly useful in
+@code{RhythmicStaff}."
+}
+
+\layout { ragged-right = ##t }
+
+\new RhythmicStaff { 4 4. r | 4 \tuplet 3/2 { 2 4 } 4 }