>> 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
> qu
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 |
> }
>
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 `R
> 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 i
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 CET
> 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 a
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 d
> 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
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
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' {
\footn
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
>> 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 new
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
13 matches
Mail list logo