bug-lilypond
[Top][All Lists]
Advanced

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

Re: chordmode changes midi instrument


From: Manuel
Subject: Re: chordmode changes midi instrument
Date: Mon, 18 Sep 2006 07:05:16 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Mats Bengtsson <mats.bengtsson <at> ee.kth.se> writes:

> 
> The command
> \set Staff.midiInstrument = "violin"
> tries to set the property midiInstrument in a Staff context, but since you
> don't have any Staff context but a ChordNames context, the command won't
> do anything. Try
> \new ChordNames{
> ...
> \set ChordNames.midiInstrument = "violin"
> ...
> }
> instead.
> 
>    /Mats
> 

Thanks, I tried this and it doesn't change the behavior.

Also note that if I express my chords directly using the < c b g > syntax, 
then the instrument is picked up correctly. It only happens if I use 
\chordmode as the input format.

Also, changes from ChordNames to say Staff or Voice does not change anything 
either.

-Manuel






reply via email to

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