Re: Spacing/Positioning of Arpeggios when fingerings are present

2008-10-16 Thread Mats Bengtsson
Isn't this the same bug as 
http://code.google.com/p/lilypond/issues/detail?id=556q=arpeggio


  /Mats

Jonathan Kulp wrote:
While I was working on the arpeggio issue in a thread on the user 
list, I discovered that arpeggio positioning suffers terribly if 
fingerings are present and their orientation is set to either left or 
right.


In the attached example you can see the fingerings in the first two 
chords are set to left and right respectively, and the arpeggios are 
placed way too far to the left in both cases.  The arpeggio belonging 
to the second chord is placed right on top of the previous chord.  
When fingering-orientation is set to up and down, the arpeggio is 
placed correctly (see 3rd chord).


Jon





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


--
=
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: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=



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


Re: Spacing/Positioning of Arpeggios when fingerings are present

2008-10-16 Thread Jonathan Kulp
It looks the same, though it only mentions the problem with respect to 
fingering orientations set to right The problem persists with both 
right and left orientations.


Jon

Mats Bengtsson wrote:
Isn't this the same bug as 
http://code.google.com/p/lilypond/issues/detail?id=556q=arpeggio


  /Mats

Jonathan Kulp wrote:
While I was working on the arpeggio issue in a thread on the user 
list, I discovered that arpeggio positioning suffers terribly if 
fingerings are present and their orientation is set to either left or 
right.


In the attached example you can see the fingerings in the first two 
chords are set to left and right respectively, and the arpeggios are 
placed way too far to the left in both cases.  The arpeggio belonging 
to the second chord is placed right on top of the previous chord.  
When fingering-orientation is set to up and down, the arpeggio is 
placed correctly (see 3rd chord).


Jon





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




--
Jonathan Kulp
http://www.jonathankulp.com


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


Re: Spacing/Positioning of Arpeggios when fingerings are present

2008-10-16 Thread Valentin Villenave
2008/10/16 Jonathan Kulp [EMAIL PROTECTED]:
 It looks the same, though it only mentions the problem with respect to
 fingering orientations set to right The problem persists with both right
 and left orientations.

I have updated the issue with your example.

Cheers,
Valentin


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


Spacing/Positioning of Arpeggios when fingerings are present

2008-10-15 Thread Jonathan Kulp
While I was working on the arpeggio issue in a thread on the user list, 
I discovered that arpeggio positioning suffers terribly if fingerings 
are present and their orientation is set to either left or right.


In the attached example you can see the fingerings in the first two 
chords are set to left and right respectively, and the arpeggios are 
placed way too far to the left in both cases.  The arpeggio belonging to 
the second chord is placed right on top of the previous chord.  When 
fingering-orientation is set to up and down, the arpeggio is placed 
correctly (see 3rd chord).


Jon
--
Jonathan Kulp
http://www.jonathankulp.com


%**


\version 2.11.62

melody = \relative c'' {
   \voiceOne
   \set fingeringOrientations = #'(left)
   g-0 c-12\arpeggio
   \set fingeringOrientations = #'(right)
   g-0 c-1\arpeggio
  \set fingeringOrientations = #'(up)
   g-0 c-11\arpeggio
}

bass = \relative c' {
  \voiceTwo
  \set fingeringOrientations = #'(left)
  c-32\arpeggio
  \set fingeringOrientations = #'(right)
  c-3\arpeggio
  \set fingeringOrientations = #'(down)
  c-31\arpeggio
}

\score {
\context Staff \with {
\consists Span_arpeggio_engraver
}
 
\set Staff.connectArpeggios = ##t
\context Voice = melody { \melody }
\context Voice = bass   { \bass   }
 

\layout { }

  \midi {
\context {
  \Score
}
  }
}

attachment: arpeggio-fingering-prob.png___
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond