Re: Cross-staff arpeggio line AND arpeggio bracket on the same notes

2015-11-11 Thread Jean Menezes da Rocha
Thanks for your tip, Pierre (and sorry for my delayed response). The snippet really produces the intended output. I am still trying to figure out how to apply this without having to redo a huge amount of code as it is structured by now (I am typesetting a scorebook, following a strict score

Re: Cross-staff arpeggio line AND arpeggio bracket on the same notes

2015-11-11 Thread Pierre Perol-Schneider
Hi Jean, This works: \version "2.18.2" \score { \new PianoStaff \with { connectArpeggios = ##t \override Arpeggio.stencil = #ly:arpeggio::brew-chord-bracket } << \new Staff \transpose c c' { \time 3/4 s2. \grace { s %% Draw a first

Cross-staff arpeggio line AND arpeggio bracket on the same notes

2015-11-10 Thread Jean Menezes da Rocha
Hello, I am trying to transcribe some music which has notation like the attached example image. There is a cross-staff arpeggio, with a nested bracket indicating a cross-staff voicing. As per the examples I have found, we can have only one or another, since the bracket should be printed using the

Re: arpeggio line

2012-07-18 Thread Nick Payne
On 16/07/12 02:38, David Nalesnik wrote: \offset Arpeggio #'positions #'(-1 . 1) David I tried your generalized offsetter with arpeggios. It works fine for an arpeggio on a chord in a single voice, but doesn't lengthen an arpeggio where the chord is across voices: \version 2.15.41

Re: arpeggio line

2012-07-18 Thread David Nalesnik
Hi Nick, On Wed, Jul 18, 2012 at 3:36 AM, Nick Payne nick.pa...@internode.on.netwrote: On 16/07/12 02:38, David Nalesnik wrote: \offset Arpeggio #'positions #'(-1 . 1) David I tried your generalized offsetter with arpeggios. It works fine for an arpeggio on a chord in a single voice,

Re: arpeggio line

2012-07-15 Thread David Nalesnik
to make an easy adjustment of the length of the arpeggio line based on what LilyPond assigns by default. Writing \offset Arpeggio #'positions #'(-1 . 1) will move each endpoint one staff-space from where it would be ordinarily. You can (with current development versions) alter just one arpeggio

Re: arpeggio line

2012-07-15 Thread David Nalesnik
[replying to list] Hi Mario, On Sun, Jul 15, 2012 at 12:01 PM, Mario Moles mario-mo...@libero.it wrote: ** In data domenica 15 luglio 2012 11:38:34, hai scritto: \offset Arpeggio #'positions #'(-1 . 1) will move each endpoint one staff-space from where it would be ordinarily. You can

Re: arpeggio line

2012-07-15 Thread David Nalesnik
On Sun, Jul 15, 2012 at 12:28 PM, David Nalesnik david.nales...@gmail.comwrote: [replying to list] Hi Mario, On Sun, Jul 15, 2012 at 12:01 PM, Mario Moles mario-mo...@libero.itwrote: ** In data domenica 15 luglio 2012 11:38:34, hai scritto: \offset Arpeggio #'positions #'(-1 . 1) will

Re: arpeggio line

2012-07-15 Thread David Nalesnik
Hi, yet again-- \offset Arpeggio #'X-extent #'(-0.4 . -0.4) This also changes the horizontal position: \offset Arpeggio #'X-offset #'0.5 -David ___ lilypond-user mailing list lilypond-user@gnu.org

Re: arpeggio line

2012-07-15 Thread Mario Moles
In data domenica 15 luglio 2012 12:39:19, hai scritto: Hi, yet again-- \offset Arpeggio #'X-extent #'(-0.4 . -0.4) This also changes the horizontal position: \offset Arpeggio #'X-offset #'0.5 -David Thanks! I find this: \once \override Arpeggio #'X-offset = #-1.5 it work! --

Re: arpeggio line

2012-07-12 Thread Thomas Morley
2012/7/12 Mario Moles mario-mo...@libero.it: Hi! I do not understand how to do arpeggio with a straight line. You know how to do? Reagards! Hi Mario, try the code below. If you want a longer line add a 'positions-override as shown in the examples. \version 2.15.39 arpeggioStrikeDown = {

Re: arpeggio line

2012-07-12 Thread Mario Moles
Wow! Good! Thank you so match! -- oiram/bin/selom Da ognuno secondo le proprie capacità ad ognuno secondo i propri bisogni. Linux MIB Lilypond Frescobaldi Rosegarden ___ lilypond-user mailing list lilypond-user@gnu.org

Re: arpeggio line

2012-07-12 Thread Janek Warchoł
Concerning positions override, if you'd like to make all arpeggios shorter/longer, i recommend using David Nalesnik's generalized offsetter (search for generalizing offsets to properties) hth, Janek ___ lilypond-user mailing list lilypond-user@gnu.org

arpeggio line

2012-07-11 Thread Mario Moles
Hi! I do not understand how to do arpeggio with a straight line. You know how to do? Reagards! -- oiram/bin/selom Da ognuno secondo le proprie capacità ad ognuno secondo i propri bisogni. Linux MIB Lilypond Frescobaldi Rosegarden attachment: