Re: MIDI dynamics parsing error

2016-10-09 Thread Dominicus
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. I'm not the original typesetter for the piece, and I

Re: Horizontal spacing - How to prevent compressing while allowing stretching?

2016-10-09 Thread David Wright
On Sun 09 Oct 2016 at 16:43:49 (-0700), Andrew Bernard wrote: > Hi Karol, > > By ‘natural’ are you referring to the spacing displayed when ragged-right > is set to true, or something else? > > As far as I know there is no parameter to enable what you want - stretch > but don’t compress. One of

Re: Horizontal spacing - How to prevent compressing while allowing stretching?

2016-10-09 Thread tisimst
Karol, On Sunday, October 9, 2016, Andrew Bernard [via Lilypond] < ml-node+s1069038n195252...@n5.nabble.com> wrote: > Hi Karol, > > By ‘natural’ are you referring to the spacing displayed when ragged-right > is set to true, or something else? > > As far as I know there is no parameter to enable

Re: Horizontal spacing - How to prevent compressing while allowing stretching?

2016-10-09 Thread Andrew Bernard
Hi Karol, By ‘natural’ are you referring to the spacing displayed when ragged-right is set to true, or something else? As far as I know there is no parameter to enable what you want - stretch but don’t compress. One of the major advantages and features of lilypond is it’s very smart and subtle

RE: issue on legato with repeat

2016-10-09 Thread Mark Stephen Mrotek
Guillaume, ^\repeatTie Mark From: Guillaume Audirac [mailto:guillaume.audi...@gmail.com] Sent: Sunday, October 09, 2016 12:51 PM To: Mark Stephen Mrotek Cc: lilypond-user@gnu.org Subject: Re: issue on legato with repeat Hi, Thanks a lot. It is almost

Re: issue on legato with repeat

2016-10-09 Thread Noeck
> Is it possible to have the legato on the top instead? By adding a ^ before \repeatTie just like with other objects, too: a'1^\repeatTie Cheers, Joram ___ lilypond-user mailing list lilypond-user@gnu.org

Re: issue on legato with repeat

2016-10-09 Thread Guillaume Audirac
Hi, Thanks a lot. It is almost perfect ;-) Is it possible to have the legato on the top instead? My case is closer to this example: \version "2.18.2" { \clef "treble" \time 4/4 R1 \repeat volta 2 { c''1( } \alternative { { d''1) } { a'1\repeatTie } % the legato is at the

RE: issue on legato with repeat

2016-10-09 Thread Mark Stephen Mrotek
Guillaume, Try the following with the addition in red. From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Guillaume Audirac Sent: Sunday, October 09, 2016 11:16 AM To: lilypond-user@gnu.org Subject: issue on legato with repeat Dear users of

Re: Why warning: cannot end volta spanner?

2016-10-09 Thread Simon Albrecht
On 09.10.2016 19:08, Peter Toye wrote: Re: Why warning: cannot end volta spanner? David, This is what I'd like. But it compiles with the warning message. My original questions was: why and can I get what I want without the warning? If everything is fine except for the warning, you can use

issue on legato with repeat

2016-10-09 Thread Guillaume Audirac
Dear users of the list, I need to display a legato in a second repeat but cannot succeed. A simple example here: \version "2.18.2" { \clef "treble" \time 4/4 R1 \repeat volta 2 { g'1( } \alternative { { a'1) } { b'1) } % the legato is not visible in the repetition } } Is

Re: Why warning: cannot end volta spanner?

2016-10-09 Thread Peter Toye
David, This is what I'd like. But it compiles with the warning message. My original questions was: why and can I get what I want without the warning? \version "2.18.2" \language "english" \score { \new Staff { \time 4/4 \clef treble \relative c'' { c1 \repeat

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

2016-10-09 Thread Thomas Morley
2016-10-09 13:23 GMT+02:00 Urs Liska : > > > Am 09.10.2016 um 12:07 schrieb Thomas Morley: > > 2016-09-18 15:38 GMT+02:00 Simon Albrecht : > > On 18.09.2016 15:15, Kieren MacMillan wrote: > > And finally with a better user interface > > Under what

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

2016-10-09 Thread Urs Liska
Am 09.10.2016 um 12:07 schrieb Thomas Morley: > 2016-09-18 15:38 GMT+02:00 Simon Albrecht : >> On 18.09.2016 15:15, Kieren MacMillan wrote: And finally with a better user interface >>> Under what circumstances would you NOT want the end of one curve to match >>>

Horizontal spacing - How to prevent compressing while allowing stretching?

2016-10-09 Thread Karol Majewski
Hi, I have question related to horizontal spacing. When ragged-right is set to false (default) LilyPond either stretches a line (system) or compresses it. I'd like to modify this behaviour so that LilyPond only stretches a line, but never compresses it. I don't want my spacing to be tighter

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

2016-10-09 Thread Simon Albrecht
On 09.10.2016 12:07, Thomas Morley wrote: 2016-09-18 15:38 GMT+02:00 Simon Albrecht : On 18.09.2016 15:15, Kieren MacMillan wrote: And finally with a better user interface Under what circumstances would you NOT want the end of one curve to match precisely the beginning

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

2016-10-09 Thread Thomas Morley
2016-09-18 15:38 GMT+02:00 Simon Albrecht : > On 18.09.2016 15:15, Kieren MacMillan wrote: >>> >>> And finally with a better user interface >> >> Under what circumstances would you NOT want the end of one curve to match >> precisely the beginning of the next one? >> If