Re: Music function for arrow directions in arpeggios

2016-02-25 Thread David Kastrup
Simon Albrecht writes: > On 24.02.2016 00:08, Dan Eble wrote: >> Is this a case where attaching an arpeggio to a chord with ^ or _ >> should make a difference, or do I misunderstand the point of those >> characters? > > Yes, you do. They change the direction of the entire

Re: Music function for arrow directions in arpeggios

2016-02-25 Thread David Kastrup
Malte Meyn writes: > Am 23.02.2016 um 15:52 schrieb Caio Giovaneti de Barros: >> I'm trying to write a function to make easier for me to change arrow >> directions in arpeggios. > > I would prefer an event function with a tweak: > > \version "2.19.36" > > arpeggioUp =

Re: Music function for arrow directions in arpeggios

2016-02-24 Thread Noeck
Hi Simon, Am 24.02.2016 um 21:50 schrieb Simon Albrecht: > On 23.02.2016 22:22, Noeck wrote: >> the names \arpeggioUp and \arpeggioDown are still free and >> would me much more lilypondish. > > More imprecise, really. It’s really only the direction of the arrow > that’s changed, not the

Re: Music function for arrow directions in arpeggios

2016-02-24 Thread Kieren MacMillan
Hi Simon, > Surely it is a question of priorities. Do such alternating patterns occur > more often than situations with arpeggio direction changing once in a while, > but each change holds for several subsequent chords? That’s the question. (I > cannot answer.) I think my solution addresses

Re: Music function for arrow directions in arpeggios

2016-02-24 Thread Simon Albrecht
On 24.02.2016 00:08, Dan Eble wrote: Is this a case where attaching an arpeggio to a chord with ^ or _ should make a difference, or do I misunderstand the point of those characters? Yes, you do. They change the direction of the entire grob, not the arpeggio-direction indicated by the arrow.

Re: Music function for arrow directions in arpeggios

2016-02-24 Thread Simon Albrecht
On 23.02.2016 16:14, Abraham Lee wrote: On Tue, Feb 23, 2016 at 8:04 AM, Malte Meyn > wrote: Am 23.02.2016 um 15:52 schrieb Caio Giovaneti de Barros: I'm trying to write a function to make easier for me to change arrow

Re: Music function for arrow directions in arpeggios

2016-02-24 Thread Simon Albrecht
On 23.02.2016 22:22, Noeck wrote: the names \arpeggioUp and \arpeggioDown are still free and would me much more lilypondish. More imprecise, really. It’s really only the direction of the arrow that’s changed, not the direction of the whole grob. Best, Simon

Re: Music function for arrow directions in arpeggios

2016-02-23 Thread Noeck
Am 24.02.2016 um 00:08 schrieb Dan Eble: > Is this a case where attaching an arpeggio to a chord with ^ or _ should make > a difference, or do I misunderstand the point of those characters? That was also discussed in the old thread. Not conclusive but with more insights than I have:

Re: Music function for arrow directions in arpeggios

2016-02-23 Thread Dan Eble
On Feb 23, 2016, at 16:22 , Noeck wrote: > > Hi, > >> I like this a lot and I feel like I've seen this exact discussion >> before, but it didn't result in any core changes. > > https://lists.gnu.org/archive/html/lilypond-user/2015-01/msg00908.html > >> Dev Team, >> >>

Re: Music function for arrow directions in arpeggios

2016-02-23 Thread tisimst
ive/html/lilypond-user/2015-01/msg00908.html I knew this all sounded familiar :-) -- View this message in context: http://lilypond.1069038.n5.nabble.com/Music-function-for-arrow-directions-in-arpeggios-tp187596p187640.html Sent from the User mail

Re: Music function for arrow directions in arpeggios

2016-02-23 Thread Noeck
Hi, > I like this a lot and I feel like I've seen this exact discussion > before, but it didn't result in any core changes. https://lists.gnu.org/archive/html/lilypond-user/2015-01/msg00908.html > Dev Team, > > Any reason \arpeggioArrowUp and \arpeggioArrowDown can't be defined this > way

Re: Music function for arrow directions in arpeggios

2016-02-23 Thread Caio Giovaneti de Barros
Yes, that works perfectly. No need to use a function, of course. That was just my first approach to solve this problem. Thanks Malte and Kieren! Em 23-02-2016 12:14, Abraham Lee escreveu: On Tue, Feb 23, 2016 at 8:04 AM, Malte Meyn > wrote:

Re: Music function for arrow directions in arpeggios

2016-02-23 Thread Abraham Lee
On Tue, Feb 23, 2016 at 8:04 AM, Malte Meyn wrote: > > > Am 23.02.2016 um 15:52 schrieb Caio Giovaneti de Barros: > >> I'm trying to write a function to make easier for me to change arrow >> directions in arpeggios. >> > > I would prefer an event function with a tweak: > >

Re: Music function for arrow directions in arpeggios

2016-02-23 Thread Malte Meyn
Am 23.02.2016 um 15:52 schrieb Caio Giovaneti de Barros: I'm trying to write a function to make easier for me to change arrow directions in arpeggios. I would prefer an event function with a tweak: \version "2.19.36" arpeggioUp = \tweak arpeggio-direction #UP \arpeggio \relative c' {

Re: Music function for arrow directions in arpeggios

2016-02-23 Thread Kieren MacMillan
Hi Caio, > I'm trying to write a function Well, if you *really* want a music function, I’ll let others answer. But to solve your particular issue, I’d do the following: SNIPPET BEGINS \version "2.19.36" arp = -\arpeggio arpU = \tweak arpeggio-direction #UP -\arpeggio arpD = \tweak

Music function for arrow directions in arpeggios

2016-02-23 Thread Caio Giovaneti de Barros
I'm trying to write a function to make easier for me to change arrow directions in arpeggios. When writing music for guitar is very annoying to be constantly changing the arrow directions. Consider, for instance: \relative c' { \arpeggioArrowDown 8.\arpeggio \arpeggioArrowUp q16\arpeggio