]> git.donarmstrong.com Git - lilypond.git/blob - input/test/explicit.ly
efa5624b22f8cbb29ad49ddf182bcbc58356a5df
[lilypond.git] / input / test / explicit.ly
1 \version "1.9.4"
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