I tried your example with both version 2.10 and 2.12 of LilyPond and I
clearly hear the ties in the output. You can also verify this fact by
running midi2ly on the generated MIDI file. For example, the beginning
of the melody in the resulting .ly file is:
trackCchannelB = \relative c {
b'8 c f gis a f d f4 d8 f s4 f d8 |
whereas it would have been
trackCchannelB = \relative c {
b'8 c f gis a f d f f d f s4 f d8 |
without the tie.
/Mats
François Jortay wrote:
Here is a complete example (NB : I got rid of these 4
crossed-by-ties-bars but without any effect ...) :
\version "2.10.33"
\header {
title = "Billie's Bounce"
composer = "Charlie Parker"
}
melodie = \relative c' {
\clef treble
\tempo 4=100
b8 c f gis a f d f ~ f d f r8 r f4 d8 | f8 r4 f8 ~ f d f d | \break
aes'8 a f d f g f f | r4 r8 a bes f r aes ~ aes bes ~ bes4 ees8 c f
ees | r8 f c4 r r8 e ~
e4 g,8 e fis ees' c cis | d4 r8 g8 fis d bes f | f'4 r8 f e e d d | c4
r8 f, f d f4 | \break
r8 f4 ~ f8 d f4 c8
}
accords = \chordmode {
f2:7 f2:7 bes2:7 b2:dim7 f2:7 f2:7
f2:7 f2:7 bes2:7 bes2:7 bes2:7 bes2:7 f2:7 f2:7
a2:m d2:7 g2:m g2:m c2:7 c2:7 f2:7 d2:7
g2:m c2:7
}
\score {
<<
\new ChordNames { \set chordChanges = ##t \accords }
\new Staff { \melodie }
>>
\layout { }
}
\score {
\unfoldRepeats
<<
\new ChordNames \repeat volta 2{ \set chordChanges = ##t \accords }
\new Staff \repeat volta 2 { \melodie }
>>
\midi { }
}
Le mercredi 03 mars 2010 à 12:55 +0100, Mats Bengtsson a écrit :
I just tried a small example where the tie indeed was rendered in the
MIDI output.
Could you please send a small but complete example to the mailing list,
of a file illustrating the problem. Don't forget to tell what LilyPond
version you use.
/Mats
François Jortay wrote:
Hello,
Ties (~) between measures (meaning : across bars) are note rendered in MIDI
output (that is : notes are repeated).
This bug is not mentioned in :
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Ties-and-slurs#Ties-and-slurs
nor in :
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/Creating-MIDI-files#Creating-MIDI-files
(However, in this last file, it is well written that "Ties, dynamics, and tempo
changes are interpreted")
NB : My MIDI player is Timidity, my OS is Linux Debian 5.
Thank you for this wonderful Lilypond !
fran ;-)
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond
--
=============================================
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: mats.bengts...@ee.kth.se
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond