Massive changes - see ChangeLog.
[lilypond.git] / input / test / explicit.ly
blob2c4921dac502da3b7463f03a5de8c68f65bd33ee
1 \version "1.9.0"
3 \header{ texidoc="@cindex Explicit Pitch and Duration
4 Explicit pitches and durations. "
6 \score {
7 \notes {
8 \pitch #(ly:make-pitch 0 0 0) \duration #(ly:make-duration 1 0)
9 \pitch #(ly:make-pitch 1 1 1) \duration #(ly:make-duration 2 0)
12 \paper{raggedright = ##t}