lilypond-user
[Top][All Lists]
Advanced

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

Re: midi not rendering tied notes


From: David Wright
Subject: Re: midi not rendering tied notes
Date: Sat, 28 Jan 2017 22:24:40 -0600
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat 28 Jan 2017 at 22:18:03 (-0600), Bruce Pike wrote:
> I'm having difficulty getting midi generation to recognize tied notes.  For
> the score below, when I play the midi output the notes sound as individual
> eighth notes rather than as tied notes.
> 
> \version "2.18.2" \language "english"
> 
> music = \relative c {
>   \time 4/4 \key c \major
>   e'8 g( g) g( g) e( e) a |

( ) is a slur, not a tie. Try:

e'8 g~ g g~ g e~ e a |

> }
> 
> \score {
>     \new Staff
>     {
>       \music
>     }
>   \layout { }
>   \midi { }
> }

Cheers,
David.



reply via email to

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