Re: Problem with `\acciaccatura` and `\cueDuring`

2023-02-15 Thread Werner LEMBERG
>> As can be seen, the acciaccatura neither has a slash nor a slur if >> quoted. [...] > > This looks like a real bug, please file an issue. https://gitlab.com/lilypond/lilypond/-/issues/6531 > AFAICS, this works: > > ``` > \version "2.25.2" > > \layout { > \context { > \Score >

Re: Problem with `\acciaccatura` and `\cueDuring`

2023-02-15 Thread Jean Abou Samra
Le mercredi 15 février 2023 à 19:34 +, Werner LEMBERG a écrit : > ``` > > Consider this example. > > ``` > fluteNotes = \relative { >   r2. c''4 | >   d8 \acciaccatura e c d e fis2 | >   g2 d | > } > > oboeNotes = \relative c'' { >   R1 | >   \cueDuring "flute" #UP { R1 } | >   g2 d | > } >

Re: Centering footnote for analysis

2023-02-15 Thread Jean Abou Samra
Le mercredi 15 février 2023 à 22:12 +0100, Valentin Petzel a écrit : > and is the default behaviour with > 2.24. The default is to use `X-attachment = LEFT` if the X offset of the small footnote line (the car of the number pair passed to `\footnote`) is negative, `CENTER` if it's zero, and

Re: Conditional Definitions

2023-02-15 Thread Jean Abou Samra
> Le 15 févr. 2023 à 20:55, Fr. Samuel Springuel a > écrit : > > I recently upgraded from 2.22 to 2.24 and have run into some problems with > one of my tools. The tool is set up to define some some stuff (in the > example attached below I’ve narrowed it down to be just a color), but only

Re: Centering footnote for analysis

2023-02-15 Thread Valentin Petzel
Exactly that. Note that this requires 2.24 and is the default behaviour with 2.24. In 2.22 you can still use extra-offset to manually place your footnote. If there is no reason against it upgrading to 2.24 would be the best solution. Cheers, Valentin Am Mittwoch, 15. Februar 2023, 20:35:47

Re: Centering footnote for analysis

2023-02-15 Thread Werner LEMBERG
> I am trying to attach a footnote to the center of a glissando as > pictured below. In case you don't mean "footnote" but rather "automatically rotated word 'gliss.' under the glissando line", have a look at https://lists.gnu.org/archive/html/lilypond-user/2016-06/msg00422.html This might

Conditional Definitions

2023-02-15 Thread Fr. Samuel Springuel
I recently upgraded from 2.22 to 2.24 and have run into some problems with one of my tools. The tool is set up to define some some stuff (in the example attached below I’ve narrowed it down to be just a color), but only if that thing is not already defined. The reason for this is because the

Re: Centering footnote for analysis

2023-02-15 Thread Jean Abou Samra
> Le 15 févr. 2023 à 20:31, Calvin Ransom a écrit : > >  > Hello everyone, > > I am trying to attach a footnote to the center of a glissando as pictured > below. Does anyone know how to do this? I have tried following the directions > for attaching it to a grob (NR 3.3.4) > > Here is my

Problem with `\acciaccatura` and `\cueDuring`

2023-02-15 Thread Werner LEMBERG
Consider this example. ``` fluteNotes = \relative { r2. c''4 | d8 \acciaccatura e c d e fis2 | g2 d | } oboeNotes = \relative c'' { R1 | \cueDuring "flute" #UP { R1 } | g2 d | } \addQuote "flute" { \fluteNotes } << \new Staff \fluteNotes \new Staff \oboeNotes >> ``` As can be

Centering footnote for analysis

2023-02-15 Thread Calvin Ransom
Hello everyone, I am trying to attach a footnote to the center of a glissando as pictured below. Does anyone know how to do this? I have tried following the directions for attaching it to a grob (NR 3.3.4) Here is my snippet: % \version "2.22.2" \score { \relative c' {

Using \repeat segno for rondo form?

2023-02-15 Thread Mats Bengtsson
Hi, I'm slowly starting to get a grip on the \repeat segno features, but I need some hints on how to best use it for a ABACA type rondo. My first attempt was the following, where especially the placement of the double wheel (coda) symbol looks weird, since it ends up at the end of the first

Re: vertical spacing of footnotes

2023-02-15 Thread Werner LEMBERG
>> However, there is one problem that I don't understand: Why is the >> space between footnotes 3 and 4 (and 4 and 5) larger than between 1 >> and 2 (and 2 and 3)? > > Well, in footnotes 1 and 2, there is only one strut for the two > lines. Try this, [...] Excellent, thanks again! Here's my

Re: accidental query

2023-02-15 Thread Karim Haddad
Dear Jean, This works great. However, i need to incorporate it in this code by subsituting the SEVEN-E-SHARP symbol by the one you provided but i don't seem to get it right. I attache the file since it is somehow big. Thank you again Karim On Tue, Feb 14, 2023 at 07:13:55PM +0100, Jean Abou