Re: Mac Monterey 12.3 and Lilypond 2.2.2

2022-03-18 Thread Hans Åberg
> On 17 Mar 2022, at 23:39, Hans Aikema wrote: > > >> On 17 Mar 2022, at 23:18, Hans Åberg wrote: >> >>  >>> On 17 Mar 2022, at 23:06, Hans Aikema wrote: >>> >>> I also prefer to run development releases alongside stable, but any music I >>> try to write for stable (unless there is somet

Re: Wildly different horizontal spacing in two similar scores.

2022-03-18 Thread Valentin Petzel
Let’s take a look at what’s happening here: if we add \override Score.SpacingSpanner.common-shortest-duration = #(grob-transformer 'common-shortest-duration (lambda (grob orig) (display orig) (newline) orig)) at the beginning we will have the value of common-shortest duration o

Re: Wildly different horizontal spacing in two similar scores.

2022-03-18 Thread Richard Shann
On Fri, 2022-03-18 at 12:11 +0100, Valentin Petzel wrote: > Let’s take a look at what’s happening here: > > if we add > \override Score.SpacingSpanner.common-shortest-duration = > #(grob-transformer 'common-shortest-duration >    (lambda (grob orig) (display orig) (newline) > orig)

Grace after break spacing

2022-03-18 Thread Knute Snortum
Hi all, I've run into -- maybe not a defect, but an "ugly" engraving problem in LilyPond. If there is a grace note after a break, the last measure before the break does not leave enough room for the last note. Here's a MWE: %%% \version "2.23.6" \relative { c''4 c c c \break \time 3/4 %

Re: Mac Monterey 12.3 and Lilypond 2.2.2

2022-03-18 Thread David Wright
On Fri 18 Mar 2022 at 10:34:08 (+0100), Hans Åberg wrote: > On 17 Mar 2022, at 23:39, Hans Aikema wrote: > > You cannot have both active indeed, but you can install them both (one > > active, one inactive). The recipe to end up with stable, but have current > > development version at hand for ac

Re: Wildly different horizontal spacing in two similar scores.

2022-03-18 Thread Richard Shann
On Fri, 2022-03-18 at 12:27 +, Richard Shann wrote: > On Fri, 2022-03-18 at 12:11 +0100, Valentin Petzel wrote: > > Let’s take a look at what’s happening here: > > > > if we add > > \override Score.SpacingSpanner.common-shortest-duration = > > #(grob-transformer 'common-shortest-duration > >  

Re: Mac Monterey 12.3 and Lilypond 2.2.2

2022-03-18 Thread Hans Åberg
> On 18 Mar 2022, at 17:23, David Wright wrote: > > On Fri 18 Mar 2022 at 10:34:08 (+0100), Hans Åberg wrote: >> On 17 Mar 2022, at 23:39, Hans Aikema wrote: > >>> You cannot have both active indeed, but you can install them both (one >>> active, one inactive). The recipe to end up with stabl

Re: Wildly different horizontal spacing in two similar scores.

2022-03-18 Thread Paul Hodges
From: Richard Shann I wonder what "There is no convenient mechanism to manually override spacing. " means ... I take it to mean that adjusting spacing on a smaller scale, like within a bar, is not so easy. The tricks I tend to use are: (1) specify the number of systems and pages (LilyPo

Re: Grace after break spacing

2022-03-18 Thread Kieren MacMillan
Hi Knute, > I've run into -- maybe not a defect, but an "ugly" engraving problem Yeah… non-optimal for sure. > In the meantime, does anyone know of a work-around? c''4 c c \tweak extra-spacing-width #'(0 . 1.5) c Hope that helps! Kieren.

Re: Wildly different horizontal spacing in two similar scores.

2022-03-18 Thread Jean Abou Samra
Le 18/03/2022 à 18:30, Paul Hodges a écrit : *From: * Richard Shann I wonder what "There is no convenient mechanism to manually override spacing. " means ... I take it to mean that adjusting spacing on a smaller scale, like within a bar, is not so easy. Yes. In particular, while

Re: Grace after break spacing

2022-03-18 Thread Knute Snortum
On Fri, Mar 18, 2022 at 10:47 AM Kieren MacMillan wrote: > > Hi Knute, > > > I've run into -- maybe not a defect, but an "ugly" engraving problem > > Yeah… non-optimal for sure. > > > In the meantime, does anyone know of a work-around? > > c''4 c c \tweak extra-spacing-width #'(0 . 1.5) c > > Hop

Re: Wildly different horizontal spacing in two similar scores.

2022-03-18 Thread Richard Shann
On Fri, 2022-03-18 at 17:30 +, Paul Hodges wrote: > From: Richard Shann > > > > I wonder what "There is no convenient mechanism to manually > > override > > spacing. " means ... > > > I take it to mean that adjusting spacing on a smaller scale, like > within a bar, is not so easy. ah, I se

Fwd: Mac Monterey 12.3 and Lilypond 2.2.2

2022-03-18 Thread Miguel Abrams
-- Forwarded message - From: Hans Åberg Date: Fri, 18 Mar 2022 at 15:33 Subject: Re: Mac Monterey 12.3 and Lilypond 2.2.2 To: Miguel Abrams Please cc the list so that others can follow and tune in. > On 18 Mar 2022, at 20:28, Miguel Abrams wrote: > > > Hi Hans: > > I wondered

Re: Mac Monterey 12.3 and Lilypond 2.2.2

2022-03-18 Thread Hans Åberg
> On 18 Mar 2022, at 20:28, Miguel Abrams wrote: > > Hi Hans: > > I wondered if you could suggest the next steps I should take. I have > completed the following successfully. > > MacPorts was installed successfully, after Xcode install completed > > Both appear operational > > I followed

Re: Mac Monterey 12.3 and Lilypond 2.2.2

2022-03-18 Thread Hans Åberg
> On 18 Mar 2022, at 20:28, Miguel Abrams wrote: > > Hi Hans: > > I wondered if you could suggest the next steps I should take. I have > completed the following successfully. > > MacPorts was installed successfully, after Xcode install completed > > Both appear operational > > I followed

Re: Grace after break spacing

2022-03-18 Thread Jean Abou Samra
Le 18/03/2022 à 19:16, Knute Snortum a écrit : On Fri, Mar 18, 2022 at 10:47 AM Kieren MacMillan wrote: Hi Knute, I've run into -- maybe not a defect, but an "ugly" engraving problem Yeah… non-optimal for sure. In the meantime, does anyone know of a work-around? c''4 c c \tweak extra-spa

Re: Inter-staff bar line for ChoirStaff?

2022-03-18 Thread Matthew Fong
Hello Valentin, Awesome. I've been wanting to learn more Scheme! I just need to figure out OR statements to get a final bar! Many thanks, mattfong On Thu, Mar 17, 2022 at 7:11 PM Valentin Petzel wrote: > Hello Matthew, > > if you want you can even automatise this: > > \version "2.22.2" > > \l

Re: Inter-staff bar line for ChoirStaff?

2022-03-18 Thread Jean Abou Samra
Le 18/03/2022 à 22:57, Matthew Fong a écrit : Hello Valentin, Awesome. I've been wanting to learn more Scheme! I just need to figure out OR statements to get a final bar! \version "2.22.2" \layout {    \context { \ChoirStaff \consists Span_bar_engraver \override BarLine

Re: Inter-staff bar line for ChoirStaff?

2022-03-18 Thread Valentin Petzel
Hello Matthew, and or can be done by (or ...), like (or somthing1 somthing2) (though you can have any amount of arguments). But at some points you might want to do something like this: \version "2.22.2" #(define spanbars '("||" "|." ":|." ".|:" ":|.|:")) \layout { \context { \Choir

Re: Inter-staff bar line for ChoirStaff?

2022-03-18 Thread Matthew Fong
Dear Valentine and Jean, Many thanks for the help and documentation. I think once upon a time Aaron or someone else gave me the link. Good to have it again. mattfong On Fri, Mar 18, 2022 at 3:08 PM Valentin Petzel wrote: > Hello Matthew, > > and or can be done by (or ...), like (or somthing1