bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

chord names w ties, on midi no ties


From: José Luis Cruz
Subject: chord names w ties, on midi no ties
Date: Sat, 27 Sep 2003 23:30:52 +0200

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

Attachment: pgpkjSKs5R5rE.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]