Re: Coda/Segno sign color override not working: LiliyPond 2.24.0

2023-03-26 Thread Jean Abou Samra
Le dimanche 26 mars 2023 à 14:24 +0200, David Kastrup a écrit : > Patterns like > > ("flageolet" . > > (acons "flageolet" > > (assoc "flageolet" Why handle alists with articulation-type keys but not ``` (list "flageolet" ...) (cons "flageolet" ...) (hash-ref xxx "flageolet") ``` etc. The

Re: Coda/Segno sign color override not working: LiliyPond 2.24.0

2023-03-26 Thread David Kastrup
Jean Abou Samra writes: > convert-ly only does text substitutions based on patterns that are > likely to be old syntax that needs to be converted. It cannot > understand the logic behind Scheme code. In this snippet, it can't > determine that what is being looked up in the alist is an >

Re: Vertical position of Tie and Script

2023-03-26 Thread Aaron Hill
On 2023-03-26 4:45 am, Mark Mathias wrote: Perhaps try: \version "2.24.0" { \override Tie.outside-staff-priority = #1375 c''1--~ c'' c''1--~ c'' } % And, of course, add "\once" for a particular instance. When you find you are doing \once \override, you should

Re: Coda/Segno sign color override not working: LiliyPond 2.24.0

2023-03-26 Thread Jean Abou Samra
Le dimanche 26 mars 2023 à 07:19 -0400, Mark Mathias a écrit : > > On Sat, Mar 25, 2023 at 8:36 PM Jean Abou Samra > <[j...@abou-samra.fr](mailto:j...@abou-samra.fr)> wrote: > > > Le samedi 25 mars 2023 à 10:58 -0400, Mark Mathias a écrit : > > > > > Oops... Except it doesn't. The accent

Re: Vertical position of Tie and Script

2023-03-26 Thread Mark Mathias
On Sat, Mar 25, 2023 at 3:08 PM Knute Snortum wrote: > On Sat, Mar 25, 2023 at 9:16 AM Masaki, Akikazu < > masaki-0.56714...@zeus.eonet.ne.jp> wrote: > >> Hello, >> >> How to set script position closer to its note than ties? >> In default, ties are always closer to the note than scripts, but >>

Re: Coda/Segno sign color override not working: LiliyPond 2.24.0

2023-03-26 Thread Mark Mathias
On Sat, Mar 25, 2023 at 8:36 PM Jean Abou Samra wrote: > Le samedi 25 mars 2023 à 10:58 -0400, Mark Mathias a écrit : > > Oops... Except it doesn't. The accent remains black when I run it in > 2.24.0. (I'm only beginning to get a glimmer of how to use Scheme with > LilyPond.) > > In 2.24,