Re: Problem with arpeggio across voices and fingering

2009-03-27 Thread Mats Bengtsson
This is a known bug, see 
http://code.google.com/p/lilypond/issues/detail?id=556q=arpeggio
In this bug database you can also see that this is one of 258 open 
issues. :-(


   /Mats

Nick Payne wrote:

See attached. The arpeggio on the chord without the fingering is fine, and
the fingering without the arpeggio is fine, but the two together results in
a large gap appearing between the fingering/arpeggio and the notes. What I
want is the fingering just to the left of the notes and the arpeggio just to
the left of the fingering.  I can move the fingering with \tweak, but I
haven't yet found how to move the arpeggio, and even if I can, a) it's going
to be a major PITA to do all this tweaking at every point where I have this
construction, and b) moving it means there will be a rather ugly looking gap
between the preceding element in the score and this one.

The problem seems to be related to having the arpeggio across voices, as if
I remove only the arpeggio against the part of the chord in voiceFour, then
the gap disappears, though I still have the arpeggio appearing to the right
of the fingering rather than to the left.

Nick
  





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


--
=
Mats Bengtsson
Signal Processing
School of Electrical Engineering
Royal Institute of Technology (KTH)
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
   Fax:   (+46) 8 790 7260
Email: mats.bengts...@ee.kth.se
WWW: http://www.s3.kth.se/~mabe
=



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


Re: Problem with arpeggio across voices and fingering

2009-03-27 Thread Kieren MacMillan

Hi Mats,

In this bug database you can also see that this is one of 258 open  
issues. :-(


I'd love to see Coda Music's open issues file for Finale...  ;-)
Kieren.


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


Re: Problem with arpeggio across voices and fingering

2009-03-27 Thread Robin Bannister

Nick Payne wrote:
What I want is the fingering just to the left of the notes 
and the arpeggio just to the left of the fingering. 


I'm pretty sure you ought to change the order in which 
these things are hung onto the side of the notes. 
But I'm afraid I can't help you with that. 

As regards horizontal tweaking, this is hampered by 
the fingering being referenced to the arpeggio. 
If both are referenced to the note it gets more manageable. 
Here is a hack which does such juggling:


   \once \override Staff.Arpeggio #'direction = #RIGHT
   \once \override Staff.Arpeggio #'padding = #-4

Cheers,
Robin



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


RE: Problem with arpeggio across voices and fingering

2009-03-27 Thread Nick Payne
Thanks. That fixes the problem.

Nick

 -Original Message-
 From: Robin Bannister [mailto:r...@dataway.ch]
 Sent: Saturday, 28 March 2009 01:31
 To: Nick Payne; lilypond-user@gnu.org
 Subject: Re: Problem with arpeggio across voices and fingering
 
 Nick Payne wrote:
  What I want is the fingering just to the left of the notes
  and the arpeggio just to the left of the fingering.
 
 I'm pretty sure you ought to change the order in which
 these things are hung onto the side of the notes.
 But I'm afraid I can't help you with that.
 
 As regards horizontal tweaking, this is hampered by
 the fingering being referenced to the arpeggio.
 If both are referenced to the note it gets more manageable.
 Here is a hack which does such juggling:
 
 \once \override Staff.Arpeggio #'direction = #RIGHT
 \once \override Staff.Arpeggio #'padding = #-4



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