Re: Dynamics offset suddenly changes

2019-03-26 Thread David Nalesnik
Hi Andrew, I couldn't answer that question without some sort of code example. Best, David On Tue, 26 Mar 2019, 5:24 p.m. Andrew Bernard, wrote: > Hi David, > > Why does \alterBroken move some and not others? > > Andrew > > > On Wed, 27 Mar 2019 at 02:18, David Nalesnik > wrote: > >> >> But yo

Re: Dynamics offset suddenly changes

2019-03-26 Thread Andrew Bernard
Hi David, Why does \alterBroken move some and not others? Andrew On Wed, 27 Mar 2019 at 02:18, David Nalesnik wrote: > > But you are applying alterBroken to the Hairpin, not to the > DynamicLineSpanner, so of course the Hairpin will be moved > independently. > > __

Re: Tangled up in Lilypond syntax

2019-03-26 Thread Kieren MacMillan
Hi Guy, > While I don't use \relative Good choice. =) > \new Staff \relative a' { >a a a << { \voiceOne a a a } \new Voice { \voiceTwo e b b } >> > \oneVoice a a a > } > \addlyrics { \repeat unfold 10 test } > > What I engrave this with LP 2.19.82 the a pitches after the temporary > poly

Re: Tangled up in Lilypond syntax

2019-03-26 Thread David Kastrup
Guy Stalnaker writes: > Lilyponders, > > While I don't use \relative (so this isn't a topic for my personal use), I > am curious about what happens in this excerpt that Mr. Moser provided: > > \new Staff \relative a' { >a a a << { \voiceOne a a a } \new Voice { \voiceTwo e b b } >> > \oneVoic

Re: Tangled up in Lilypond syntax

2019-03-26 Thread Guy Stalnaker
Lilyponders, While I don't use \relative (so this isn't a topic for my personal use), I am curious about what happens in this excerpt that Mr. Moser provided: \new Staff \relative a' { a a a << { \voiceOne a a a } \new Voice { \voiceTwo e b b } >> \oneVoice a a a } \addlyrics { \repeat unfold

Re: Printing stuff on top of each other

2019-03-26 Thread Urs Liska
Am 26.03.19 um 13:53 schrieb Kieren MacMillan: Hi Urs, On Mar 26, 2019, at 3:44 AM, Urs Liska wrote: what I would like to know if it is possible *at all* is to simply print stuff on top of each other, skipping any collision avoidance. Often, if I’m in a rush, I’ll use my \ignore functions t

Re: Tangled up in Lilypond syntax

2019-03-26 Thread Tim Slattery
Lukas-Fabian Moser wrote: >\new Staff \relative a' { >   a a a << { \voiceOne a a a } \new Voice { \voiceTwo e b b } >> >\oneVoice a a a >} >\addlyrics { \repeat unfold 10 test } That did it! Thanks for saving me much time and grief. -- Tim Slattery tim risingdove com __

Re: Dynamics offset suddenly changes

2019-03-26 Thread David Nalesnik
On Tue, Mar 26, 2019 at 8:38 AM Andrew Bernard wrote: > > Hi David, > > What I mean is that I thought alterBroken just affected the single shot > hairpin (wrong). In my score I have about 200 pages where there are hairpins > ending on dynamics on the next page, and after the erroneous call to >

Re: Dynamics offset suddenly changes

2019-03-26 Thread Andrew Bernard
Hi David, What I mean is that I thought alterBroken just affected the single shot hairpin (wrong). In my score I have about 200 pages where there are hairpins ending on dynamics on the next page, and after the erroneous call to \alterBroken to adjust Y-offset, only some hairpins 80 pages or so awa

Re: Dynamics offset suddenly changes

2019-03-26 Thread Andrew Bernard
Hi David, Aha! But it's funny that it only affects some down the line, with many of the same case not being affected. Andrew On Tue, 26 Mar 2019 at 23:40, David Nalesnik wrote: > > \once \alterBroken ... > > ___ lilypond-user mailing list lilypond-u

Re: Dynamics offset suddenly changes

2019-03-26 Thread David Nalesnik
On Tue, Mar 26, 2019 at 8:07 AM Andrew Bernard wrote: > > Hi David, > > Aha! But it's funny that it only affects some down the line, with many of the > same case not being affected. > > Andrew > I'm not clear what you mean here. But, if you suspect \alterBroken, you could retool the code given

Re: Dynamics offset suddenly changes

2019-03-26 Thread David Nalesnik
On Tue, Mar 26, 2019 at 6:07 AM Andrew Bernard wrote: > > Hi All, > > Thanks to Aaron's wonderful hairpin colouring function I have been able to > really focus in on the hairpin behaviour. > > I found the issue with my score. I am somewhat dumbstruck by this. There is a > call as follows at one

Re: Printing stuff on top of each other

2019-03-26 Thread Kieren MacMillan
Hi Urs, > On Mar 26, 2019, at 3:44 AM, Urs Liska wrote: > what I would like to know if it is possible *at all* is to simply print stuff > on top of each other, skipping any collision avoidance. Often, if I’m in a rush, I’ll use my \ignore functions to "turn off" the collision engine for a give

Re: Dynamics offset suddenly changes

2019-03-26 Thread David Kastrup
Andrew Bernard writes: > Hi Aaron, > > Thank you for looking into this. As mentioned in my original post, I am not > using a Dynamics context as this New Complexity score is very, very complex > rhythmically, and it would tale a month to go back and figure out all the > spacer rests to use a dyna

Re: Dynamics offset suddenly changes

2019-03-26 Thread Andrew Bernard
Hi All, Thanks to Aaron's wonderful hairpin colouring function I have been able to really focus in on the hairpin behaviour. I found the issue with my score. I am somewhat dumbstruck by this. There is a call as follows at one and only point point in the score: \alterBroken Y-offset #'(0 4) Hairp

Printing stuff on top of each other

2019-03-26 Thread Urs Liska
Hi folks, I'm thinking if it could be possible to create an "engraving mode" where not one of a number of alternative readings is *selected* but where these alternatives are printed on top of each other, using various colors. The idea is for the scholarLY package (https://github.com/openlily