Re: Ties between measures not rendered in MIDI

2010-03-04 Thread Valentin Villenave
On Wed, Mar 3, 2010 at 11:48 AM, François Jortay f...@franjor.net wrote:
 Thank you for this wonderful Lilypond !

By the way: if you speak French, you might be interested in
subscribing to our French-speaking LilyPond mailing list:
http://lists.gnu.org/mailman/listinfo/lilypond-user-fr

Cheers,
V. Villenave.


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Ties between measures not rendered in MIDI

2010-03-03 Thread François Jortay
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


Re: Ties between measures not rendered in MIDI

2010-03-03 Thread Mats Bengtsson
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


Re: Ties between measures not rendered in MIDI

2010-03-03 Thread Graham Percival
They're supposed to be in 2.12.3:
http://lilypond.org/doc/v2.12/Documentation/user/lilypond/What-goes-into-the-MIDI-output_003f

Try using that version.

Cheers,
- Graham


On Wed, Mar 03, 2010 at 10:48:33AM +, 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


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Ties between measures not rendered in MIDI

2010-03-03 Thread Mats Bengtsson
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


Re: Ties between measures not rendered in MIDI

2010-03-03 Thread Reinhold Kainhofer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Am Mittwoch, 3. März 2010 14:06:52 schrieb Mats Bengtsson:
 I tried your example with both version 2.10 and 2.12 of LilyPond and I
 clearly hear the ties in the output. 

The ties are also correctly rendered to MIDI in lilypond 2.13.

Cheers,
Reinhold

- -- 
- --
Reinhold Kainhofer, reinh...@kainhofer.com, http://reinhold.kainhofer.com/
 * Financial  Actuarial Math., Vienna Univ. of Technology, Austria
 * http://www.fam.tuwien.ac.at/, DVR: 0005886
 * LilyPond, Music typesetting, http://www.lilypond.org
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFLjm1QTqjEwhXvPN0RAqWLAJ4/a7zet7a5W5HUCl5whInx8N6quQCeM6hf
hbRqKuVKxuE6zzMRvKsZffY=
=+KRe
-END PGP SIGNATURE-


___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond


Re: Ties between measures not rendered in MIDI

2010-03-03 Thread François Jortay
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

 
-- 
François Jortay
8 rue de Louvain
1000 Bruxelles
0477-67.38.33
www.franjor.net



___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond