Actually, afterGraceFraction is defined as an ordinary LilyPond identifier,
in ly/music-functions-init.ly. So, one option for you if you want to
change the
setting globally for the full score is to add
afterGraceFraction = #(cons 7 8)
at the top level of the file (just as you can define mymelody={c d e f} ).
If you want to change the setting in the middle of a piece, one option
is to
use Scheme syntax to change the value of the variable:
#(define afterGraceFraction (cons 7 8))
(if you do this setting directly after a \afterGrace, then it seems to
affect also
this preceding \afterGrace).
/Mats
Trent J wrote:
Hello,
I'm not sure whether I'm doing this right but the manual states to
change the fraction of an afterGrace note(s):
The fraction 3/4 can be changed by setting afterGraceFraction, ie.
afterGraceFraction = #(cons 7 8). By setting does it mean \set
afterGraceFraction = #(cons 7 8).
I've tried this and keep running into the following message from
Lilypond:
warning: can't find property type-check for `afterGraceFraction'
(translation-type?). perhaps a typing error?
warning: doing assignment anyway
Any help appreciated.
Trent
_________________________________________________________________
Advertisement: House hunt online now!
http://a.ninemsn.com.au/b.aspx?URL=http%3A%2F%2Fninemsn%2Erealestate%2Ecom%2Eau%2Fcgi%2Dbin%2Frsearch%3Fa%3Dbhp%26t%3Dres%26cu%3DMSN&_t=758874163&_r=HM_EndText_Nov06&_m=EXT
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user
--
=============================================
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44 STOCKHOLM
Sweden
Phone: (+46) 8 790 8463
Fax: (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=============================================
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user