Hello, First, i really hope this question isn't repetitive, because i've searched in mail archive and didn't found exactly this problem so... here it goes.
I noticed that if i put a Chordnames Staff, (with C:m or <c es g> style, doesn't
matter) and i tie some of them, i recieve a warning for each tie:
Junking event: `TieEvent':
scheme = \chords {c:m
~ c:m c:m d e}
On the visual output the ties are well done, but on midi output there are no ties,
each chord sounds like if they were no ~. So i can't do a good accompainment if i i
need the chord names and i can't tie them. One temporary solution could be muting the
accompainment track in the midi, and building another for hearing purpose only, but is
something that i wouldn't like to do.
Sollutions?
Here is the example code.
%------------------------------------8<--- start of ly
scheme = \chords {c:m ~ c:m c:m d e}
settings = { \property ChordNames.chordChanges = ##t }
\score {
\notes <<
\context ChordNames << \scheme \settings >>
\scheme
>>
\paper{linewidth = 40 * \staffspace}
\midi
}
%------------------------------->8-------- end of ly
Very thanks,
joseluis
pgp00000.pgp
Description: PGP signature
_______________________________________________ Bug-lilypond mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-lilypond
