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

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:

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

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

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

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 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

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"

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

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 >>

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 >>

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

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.

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

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

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

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

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

Re: MIDI dynamics parsing error

2016-10-12 Thread David Kastrup
Dominicus writes: > Flaming Hakama by Elaine wrote >>> 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