lilypond-user
[Top][All Lists]
Advanced

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

Re: \set Score.midiPanPosition


From: Vaughan McAlley
Subject: Re: \set Score.midiPanPosition
Date: Fri, 24 Jan 2014 18:00:49 +1100

On 24 January 2014 14:06, Jim Long <address@hidden> wrote:
> On Tue, Jan 21, 2014 at 04:09:38PM +1100, Vaughan McAlley wrote:
>> On 20 January 2014 07:09, Colin Campbell <address@hidden> wrote:
>> >  \set Score.midiPanPosition = #RIGHT
>> >  \set Staff.midiPanPosition = #LEFT
>>
>> This is missing in the 2.18 changes, so I didn???t know about it until
>> now. Very nice!
>
> Strictly out of idle curiousity, are these possible, with some
> degree of syntactic correction?
>
> \set Score.midiPanPosition = #RIGHT*0.95
>
> to pan almost but not quite hard right, or:
>
> \set Staff.midiPanPosition = #LEFT*.1
>
> To pan just slightly left of center?
>
>
> Jim
>

I’m pretty sure LEFT, CENTER and RIGHT are just aliases for -1, 0 and 1, so

\set Score.midiPanPosition = #0.95

or

\set Staff.midiPanPosition = #-0.1

should should do what you want.

Vaughan



reply via email to

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