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:30:06 -0800 (PST)

Hi Peter,


Peter Bjuhr wrote
> I get "Exited with exit status 1." (Ubuntu 13.10).
> Could you point me to a reference how to use this?

I don't think I understand what you meant. My problem is exactly that the
second code does not compile, while the top one does. The fact that you get
an error while trying to compile the second code just supports that there is
something wrong here.

And I got one more interesting fact: the bottom code would compile if all
the music is below the central line (i.e., if the stems of all grace and
normal notes are up). So for some reason, this compiles properly:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
\version "2.18.0" 
\score { 
    { \grace {c8 c} c1} 
  \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-tp158000p158029.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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