lilypond-1.5.14
[lilypond.git] / input / bugs / mb.ly
blobe1fd2d76e4d9d7e35a00ee063449b23f7379604e
2 % mb.ly: midi-bug
3 % midi notes get stuck
5 %{
6 From: Mats Bengtsson <mats.bengtsson@s3.kth.se>
7 Subject: Re: request simple .ly showing MIDI tie bug
8 To: Jan Nieuwenhuizen <janneke@gnu.org>
9 Date: Mon, 26 Feb 2001 23:18:06 +0100
11 I was lucky enough to find a short snippet which triggered
12 the bug (a few bars from David Lattermanns typesetting of
13 the Dvorak Bagatelles. I spent the Sunday upgrading them
14 to 1.3.131). I hope it simplifies the bug search.
17 \score{
18 \notes \relative c{
19 \time 2/4;
20 \clef bass;
21 \property Staff.midiInstrument = "harmonica"
23 \context Voice=ua {
24 \stemDown
25 e4 a, | b2 |
27 \context Voice=ub {
28 \stemUp
29 e2 ~ | e4 dis |
32 R2*5 |
33 c'2
35 \paper{}
36 \midi{\tempo 4 = 140;}