lilypond-user
[Top][All Lists]
Advanced

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

compilation problem when using add-grace-property


From: Gilberto Agostinho
Subject: compilation problem when using add-grace-property
Date: Thu, 16 Jan 2014 01:29:29 -0800 (PST)

Hello all,

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.*

Here are two minimal examples. The top one compiles, the bottom one doesn't:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.0"
\score {
    { \grace {c''8 c''} c''1}
  \layout {
    \context {
      \Score
      \with{ $(add-grace-property 'Voice 'Stem 'length-fraction '2) }
    }
  }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\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.

Thanks a lot!
Gilberto



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/compilation-problem-when-using-add-grace-property-tp158000.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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