Re: arpeggio problems

2008-09-02 Thread Eluze
e) in the attached files! http://www.nabble.com/file/p19270393/arpeggio%2Bbug.png arpeggio+bug.png http://www.nabble.com/file/p19270393/arpeggio%2Bbug.ly arpeggio+bug.ly -- View this message in context: http://www.nabble.com/arpeggio-problems-tp19251408p19270393.html Sent from the Gnu - Lily

Re: arpeggio problems

2008-09-01 Thread Eluze
o recalculate everything! is there a function to do this automatically?! thank you anyway! -eluze -- View this message in context: http://www.nabble.com/arpeggio-problems-tp19251408p19254165.html Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com. __

Re: arpeggio problems

2008-09-01 Thread Kieren MacMillan
Hi all, As a workaround, you could add invisible note heads to the chord. yes, that works - but Why not use #'positions? %% \version "2.11.56" \paper { line-width = 5\in } music = \relative c'' { 1\arpeggio \once \override Arpeggio #'positions = #'(-1 . 1) \arpe

Re: arpeggio problems

2008-09-01 Thread Eluze
composer wants to have an arpeggio, he probably would like it to be seen! > > As a workaround, you could add invisible note heads to the chord. > yes, that works - but -eluze -- View this message in context: http://www.nabble.com/arpeggio-problems-tp19251408p19252373.html S

Re: arpeggio problems

2008-09-01 Thread James E. Bailey
My quick and dirty solution would just be to make the chords take up more space with invisible notes: \version "2.11.57" { \override Staff.LedgerLineSpanner #'transparent = ##t \arpeggioNormal < \tweak #'transparent ##t c'' e'' g'' \tweak #'transparent ##t b'' > 1 \arpeggio \override Staff.L

Re: arpeggio problems

2008-09-01 Thread Mats Bengtsson
27;' g'' > 1 \arpeggio \arpeggioBracket < e'' g'' > 1 \arpeggio } is there a way to tweak this or is it a bug? thanx -eluze ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailma

Re: arpeggio problems

2008-09-01 Thread Eluze
gt; 1 \arpeggio > \arpeggioParenthesis < e'' g'' > 1 \arpeggio > \arpeggioBracket < e'' g'' > 1 \arpeggio > } > > is there a way to tweak this or is it a bug? > thanx > -eluze > > > _

arpeggio problems

2008-09-01 Thread Eluze Weehaeli
hi when the notes of a chord are close problems with arpeggios arise - \arpeggioNormal - the zigzag line cannot be recognised as such - \arpeggioArrowUp - the arrow is below the chord, the zigzag line is missing - \arpeggioArrowUp - the arrow is below the chord, the zigzag line is missing - \arpeg