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

2023-04-10 Thread gruen . weinbach
Hello, maybe % \version "2.24.0" paperWidth = 180.0 lineWidth = 140 ind = #(/ (- paperWidth lineWidth) 2) \paper {   paper-width = \paperWidth } \score {   \layout {     line-width = \lineWidth     indent =  \ind     short-indent =  \ind   }   \repeat unfold 20

Re: Needing space after a user-defined ornament

2023-04-10 Thread Alasdair McAndrew
Hi Kieran, 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. Thanks again, Alasdair On Mon, 10 Apr 2023, 9:33 pm Kieren

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

2023-04-10 Thread Benjamin Bruce
I tried that, but the markup position is still set relative to the paper line-width, so if I change the paper line-width, the markup moves with it. Ѫѯ 2023-04-10 Ѩё 15:35, Ya Gloops ѮѴё: > Hello  > > Maybe > > \version "2.24.1" > \paper {  >   line-width = 180  >   indent = 0  > }  > \score { 

Re: Getting back into Lilypond/Frescobaldi

2023-04-10 Thread Jean Abou Samra
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 declaration, and the `` element should not be

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

2023-04-10 Thread Aaron Hill
On 2023-04-10 2:35 pm, Ya Gloops wrote: ...Bacon ipsum... Ah, I see you are an individual of culture. :) -- Aaron Hill

Re: Getting back into Lilypond/Frescobaldi

2023-04-10 Thread Michael Hendry
> On 10 Apr 2023, at 19:02, Jean Abou Samra wrote: > > SNIP > > Could you send the contents of the > /Users/michaelhendry/.config/fontconfig/fonts.conf file? It's in a hidden > folder (.config, which starts with a dot), so you will likely have to toggle > something to show hidden

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

2023-04-10 Thread Ya Gloops
Hello  Maybe \version "2.24.1" \paper {    line-width = 180    indent = 0  }  \score {    \layout {      line-width = 125 % score is always left-aligned if this is set   }    \relative c { c' d e f g a b c, d e f g a b c, d e f g a b c, d e f g a b c, d e f g a b c, d e f g a b c, d e f g a b

How to fix markup horizontal position relative to edge of page

2023-04-10 Thread Benjamin Bruce
Hello all, I am trying to layout some documents where the score is centered on the page, and underneath it is some markup text that is aligned left, relative to the edge of the page. In some documents the score will be wider, in some it will be narrower, but the text below it should always be

Re: Getting back into Lilypond/Frescobaldi

2023-04-10 Thread Jean Abou Samra
Le lundi 10 avril 2023 à 18:05 +0100, Michael Hendry a écrit : > I’ve started to review my old lead sheets, which use lilyjazz fonts, and find > that previously unproblematic files are compiled with no staff, just a long > list of chord names. > > Going back to basics, with this rudimentary

Getting back into Lilypond/Frescobaldi

2023-04-10 Thread Michael Hendry
I’ve started to review my old lead sheets, which use lilyjazz fonts, and find that previously unproblematic files are compiled with no staff, just a long list of chord names. Going back to basics, with this rudimentary file... \version "2.24.0" { c'4 d' e' f’} …I get the following log, but

Re: Middle-C position doesn't move key signature

2023-04-10 Thread Johannes Roeßler
thats funny ;) - you answered my other question regarding the clef here (for completeness, I've added your solution to the other thread)- but this issue is, though the same source,  a different one - its regarding the key signature. The source is like this: and by |\version "2.24.0" {  

Re: Graphics

2023-04-10 Thread Johannes Roeßler
solution from Jean Abou Samra in another thread: Consider baking the offset into the markup itself, e.g., |\override Staff.Clef.stencil = #ly:text-interface::print \override Staff.Clef.text = \markup \lower #0.5 \epsfile #X #1.5 "XXX" - just to have this in this thread for future searches...

Re: Middle-C position doesn't move key signature

2023-04-10 Thread Jean Abou Samra
Le lundi 10 avril 2023 à 11:55 +0200, Johannes Roeßler a écrit : > Hi, > neither the clef position (which is mentioned in the documentation, so > this is expected) - nor the middelCPosition move the key signature. > How do I have to move it? > > \version "2.24.0" > {

Re: ANN: Frescobaldi 3.3.0

2023-04-10 Thread Michael Hendry
On 10 Apr 2023, at 10:08, Davide Liessi wrote: > > Il giorno lun 10 apr 2023 alle ore 09:00 Michael Hendry > ha scritto: >> “Frescobaldi.app” cannot be opened because the developer cannot be verified. > > This is expected: as we write in the release page, "The application > bundles are not

Re: Bounding box for rotated markup

2023-04-10 Thread Thomas Morley
Am So., 9. Apr. 2023 um 12:16 Uhr schrieb Jean Abou Samra : > > > > > Le 9 avr. 2023 à 10:50, Thomas Morley a écrit : > > > > Hi, > > > > please consider following code: > > > > pol = \markup \polygon #'((0 . 2) (10 . 0) (10 . 20) (0 . 22)) > > \markup \override #'(box-padding . 0) \box { \pol

Re: [Frescobaldi] Re: ANN: Frescobaldi 3.3.0

2023-04-10 Thread K. Blum
Am 10.04.2023 um 14:09 schrieb lilypond-user-requ...@gnu.org: Thanks for the update! Is the icon missing for any other Windows users? I get a white page icon in the taskbar. It’s indeed been noticed (but we didn’t want to hold the release for it).

Re: [Frescobaldi] ANN: Frescobaldi 3.3.0

2023-04-10 Thread Jean Abou Samra
(Adding back the list) > Le 10 avr. 2023 à 13:36, Dimitri Sykias a écrit : > > With the arm64. So, I can’t run Frescobaldi on Monterey with M1 processor, > can I? Try the x86_64 one, I think it will work (just a bit slower than native arm64 binaries, since it will run via emulation). Of

Re: [Frescobaldi] Re: ANN: Frescobaldi 3.3.0

2023-04-10 Thread Jean Abou Samra
> Le 10 avr. 2023 à 13:39, Werner LEMBERG a écrit : > >  > Dear Frescobaldi team, > > >> We are glad to announce the availability of Frescobaldi 3.3.0. >> [...] > > Is it necessary to update the Frescobaldi installation instructions in > LilyPond's Learning Manual? > >

Re: [Frescobaldi] Re: ANN: Frescobaldi 3.3.0

2023-04-10 Thread Michael Gerdau
Thanks for the update! Is the icon missing for any other Windows users? I get a white page icon in the taskbar. It’s indeed been noticed (but we didn’t want to hold the release for it). See https://github.com/frescobaldi/frescobaldi/issues/1582

Re: ANN: Frescobaldi 3.3.0

2023-04-10 Thread Werner LEMBERG
Dear Frescobaldi team, > We are glad to announce the availability of Frescobaldi 3.3.0. > [...] Is it necessary to update the Frescobaldi installation instructions in LilyPond's Learning Manual? https://lilypond.org/doc/v2.25/Documentation/learning/installing

Re: Needing space after a user-defined ornament

2023-04-10 Thread Kieren MacMillan
Hi Alasdair, > Lilypond sometimes doesn't recognize this symbol as needing space, so > depending on the spacing of the notes, this symbol can get very squashed. > How can I add extra horizontal spacing to my function? ttr = #(define-event-function (placement) (pair?) #{

Needing space after a user-defined ornament

2023-04-10 Thread Alasdair McAndrew
I'm typesetting some French baroque music, in which a sort of large breath mark was used to indicate a particular type of trill. And the mark is positioned close to the note, generally a little to the right and up. What I've done is create a small function: ttr = #(define-event-function

Re: [Frescobaldi] Re: ANN: Frescobaldi 3.3.0

2023-04-10 Thread Jean Abou Samra
> Le 10 avr. 2023 à 12:32, Dimitri Sykias a écrit : > > I installed Frescobaldi in macOS Monterey 12.6.4. When I try to launch it I > get the following error: > “Frescobaldi has encountered a fatal error and will now terminate” Is this with the x86_64 bundle or the arm64 one? The latter

Re: ANN: Frescobaldi 3.3.0

2023-04-10 Thread Dimitri Sykias
I installed Frescobaldi in macOS Monterey 12.6.4. When I try to launch it I get the following error: “Frescobaldi has encountered a fatal error and will now terminate” > On 10 Apr 2023, at 12:08 PM, Davide Liessi wrote: > > Il giorno lun 10 apr 2023 alle ore 09:00 Michael Hendry > ha scritto:

Middle-C position doesn't move key signature

2023-04-10 Thread Johannes Roeßler
Hi, neither the clef position (which is mentioned in the documentation, so this is expected) - nor the middelCPosition move the key signature. How do I have to move it? \version "2.24.0" {   \key f\major   bes'2   \key c\major   bes'2   \set Staff.clefPosition = #1   \set

Re: ANN: Frescobaldi 3.3.0

2023-04-10 Thread Davide Liessi
Il giorno lun 10 apr 2023 alle ore 09:00 Michael Hendry ha scritto: > “Frescobaldi.app” cannot be opened because the developer cannot be verified. This is expected: as we write in the release page, "The application bundles are not signed with an Apple Developer certificate". >

Re: Graphics

2023-04-10 Thread Johannes Roeßler
I'm now able to include the eps - but still struggle to place the clef (it should be centered on the G-Line) as I like to do: \version "2.24.0"   \new Staff {     \clef G c'1     \override Staff.Clef.stencil = #ly:text-interface::print     \override Staff.Clef.text = \markup \epsfile #X #1.5

Re: ANN: Frescobaldi 3.3.0

2023-04-10 Thread Michael Hendry
“Frescobaldi.app” cannot be opened because the developer cannot be verified. I’ve just downloaded and installed Frescobaldi 3.3.0 on my 64-bit iMac running Mac OS Ventura 13.2.1, but got the above message when I tried to run it. I was able to override this by following advice here: