]> git.donarmstrong.com Git - lilypond.git/blob - input/test/explicit.ly
49642f6b445b4399eaf19472a9ada5e7a1c49c3d
[lilypond.git] / input / test / explicit.ly
1 \version "1.9.2"
2
3 \header{ texidoc="@cindex Explicit Pitch and Duration
4 Explicit pitches and durations. "
5 }
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)
10
11   }
12 \paper{raggedright = ##t}
13 }
14