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: David Kastrup
Subject: Re: tie not working; harmonica midi instrument wanted
Date: Wed, 06 Mar 2013 21:12:23 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Xavier Scheuer <address@hidden> writes:

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

That would not do anything in the \layout block since the \layout block
does not have a Slur_performer in Voice anyway.  It belongs in the \midi
block.

-- 
David Kastrup




reply via email to

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