On Thu, 27 May 2021 at 01:59, Molly Preston
wrote:
>
> Hello everyone,
>
> I have a slur going into the lyrics. It is all one slur from m.79 through
beat 1 of 81. What would you all suggest to fix the slur going into the
lyrics?
> I was trying to use \shape, but it didn't seem to affect it. Now I
Hi Dmitry,
This works. But as soon as I uncomment "music" definition, it starts
to give an error:
./test.ly:23:50: error: unrecognized string, not in text script or \lyricmode
music = \addArticulation #'("staccato") { | c4 d e f | }
/usr/local/lilypond/usr/share/lilypond/current/scm/ly-syntax-c
Le 28/05/2021 à 22:45, Ivanov Dmitry a écrit :
I need to add staccato signs to all the notes in a group. I read this
thread:
http://lilypond.1069038.n5.nabble.com/Function-to-add-articulation-to-all-notes-td208433.html
and copied addArticulation function from it. But unfortunately when I
try
I need to add staccato signs to all the notes in a group. I read this
thread:
http://lilypond.1069038.n5.nabble.com/Function-to-add-articulation-to-all-notes-td208433.html
and copied addArticulation function from it. But unfortunately when I
try to use it I get and error. Here is my attempt:
add