CVSROOT: /cvsroot/lilypond
Module name: lily-bugs
Branch:
Changes by: Erik Sandberg <[EMAIL PROTECTED]> 05/08/14 22:00:23
Modified files:
bugs : midi-polyphony-single-staff.ly
Added files:
bugs : c-metronome-script.ly c-metronome-script.png
Log message:
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/c-metronome-script.ly?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/c-metronome-script.png?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lily-bugs/bugs/midi-polyphony-single-staff.ly.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
Patches:
Index: lily-bugs/bugs/midi-polyphony-single-staff.ly
diff -u lily-bugs/bugs/midi-polyphony-single-staff.ly:1.1
lily-bugs/bugs/midi-polyphony-single-staff.ly:1.2
--- lily-bugs/bugs/midi-polyphony-single-staff.ly:1.1 Fri Aug 12 17:04:05 2005
+++ lily-bugs/bugs/midi-polyphony-single-staff.ly Sun Aug 14 22:00:23 2005
@@ -2,10 +2,26 @@
%Yuval Harel
\header {
- texidoc = "If notes from two polyphonic voices inside one staff overlap, the
second one isn't output to midi."
+ texidoc = "If notes from two polyphonic voices inside one staff overlap,
midi output is delayed.
+
+If the overlapping notes are identical, the second one is not played. "
reportedin = "2.4.0"
}
\version "2.6.3"
-\new Staff << \new Voice c \new Voice dis >>
+\score {
+
+<<
+ \new Staff <<
+ \new Voice {c4 c c}
+ \new Voice {r8 dis d4 d}
+ >>
+ \new Staff {e4 e e e}
+ \new Staff <<
+ \new Voice {r2 f4}
+ \new Voice {r2 r8 f}
+ >>
+>>
+\midi {}
+}
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs