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