Re: Rehearsal mark on right side of measure?

2024-05-05 Thread Aaron Hill
On 2024-05-05 6:49 pm, Dirck Nagy wrote: Hi all I am using rehearsal marks (\mark \default, to mark off repeated sections as "A", "B", etc., instead of Dal Segno. One of these sections ends at the end of a line. Is there an easy way to move the rehearsal mark to the right side of the

Rehearsal mark on right side of measure?

2024-05-05 Thread Dirck Nagy
Hi all I am using rehearsal marks (\mark \default, to mark off repeated sections as "A", "B", etc., instead of Dal Segno. One of these sections ends at the end of a line. Is there an easy way to move the rehearsal mark to the right side of the measure, instead of the left? I can't find a

Re: how difficult would it be to have “auto-correct spacing” (even for just a single measure)?

2024-05-05 Thread Kieren MacMillan
Hi Valentin, > if you want you could tell Lilypond to ignore Accidentals in spacing In concept, I love this idea… However it doesn’t work 100%: %%% SNIPPET BEGINS \version "2.25.11" \language "english" \layout { line-width = 3.5\in ragged-right = ##f } ignoreH = \propertyTweak

Re: Frescobaldi?

2024-05-05 Thread Jean Abou Samra
> The technical stuff is way over my head, but this reads like the top- > level description of a GSOC project (in case the mentioned friend > doesn't take the bait)... GSoC projects are nice for doing focused work on some specific part of the code base. For overhauling just about everything,

Re: Frescobaldi?

2024-05-05 Thread Graham King
The technical stuff is way over my head, but this reads like the top- level description of a GSOC project (in case the mentioned friend doesn't take the bait)... In other threads spawned by this one, there have been some helpful suggestions for alternative lilypond IDE's, but there is some cost

Re: FW: Cautionary Time Signature

2024-05-05 Thread Timothy Lanfear
On 05/05/2024 08:17, jsmcwill...@gmail.com wrote: I enclose a snippet illustrating two problems I am trying to resolve in a piece containing a melody followed by a Trio section: 1. There is a key signature change before going into the Trio and I cannot get the cautionary signature, which

Re: aftergrace consistently close to the next bar line

2024-05-05 Thread Knute Snortum
On Sun, May 5, 2024 at 1:19 AM wrote: > Good day, > > > > I use afterGrace notes to mark the end of a glissando. At the moment > lilypond places these afterGrace notes somehow depending on the note's > length. > I want the glissando to be played over the entire length of the time unit, > so the

Re: how difficult would it be to have “auto-correct spacing” (even for just a single measure)?

2024-05-05 Thread Valentin Petzel
Hi Kieren, if you want you could tell Lilypond to ignore Accidentals in spacing (N.B.: This can lead to collision with the previous head!): accidentalNoWidth = \override Accidental.extra-spacing-width = #(lambda (grob) (let ((ext (ly:grob-property grob 'X-extent))) (display ext)

Re: how difficult would it be to have “auto-correct spacing” (even for just a single measure)?

2024-05-05 Thread Kieren MacMillan
Hi Jean, > There might be ways to reduce the importance > of accidentals in the spacing problem I’ve tried a couple of different ways, but they are all pretty “destructive” (e.g., the accidentals are ignored entirely, so they end up on top of each other and the noteheads). Hopefully I can find

FW: Cautionary Time Signature

2024-05-05 Thread jsmcwilliam
From: jsmcwill...@gmail.com Sent: den 5 maj 2024 09:15 To: lilypond-user@gnu.org Subject: Cautionary Time Signature Firstly, I have reregistered since the support forum does not recognise my credentials! I enclose a snippet illustrating two problems I am trying to resolve in a piece

Cautionary Time Signature

2024-05-05 Thread jsmcwilliam
Firstly, I have reregistered since the support forum does not recognise my credentials! I enclose a snippet illustrating two problems I am trying to resolve in a piece containing a melody followed by a Trio section: 1. There is a key signature change before going into the Trio and I cannot

aftergrace consistently close to the next bar line

2024-05-05 Thread jcarll
Good day, I use afterGrace notes to mark the end of a glissando. At the moment lilypond places these afterGrace notes somehow depending on the note's length. I want the glissando to be played over the entire length of the time unit, so the afterGrace notes should be placed as close as possible