Re: Different minimum-length for broken spanner

2022-08-04 Thread Kieren MacMillan
Hi Mark, > Ideally there could be a property `minimum-length-before-break` to match > `minimum-length-after-break` to address this? Or am I simply approaching this > problem from the wrong angle? Does \alterBroken work? Or does it fail because minimum-length is one of the "spanner properties

Re: Different minimum-length for broken spanner

2022-08-04 Thread Mark Knoop
At 08:41 on 04 Aug 2022, Kieren MacMillan wrote: Hi Mark, Ideally there could be a property `minimum-length-before-break` to match `minimum-length-after-break` to address this? Or am I simply approaching this problem from the wrong angle? Does \alterBroken work? Or does it fail because

Different minimum-length for broken spanner

2022-08-04 Thread Mark Knoop
Hi, I'm creating a TextSpanner to indicate a gradual transition between instrumental techniques. In order that the left and right texts don't collide, my before-line-breaking callback sets the minimum-length property of the spanner to the sum of the width of the two markups. This all works

Re: Different minimum-length for broken spanner

2022-08-04 Thread Jean Abou Samra
[Mark] Ideally there could be a property `minimum-length-before-break` to match `minimum-length-after-break` to address this? Or am I simply approaching this problem from the wrong angle? I don't think you're approaching it from the wrong angle. You need to get the springs & rods problem

Re: Ending second repeat on final \bar "|."

2022-08-04 Thread steve
Thats it! thanx very much version 2.18.2 does everything I need and have been using it for years and don't want to deal with compatibility issues.. thanx - steve > Hi, > > (The mailing list is lilypond-user, not lilypond-users, > I've corrected the address so we're no

Re: cannot find start of piano pedal: `Sustain'

2022-08-04 Thread Eef Weenink
\version "2.20.0" upper = \relative c'' { \clef treble r2. \hideStaffSwitch\change Staff = "lower" r4*1/2 s8 | } lower = \relative c { \clef bass b8 ees, aes c, b ees' \showStaffSwitch\change Staff = "upper" aes ees' | } \score { \new PianoStaff << \new Staff = "upper" \upper

Re: cannot find start of piano pedal: `Sustain'

2022-08-04 Thread Jim Cline
Hi Eef, thanks for that solution. regards, Jim On Thu, 4 Aug 2022, Eef Weenink wrote: \version "2.20.0" upper = \relative c'' {  \clef treble  r2. \hideStaffSwitch\change Staff = "lower" r4*1/2 s8  | } lower = \relative c {  \clef bass  b8 ees, aes c, b  ees'   \showStaffSwitch\change

Re: Individual stencils in key signature

2022-08-04 Thread Leo Correia de Verdier
Thanks! Thats a better solution. (But I’m still happy about having asked the wrong question so I could learn about how to find the stencil expression) Best /Leo > 3 aug. 2022 kl. 13:40 skrev Jean Abou Samra : > > > >> Le 2 août 2022 à 23:34, Leo Correia de Verdier >> a écrit : >> >>

Re: Ending second repeat on final \bar "|."

2022-08-04 Thread Jean Abou Samra
Le 04/08/2022 à 16:03, st...@linuxsuite.org a écrit : Thats it! thanx very much version 2.18.2 does everything I need and have been using it for years and don't want to deal with compatibility issues.. It's not an all-or-nothing decision. There is no problem to install

cannot find start of piano pedal: `Sustain'

2022-08-04 Thread Jim Cline
I have a score where the sustain starts in the voice in the bass clef, and ends after the voice crosses into the treble clef. It compiles but with a warning: cannot find start of piano pedal: `Sustain', with respect to the sustainOff. The warning goes away if I comment out midi{}. However it

Re: cannot find start of piano pedal: `Sustain'

2022-08-04 Thread Jim Cline
p.s. Isn't it also weird that the pedal-off symbol is not horizontally aligned with the pedal-on symbol? On Thu, 4 Aug 2022, Jim Cline wrote: I have a score where the sustain starts in the voice in the bass clef, and ends after the voice crosses into the treble clef. It compiles but with a