MIDI: fix regtest failure
[lilypond/patrick.git] / input / regression / midi / quantize-duration.ly
blob051f7c96b516b7ad6cfa920c05b2b67f782576ce
1 % Lily was here -- automatically converted by ../../../scripts/midi2ly.py from out-www/voice-2.midi
2 \version "2.13.53"
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"
14 % included from ./out-www/voice-2.header
15 \header {
16 texidoc="midi2ly @code{--duration-quant} quantizes durations of notes"
17 options="--duration-quant=4"
19 % end
21 trackAchannelA = {
23 % [SEQUENCE_TRACK_NAME] control track
25 % [TEXT_EVENT] creator:
27 % [TEXT_EVENT] GNU LilyPond 2.13.54
29 \time 4/4
31 \tempo 4 = 60
35 trackA = <<
36 \context Voice = voiceA \trackAchannelA
40 trackBchannelA = \relative c {
41 r4*1/8 c4*7/8
42 c4*7/8 r4*1/8
45 trackB = <<
46 \context Voice = voiceA \trackBchannelA
50 \score {
52 \context Staff=trackB \trackB
54 \layout {}
55 \midi {}