lilypond-user
[Top][All Lists]
Advanced

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

midi not rendering tied notes


From: Bruce Pike
Subject: midi not rendering tied notes
Date: Sat, 28 Jan 2017 22:18:03 -0600

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 |
}

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


BruceP

reply via email to

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