lilypond-user
[Top][All Lists]
Advanced

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

Re: tie not working; harmonica midi instrument wanted


From: Xavier Scheuer
Subject: Re: tie not working; harmonica midi instrument wanted
Date: Wed, 6 Mar 2013 19:28:35 +0100

On 6 March 2013 18:55, Carl J. Weber <address@hidden> wrote:
> Hi,
>
> A few baby questions. I just started a few days ago with LilyPond.
>
> 1. In the second measure, the second tie is good on the .midi playback, but
> in that measure, the first tie doesn't work, and the notes are played
> separately, though tied in the visual staff.

Hi,

Looks like issue #3091 to me.  Should be corrected in versions >2.17.12
(cannot check with LilyPond right now though, sorry)
http://code.google.com/p/lilypond/issues/detail?id=3091

> 2. I'm writing a method for harmonica, and I would like to change the midi
> instrument to harmonica with the hope of getting a non-articulated slur.

  \set Staff.midiInstrument = #"harmonica"

Maybe you'll have to add

  \layout {
    \context {
      \Voice
      \remove "Slur_performer"
    }
  }


Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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