Re: improving Janek's \dynamic function (for combo dynamics)

2017-09-11 Thread Kieren MacMillan
Hi Harm, > Ah, sorry. > The syntax needs next release. I'm on current master, i.e. 2.21.0. Cool. > Below should work: It does. Many thanks!! Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info

Re: improving Janek's \dynamic function (for combo dynamics)

2017-09-11 Thread Kieren MacMillan
Harm, > A very first shot. You never cease to amaze me! 1. Is this, speed-wise, any more or less efficient [e.g., on very large scores with lots of combo dynamics] than your other approach? 2. If it's [much] more efficient, how easily can the "center-align-on-dynamic" be implemented? Given

Re: improving Janek's \dynamic function (for combo dynamics)

2017-09-11 Thread Thomas Morley
2017-09-10 14:43 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> 2017-09-03 18:30 GMT+02:00 Thomas Morley : >> >>> I think I know how to proceed, >> >> @Kieren >> Attached the newest and heavily revised version. >> Please

Re: improving Janek's \dynamic function (for combo dynamics)

2017-09-11 Thread Thomas Morley
2017-09-12 1:23 GMT+02:00 Kieren MacMillan : > Hi Harm, > >> you could already use 'details.markup-commands >> to add space to _both_ sides of a dynamic: > > um… Which version does this require? With 2.19.65, I get > > error: syntax error, unexpected '=' >

Re: improving Janek's \dynamic function (for combo dynamics)

2017-09-11 Thread Kieren MacMillan
Hi Harm, > you could already use 'details.markup-commands > to add space to _both_ sides of a dynamic: um… Which version does this require? With 2.19.65, I get error: syntax error, unexpected '=' \markup customize-dyn = > Though, this gives sufficient output

Re: improving Janek's \dynamic function (for combo dynamics)

2017-09-11 Thread Thomas Morley
2017-09-12 0:03 GMT+02:00 Thomas Morley : > Hi Xavier, > > 2017-09-11 22:05 GMT+02:00 Xavier Scheuer : >> Thank you Thomas for working on this. >> >> Personally I came recently to think that "Doing The Right Thing™" >> would be to have on option to

Re: improving Janek's \dynamic function (for combo dynamics)

2017-09-11 Thread Thomas Morley
Hi Xavier, 2017-09-11 22:05 GMT+02:00 Xavier Scheuer : > Thank you Thomas for working on this. > > Personally I came recently to think that "Doing The Right Thing™" > would be to have on option to **align** texts on dynamics. > > Something like > > \override

Re: improving Janek's \dynamic function (for combo dynamics)

2017-09-11 Thread Thomas Morley
2017-09-11 18:08 GMT+02:00 Kieren MacMillan : > One new question: Is there an easy way to increase the kerning between a > dynamic and any non-dynamic text that follows it? (I find the current space > just a little narrow.) I looked through the code to try to find

Re: improving Janek's \dynamic function (for combo dynamics)

2017-09-11 Thread Kieren MacMillan
Hi Xavier, > Personally I came recently to think that "Doing The Right Thing™" > would be to have on option to **align** texts on dynamics. > > Something like > > \override TextScript.align-on-simultaneous-dynamic = ##t > > and then > > c'1\mp_\markup \italic "dolce" % would give "mp

Re: improving Janek's \dynamic function (for combo dynamics)

2017-09-11 Thread Xavier Scheuer
Thank you Thomas for working on this. Personally I came recently to think that "Doing The Right Thing™" would be to have on option to **align** texts on dynamics. Something like \override TextScript.align-on-simultaneous-dynamic = ##t and then c'1\mp_\markup \italic "dolce" % would give

Re: A note which is three measures long

2017-09-11 Thread Mark Theodoropoulos
On 2017-09-01 3:34 PM, David Kastrup wrote: It's not just the bar lines but also hacking durations into tied pieces at _every_ metric division. That makes it rather hard for the executioner to bring out the _inner_ rhythmic and thematic structure without hanging every note from the rigid meter.

Re: Another unterminated crescendo issue

2017-09-11 Thread Ivan Kuznetsov
Thank you both for the solutions, as well as helping gain a greater understanding of lilypond. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

RE: Tuplets and cross-staff beams

2017-09-11 Thread Mark Stephen Mrotek
Samuel, First remove the { } around the \change Staff commands. Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Samuel Cederlund Sent: Monday, September 11, 2017 5:22 AM To: lilypond-user@gnu.org Subject: Tuplets and cross-staff beams

Re: printing the current moment in a context

2017-09-11 Thread Kieren MacMillan
Hi Jan-Peter, > did you receive this message? Yes, I received that. Sorry for not responding sooner. > Did you have a chance to test the code? Unfortunately not yet. I will as soon as I can — early next week at the latest. Thanks, Kieren. Kieren MacMillan,

Re: printing the current moment in a context

2017-09-11 Thread Jan-Peter Voigt
Hi Kieren, did you receive this message? Did you have a chance to test the code? Best Jan-Peter Am 23.08.2017 um 10:58 schrieb Jan-Peter Voigt: Hi Kieren, I merged a few things into master. Now upbeats and instant voices should work as expected. At least in my tiny examples they do. I'd

Re: improving Janek's \dynamic function (for combo dynamics)

2017-09-11 Thread Kieren MacMillan
Hi Harm, I've had a chance to test some of this new code… and it seems to be working great! Thank you so much for your amazing work. I'll keep testing and get back to you. One new question: Is there an easy way to increase the kerning between a dynamic and any non-dynamic text that follows

Re: Tuplets and cross-staff beams

2017-09-11 Thread Malte Meyn
Am 11.09.2017 um 14:22 schrieb Samuel Cederlund: Hello all, I have a piece of code that causes lilypond to say Drawing systems...lilypond: ../flower/include/drul-array.hh:35: T& Drul_array::at(Direction) [with T = double]: Assertion `d == 1 || d == -1' failed. the code is as follows:  

Re: Tuplets and cross-staff beams

2017-09-11 Thread David Kastrup
Samuel Cederlund writes: > Hello all, > I have a piece of code that causes lilypond to say Drawing > systems...lilypond: ../flower/include/drul-array.hh:35: T& > Drul_array::at(Direction) [with T = double]: Assertion `d == 1 || d > == -1' failed. > the code is as follows: >  

Tuplets and cross-staff beams

2017-09-11 Thread Samuel Cederlund
Hello all, I have a piece of code that causes lilypond to say Drawing systems...lilypond: ../flower/include/drul-array.hh:35: T& Drul_array::at(Direction) [with T = double]: Assertion `d == 1 || d == -1' failed. the code is as follows:   \tuplet 3/2 4 {     8 { \change Staff = "upper" }

Re: Another unterminated crescendo issue

2017-09-11 Thread David Kastrup
Ivan Kuznetsov writes: > Hello all: > > I don't understand why I am getting the error: > > warning: unterminated crescendo > \new Voice {\voiceTwo r8 d8 bf8 r8 a8 > \< cs8 } > > as both the crescendo start and end points