Hi Carlos,
Le 14/09/2021 à 23:59, Carlos Martinez a écrit :
What I would like to accomplish is to add a phrasing slur like the one
in the picture. On lilypond /frescobaldi I does not allows it (error)
when I tried the code I sent.
slashedGrace { e8\(\downbow } <a, fis'>2~<a fis'>8 <a e'>8\)--\downbow
|%m144
When posting questions, it's easier for everyone if
you post compilable snippets. With this code, namely
just your code wrapped in \relative:
\version "2.22.1"
\relative c' {
\slashedGrace { e8\(\downbow }
<a, fis'>2~ <a fis'>8
<a e'>8\)--\downbow
}
I get correct output. So there must be something in
the music preceding this measure or in your way to
insert the code that makes it go wrong.
It says Error 11
That's a segmentation fault, namely a severe kind of
bug (since it causes crash without diagnostic), so
if you can provide a reproducer, that will be very
much appreciated!
Thanks,
Jean