]> git.donarmstrong.com Git - lilypond.git/blob - test/ok.ly
partial: 0.1.57.jcn
[lilypond.git] / test / ok.ly
1 % Creator: GNU LilyPond
2 % Automatically generated.
3 % from input file: /home/fred/lelie/current/test/test.midi
4
5 \version "0.1.9";
6 $Track_0 = \melodic{
7         % midi copyright:
8         % instrument:
9         \duration 4;
10         % Creator: GNU LilyPond
11
12          % Automatically generated.
13
14          % from musical definition: : 1
15          % Track 0
16          \tempo 4=60;
17          
18 } % Track 0
19
20 $track1 = \melodic{
21         % midi copyright:
22         % instrument:piano
23         \duration 4;
24
25         % piano
26          \tempo 4=60;
27          c4  d4  e4  f4  |
28         % 2
29         g4  a4  b4  c'4  
30
31 } % track1
32
33 \score{
34         \multi 3 < \type Staff
35                         < \melodic{ \$track1 } >
36         >
37         \paper{}
38         \midi{
39                 \tempo 4=60;
40                  }
41 }