Hi Joram,
> you can set the positions by hand (in staff spaces):
Well, I had tried that in my real-world (non-MWE) example… but it didn’t seem
to work:
\version "2.19.80"
upper = {
\time 3/4
<c'>2.\arpeggio
\once \override Staff.Arpeggio.positions = #'(3 . -12)
<c'>2.\arpeggio
\once \override Score.Arpeggio.positions = #'(3 . -12)
<c'>2.\arpeggio
}
lower = {
\time 3/4
\clef bass
<c e g>2.\arpeggio
<c e g>2.\arpeggio
<c e g>2.\arpeggio
}
\score {
\new PianoStaff <<
\new Staff \upper
\new Staff \lower
>>
\layout {
\context {
\PianoStaff
connectArpeggios = ##t
}
}
}
Any thoughts about that?
Thanks!
Kieren.
________________________________
Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: [email protected]
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user