Re: What to do wanting a 4th order Bézier?

2016-10-12 Thread Urs Liska
Am 22.09.2016 um 01:38 schrieb Carl Sorensen: > > On 9/21/16 11:59 AM, "Urs Liska" wrote: > >> >> >> >> >> >>Am 21.09.2016 um 19:48 schrieb tisimst: >> >> >> >> >> By the way, how do the curves appear >>when the thickness is more pro

Spanner right-hand text may disappear when padded

2016-10-12 Thread Rutger Hofman
Good afternoon list, I have been noticing the following bug for a long time. If a TextSpanner bound-details.right.text is set, the text may disappear if it is right after a line break, and if it runs into some other markup-ish stuff. I am not sure whether this may also happen if bound-details.

Re: Spanner right-hand text may disappear when padded

2016-10-12 Thread David Nalesnik
Hi Rutger, On Wed, Oct 12, 2016 at 6:53 AM, Rutger Hofman wrote: > Good afternoon list, > > I have been noticing the following bug for a long time. If a TextSpanner > bound-details.right.text is set, the text may disappear if it is right after > a line break, and if it runs into some other markup

Re: Spanner right-hand text may disappear when padded

2016-10-12 Thread David Nalesnik
On Wed, Oct 12, 2016 at 7:39 AM, David Nalesnik wrote: > > It doesn't work with spanner-id, though. > Or, actually, it should -- untested. DN ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: Spanner right-hand text may disappear when padded

2016-10-12 Thread David Nalesnik
On Wed, Oct 12, 2016 at 7:52 AM, David Nalesnik wrote: > On Wed, Oct 12, 2016 at 7:39 AM, David Nalesnik > wrote: > >> >> It doesn't work with spanner-id, though. >> > > Or, actually, it should -- untested. > With the addition of the engraver you reference in you original post, of course. _

Re: Spanner right-hand text may disappear when padded

2016-10-12 Thread Thomas Morley
2016-10-12 14:57 GMT+02:00 David Nalesnik : > On Wed, Oct 12, 2016 at 7:52 AM, David Nalesnik > wrote: >> On Wed, Oct 12, 2016 at 7:39 AM, David Nalesnik >> wrote: >> >>> >>> It doesn't work with spanner-id, though. >>> >> >> Or, actually, it should -- untested. >> > > With the addition of the en

Re: Spanner right-hand text may disappear when padded

2016-10-12 Thread David Nalesnik
Harm, On Wed, Oct 12, 2016 at 8:13 AM, Thomas Morley wrote: > > in this thread > http://lilypond.1069038.n5.nabble.com/Alternate-scheme-text-spanner-ignores-spacers-td195195.html > you researched the cause for problems while attaching TextSpanner to > spacers using custom-scheme-engravers. > > M

Re: Spanner right-hand text may disappear when padded

2016-10-12 Thread David Nalesnik
On Wed, Oct 12, 2016 at 8:48 AM, David Nalesnik wrote: > Harm, > > On Wed, Oct 12, 2016 at 8:13 AM, Thomas Morley > wrote: > >> >> in this thread >> http://lilypond.1069038.n5.nabble.com/Alternate-scheme-text-spanner-ignores-spacers-td195195.html >> you researched the cause for problems while at

Re: Spanner right-hand text may disappear when padded

2016-10-12 Thread David Nalesnik
On Wed, Oct 12, 2016 at 8:48 AM, David Nalesnik wrote: > Harm, > > On Wed, Oct 12, 2016 at 8:13 AM, Thomas Morley > wrote: > >> >> in this thread >> http://lilypond.1069038.n5.nabble.com/Alternate-scheme-text-spanner-ignores-spacers-td195195.html >> you researched the cause for problems while at

Re: Controlling hairpin length - revisited!

2016-10-12 Thread David Sumbler
Thanks for this and other replies to my original query.  The routine works well. It does what it says on the can - moving the ends of the hairpin - and that will be very useful. But I realise that often what I need in order to get satisfactory hairpins is more space between the note heads, and si

Re: Controlling hairpin length - revisited!

2016-10-12 Thread Kieren MacMillan
Hi David, > But I realise that often what I need in order to get satisfactory > hairpins is more space between the note heads, and simply moving the > ends of the hairpin does not reposition the relevant notes. Have you tried adjusting the minimum-length? %%% SNIPPET BEGINS \version "2.18.2" \l

Re: [Spam] Re: Spanner right-hand text may disappear when padded

2016-10-12 Thread Rutger Hofman
On 10/12/2016 03:53 PM, David Nalesnik wrote: On Wed, Oct 12, 2016 at 8:48 AM, David Nalesnik wrote: Harm, On Wed, Oct 12, 2016 at 8:13 AM, Thomas Morley wrote: in this thread http://lilypond.1069038.n5.nabble.com/Alternate-scheme-text-spanner-ignores-spacers-td195195.html you researched t

accidentalStyle modern

2016-10-12 Thread sailfox
Hi all, the following remark is written in the lilypond docu for accidentalStyle modern: "after temporary accidentals, cancellation marks are printed also in the following measure". Is it possible to change the number of following measures where cancellation marks are written to more than one?

Re: [Spam] Re: Spanner right-hand text may disappear when padded

2016-10-12 Thread Rutger Hofman
On 10/12/2016 06:17 PM, David Nalesnik wrote: On Wed, Oct 12, 2016 at 8:48 AM, David Nalesnik wrote: Harm, On Wed, Oct 12, 2016 at 8:13 AM, Thomas Morley wrote: in this thread http://lilypond.1069038.n5.nabble.com/Alternate-scheme-text-spanner-ignores-spacers-td195195.html you researched t

Re: [Spam] Re: Spanner right-hand text may disappear when padded

2016-10-12 Thread David Nalesnik
On Wed, Oct 12, 2016 at 2:00 PM, Rutger Hofman wrote: > On 10/12/2016 03:53 PM, David Nalesnik wrote: >> That being said, the following adjusted definition of spanners should do >> it: >> >> spanners = { >> s2*7 | >> s4 >> \override TextSpanner.bound-details.left.text = "(poco acc

Re: [Spam] Re: Spanner right-hand text may disappear when padded

2016-10-12 Thread David Nalesnik
On Wed, Oct 12, 2016 at 2:04 PM, Rutger Hofman wrote: > On 10/12/2016 06:17 PM, David Nalesnik wrote: >> >> On Wed, Oct 12, 2016 at 8:48 AM, David Nalesnik >> wrote: >>> >>> Harm, >>> >>> On Wed, Oct 12, 2016 at 8:13 AM, Thomas Morley >>> wrote: >>> in this thread http://lily

Re: Advice about layout / page formatting

2016-10-12 Thread Klaus Blum
Hi Jim, some time ago, there has been another thread about a similar theme: http://lilypond.1069038.n5.nabble.com/Song-layout-for-overhead-projection-td193982.html Maybe this could be interesting for you as well. Cheers, Klaus -- View this message in context: http://lilypond.1069038.n5.n

Re:MIDI dynamics parsing error

2016-10-12 Thread Flaming Hakama by Elaine
> >> I'm dealing with several of these MIDI errors during compilation of a > >> long > >> piece. > >> "programming error: Impossible or ambiguous (de)crescendo in MIDI." > >> > >> I tried to get rid of these by placing a starting volume, but alas, it's > >> not > >> that simple. > > > > The approac