From 80e4d58800a5722ba8dd6940d23573e740a159cc Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Tue, 5 Nov 2013 21:55:13 +0100 Subject: [PATCH] Issue 3648/6: Regtest for rhythmic sequences. --- input/regression/rhythmic-sequence.ly | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 input/regression/rhythmic-sequence.ly diff --git a/input/regression/rhythmic-sequence.ly b/input/regression/rhythmic-sequence.ly new file mode 100644 index 0000000000..df647ce7d1 --- /dev/null +++ b/input/regression/rhythmic-sequence.ly @@ -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 } -- 2.39.5