lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Having problems with phrasing and ties combined


From: Jean Abou Samra
Subject: Re: Having problems with phrasing and ties combined
Date: Wed, 15 Sep 2021 00:13:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]