]> git.donarmstrong.com Git - lilypond.git/blob - input/test/explicit.ly
ly- -> ly:
[lilypond.git] / input / test / explicit.ly
1 \version "1.7.3"
2
3 \header{
4 texidoc="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 }