]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/rhythmic-sequence.ly
Merge branch 'translation'
[lilypond.git] / input / regression / rhythmic-sequence.ly
1 \version "2.19.0"
2
3 \header {
4   texidoc = "Durations without pitches are placed into note events
5 without pitch information.  Those are directly useful in
6 @code{RhythmicStaff}."
7 }
8
9 \layout { ragged-right = ##t }
10
11 \new RhythmicStaff { 4 4. r | 4 \tuplet 3/2 { 2 4 } 4 }