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