lilypond-user
[Top][All Lists]
Advanced

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

Re: compilation problem when using add-grace-property


From: Peter Bjuhr
Subject: Re: compilation problem when using add-grace-property
Date: Thu, 16 Jan 2014 12:10:39 +0100
User-agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.2.0


On 01/16/2014 10:29 AM, Gilberto Agostinho wrote:
I am trying to figure out why a code of mine is not compiling, and I found
that this is related to the add-grace-property. The error I receive is:
*Exited with return code -1073741819.*


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.0"
\score {
     { \grace {c''8 c''} c''1}
   \layout {
     \context {
       \Score
       \with{ $(add-grace-property 'Voice 'Stem 'details '((beamed-lengths
3.26 3.26 3.26 3.26))) }
     }
   }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Actually, every modification to 'Voice 'Stem in the add-grace-property works
fine, except for 'details. Am I doing something wrong here? And in case this
is relevant, I am running Windows 8 64bit.

I get "Exited with exit status 1." (Ubuntu 13.10).

Could you point me to a reference how to use this?

Best
Peter



reply via email to

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