lilypond-1.3.122
[lilypond.git] / input / test / explicit.ly
blob83ffd570838d1034588f3c1d99932486b25aec39
1 \header{
2 texidoc="Explicit pitches and durations.";
4 \score {
5 \notes {
6 \pitch #(make-pitch 0 0 0) \duration #(make-duration 1 0)
7 \pitch #(make-pitch 1 1 1) \duration #(make-duration 2 0)