From: David Kastrup Date: Tue, 5 Nov 2013 20:55:13 +0000 (+0100) Subject: Issue 3648/6: Regtest for rhythmic sequences. X-Git-Tag: release/2.19.0-1~151^2~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=80e4d58800a5722ba8dd6940d23573e740a159cc;p=lilypond.git Issue 3648/6: Regtest for rhythmic sequences. --- 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 }