\set Score.midiPanPosition

2014-01-23 Thread Jim Long
On Tue, Jan 21, 2014 at 04:09:38PM +1100, Vaughan McAlley wrote:
 On 20 January 2014 07:09, Colin Campbell c...@shaw.ca 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

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: \set Score.midiPanPosition

2014-01-23 Thread Vaughan McAlley
On 24 January 2014 14:06, Jim Long lilyp...@umpquanet.com wrote:
 On Tue, Jan 21, 2014 at 04:09:38PM +1100, Vaughan McAlley wrote:
 On 20 January 2014 07:09, Colin Campbell c...@shaw.ca 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

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user