]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/midi/rest.ly
40132960158c40f222457e3a9e32a786af2ac350
[lilypond.git] / input / regression / midi / rest.ly
1 % Lily was here -- automatically converted by ../../../scripts/midi2ly.py from out-www/rest.midi
2 \version "2.13.53"
3
4 \layout {
5   \context {
6     \Voice
7     \remove "Note_heads_engraver"
8     \consists "Completion_heads_engraver"
9     \remove "Rest_engraver"
10     \consists "Completion_rest_engraver"
11   }
12 }
13
14 % included from ./out-www/rest.header
15 \header {
16 texidoc="midi2ly identifies rests"
17 options=""
18 }
19 % end
20
21 trackAchannelA = {
22   
23   % [SEQUENCE_TRACK_NAME] control track
24   
25   % [TEXT_EVENT] creator: 
26   
27   % [TEXT_EVENT] GNU LilyPond 2.13.54          
28   
29   \time 4/4 
30   
31   \tempo 4 = 60 
32   
33 }
34
35 trackA = <<
36   \context Voice = voiceA \trackAchannelA
37 >>
38
39
40 trackBchannelA = \relative c {
41   r4 
42   \set Staff.instrumentName = "trackB:voiceA"
43   a r4 a 
44   | % 2
45   
46 }
47
48 trackB = <<
49
50   \clef bass
51   
52   \context Voice = voiceA \trackBchannelA
53 >>
54
55
56 \score {
57   <<
58     \context Staff=trackB \trackA
59     \context Staff=trackB \trackB
60   >>
61   \layout {}
62   \midi {}
63 }