There are two bugs in the following notations examples. The notation
below may not be standard (yet), but at least there an opportunity to
develope it.
I) <c4 g' e'>~<cis4 gis' e'>
- slurs, for common notes only (?)
- sharps (flats, etc.) missing
- ties (for midi) in common notes, missing
II) <c4 g' e'>~<\context Voice = x {<cis4 gis'>} e'>
- slurs, ok
- ties (for midi) in common notes, missing
Further analysis of the midi output showed that the ties were missing from
the _first_ chord only in a chord series like:
chordexamples = \notes \relative c' {
<c4 g' e'>~<c g' e'>
<c4 g' e'>~<cis4 gis' e'>
<c4 g' e'>~<\context Voice = x {<cis4 gis'>} e'>
<c e g>~<a cis e g bes>
}
\score {
\context PianoStaff <
\context Staff = upper <
\clef treble
\context Voice = i { \voiceOne \chordexamples }
>
>
\paper { }
\midi { \tempo 4 = 120 }
}
As a conclusion of these examples there are only two bugs:
1. midi ties should be included also if a chord starts a "\notes"-section
2. accidentals (sharp, flats, etc.) should not be omitted
--
Heikki Junes
_______________________________________________
Lilypond-devel mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-devel