lilypond-user
[Top][All Lists]
Advanced

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

Re: EVENT_IDENTIFIER using \grace


From: David Kastrup
Subject: Re: EVENT_IDENTIFIER using \grace
Date: Sat, 27 May 2017 15:25:09 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

"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]