]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/miniatures.ly
patch::: 1.3.152.jcn3
[lilypond.git] / input / tutorial / miniatures.ly
1 \version "1.3.138"
2 \header { title = "Two miniatures" }
3
4 #(set! point-and-click line-column-location)
5
6 \paper { linewidth = -1.0 }
7
8 \score {
9     \notes { c'4 d'4 }
10     \header {
11         opus = "Opus 1."
12         piece = "Up" }
13 }
14
15 \score {
16     \notes { d'4 c'4 }
17     \header {
18         opus = "Opus 2."
19         piece = "Down" }
20 }