Re: /usr/local/lilypond/usr/bin/lilypond: not found

2023-04-11 Thread David Wright
On Tue 11 Apr 2023 at 17:04:07 (-0700), JD Margulici wrote: > Hello, I am running the following commands to install Lilypond on Alpine > Linux: > > wget https://lilypond.org/download/binaries/linux-64/$LILYPOND_INSTALLER > sh $LILYPOND_INSTALLER > > with LILYPOND_INSTALLER set to

Re: /usr/local/lilypond/usr/bin/lilypond: not found

2023-04-11 Thread William Rehwinkel via LilyPond user discussion
Dear JD, I'm not sure I can help much but will just write two things that come to mind. Did you double check that the path /usr/local/lilypond/usr/bin/lilypond exists, and is not just a slightly different path? When I install lilypond from

/usr/local/lilypond/usr/bin/lilypond: not found

2023-04-11 Thread JD Margulici
Hello, I am running the following commands to install Lilypond on Alpine Linux: wget https://lilypond.org/download/binaries/linux-64/$LILYPOND_INSTALLER sh $LILYPOND_INSTALLER with LILYPOND_INSTALLER set to lilypond-2.23.6-1.linux-64.sh The installation proceeds without glitches. However when I

RE: Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread juergen . gruen
Ok. Wasn't aware of that. Still learning too... I changed the procedure so it is just calculating the indent and not creating a layout block... (more code in the layout block necessary) %% \version "2.24.0" #(define (get-indent lw)    (let* (            

Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread Benjamin Bruce
I did try that, but in the output the the score appears twice since there are two layout blocks. Is there no way to merge them? Ѫѯ 2023-04-11 Ѩё 08:36, juergen.gr...@xyz.de ѮѴё: > This >> #{ >> line-width = #(+ lw ind) >> indent = #ind >> short-indent = #ind >> #} > is part of the scheme

RE: Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread juergen . gruen
This #{ line-width = #(+ lw ind) indent = #ind short-indent = #ind #} is part of the scheme procedure. You can use lilypond syntax - put into #{ ...#}  - in scheme procedures. I create a new layout-block in the procedure. You can not nest layout blocks but you can have parallel layout-blocks.

Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread Benjamin Bruce
Quick question, in the scores I am working on I already have a \layout block with several other settings within it. How can I insert just the line-width, indent, and short-indent settings into the already-existent \layout block without creating another one? If I try just #{

Re: How to fix markup horizontal position relative to edge of page

2023-04-11 Thread Benjamin Bruce
This is exactly what I needed. I figured it could be done with some Scheme code, but that's beyond my knowledge. Thanks so much for your help! Ѫѯ 2023-04-11 Ѩё 03:55, juergen.gr...@xyz.de ѮѴё: > OK, this was not correct. There is a left-margin-default set and the > indent does not shift the

Re: Needing space after a user-defined ornament

2023-04-11 Thread Kieren MacMillan
Hi Jean, > I don't understand this discussion. Over here, > […] produces the same output as > […] > What am I missing? Not sure… When I tried the OP’s code, it didn’t seem to work, even when I played with the numbers; then I added TextScript and it started to work. It didn’t make sense to me

Re: Getting back into Lilypond/Frescobaldi

2023-04-11 Thread Jean Abou Samra
Le mardi 11 avril 2023 à 07:59 -0500, Tim's Bitstream a écrit : > This has been my experience, also. I think if the font and/or app is not > installed In The Apple Way, applications like LP can't find them.  When I > upgrade Lilypond, each time I have to manually install the lilyjazz fonts >

Re: Getting back into Lilypond/Frescobaldi

2023-04-11 Thread Tim's Bitstream
> On Apr 11, 2023, at 4:43 AM, Michael Hendry wrote: > > The instructions for the installation of the lilyjazz fonts for Mac OSX > assume that lilypond is installed as a conventional Mac App, and refer to > “INSTALLDIR/Lilypond.app/Contents/Resources/share/lilypond/current” with >

Re: Needing space after a user-defined ornament

2023-04-11 Thread Jean Abou Samra
Le mardi 11 avril 2023 à 07:14 -0400, Kieren MacMillan a écrit : > Hi Alasdair, > > > > Many thanks indeed - that works a treat!  How does one find out about these > > things?  I had tried just > > - \tweak extra-spacing-width #'(2 . 3) > > which hadn't worked.  Clearly I needed the extra space

Re: Needing space after a user-defined ornament

2023-04-11 Thread Kieren MacMillan
Hi Alasdair, > Many thanks indeed - that works a treat! How does one find out about these > things? I had tried just > - \tweak extra-spacing-width #'(2 . 3) > which hadn't worked. Clearly I needed the extra space property of text. I tried what you did first, and it didn’t work for me

Re: Getting back into Lilypond/Frescobaldi

2023-04-11 Thread Michael Hendry
On 11 Apr 2023, at 08:26, Jean Abou Samra wrote: > > Le mardi 11 avril 2023 à 08:07 +0100, Michael Hendry a écrit : > >> On 10 Apr 2023, at 23:13, Jean Abou Samra j...@abou-samra.fr >> wrote: >> >>> Le lundi 10 avril 2023 à 22:59 +0100, Michael Hendry a écrit :

Re: Getting back into Lilypond/Frescobaldi

2023-04-11 Thread Jean Abou Samra
Le mardi 11 avril 2023 à 08:07 +0100, Michael Hendry a écrit : > On 10 Apr 2023, at 23:13, Jean Abou Samra wrote: > > Le lundi 10 avril 2023 à 22:59 +0100, Michael Hendry a écrit : > > > > > Thanks, Jean, > > > This is what’s in ~.config/fontconfig/fonts.conf: > > >   > >

Re: Getting back into Lilypond/Frescobaldi

2023-04-11 Thread Michael Hendry
On 10 Apr 2023, at 23:13, Jean Abou Samra wrote: > > Le lundi 10 avril 2023 à 22:59 +0100, Michael Hendry a écrit : > >> Thanks, Jean, >> >> This is what’s in ~.config/fontconfig/fonts.conf: >> >> > That definitely does not look like a valid config file. It has a duplicate > XML