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: Gilberto Agostinho
Subject: Re: compilation problem when using add-grace-property
Date: Thu, 16 Jan 2014 03:50:19 -0800 (PST)

SOLVED, so I will post the solution here:

David Kastrup wrote me "You are deleting all preexisting details without
replacement". So basically what needed to be done is that I should have
written...

'details 'beamed-lengths (3.26 3.26 3.26 3.26)

...instead of:

'details '(beamed-lengths (3.26 3.26 3.26 3.26))

* * *

So here is a functional code

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
\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)) } 
    } 
  } 
} 
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 



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



reply via email to

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