lilypond-user
[Top][All Lists]
Advanced

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

RE: EVENT_IDENTIFIER using \grace


From: Christophe GODEFROY
Subject: RE: EVENT_IDENTIFIER using \grace
Date: Sat, 27 May 2017 15:34:24 +0200

Thanks David for your message.

You are correct the issue was from the []. You point me to the issue
The correct code is 

\context Voice { d8. ([\grace {e32 (d cis d)} e16]) \appoggiatura eis fis2}

Thanks for your help

christophe

-----Message d'origine-----
De : David Kastrup [mailto:address@hidden 
Envoyé : samedi 27 mai 2017 15:25
À : Christophe GODEFROY <address@hidden>
Cc : address@hidden
Objet : Re: EVENT_IDENTIFIER using \grace

"Christophe GODEFROY" <address@hidden> writes:

> I’ve some issues to compile the following  code
>
>  
>
> \relative c''
>
> {
>
> \set Staff.implicitTimeSignatureVisibility = #all-invisible
>
> \context Voice { d8. [\grace e32 {d cis d}] (e16 \appoggiatura eis 
> fis2}
>
> }
>
>  
>
> The compilation output is the following :
>
>  
>
> # -*-compilation-*-
>
> Traitement de « C:/Users/Christophe/OneDrive/Documents/test.ly »
>
> Analyse...
>
> C:/Users/Christophe/OneDrive/Documents/test.ly:11:43: Erreur : syntax 
> error, unexpected EVENT_IDENTIFIER
>
> \context Voice { d8. [\grace e32 {d cis d}
>
>                                           ] (e16 \appoggiatura eis 
> fis2}
>
> C:/Users/Christophe/OneDrive/Documents/test.ly:8:1: Erreur : suite à 
> des erreurs répétées, l'expression musicale sera ignorée
>
>  
>
>  
>
> Is somebody can help ?

So what is your intent here?  There is a spurious ] not attached to any note.  
And the way you space your input, it does not look like you intend the 
respective beam to _start_ with d8. either.

Both [ and ] have to be written _after_ the note they are supposed to belong to.

--
David Kastrup




reply via email to

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