Re: \afterGrace - afterGraceFraction [Lilypond 2.10.0 Windows]

2006-11-16 Thread Trent Johnston
Thanks Mats, Bertalan. I'll give it a try. Trent - Original Message - From: "Mats Bengtsson" <[EMAIL PROTECTED]> To: "Trent J" <[EMAIL PROTECTED]> Cc: Sent: Thursday, November 16, 2006 6:30 PM Subject: Re: \afterGrace - afterGraceFraction [

Re: \afterGrace - afterGraceFraction [Lilypond 2.10.0 Windows]

2006-11-15 Thread Mats Bengtsson
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

Re: \afterGrace - afterGraceFraction [Lilypond 2.10.0 Windows]

2006-11-15 Thread Bertalan Fodor
No, it means just "afterGraceFraction = #(cons 7 8)" - if you look into music-functions-init.ly, you can find this declaration there. Bert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

\afterGrace - afterGraceFraction [Lilypond 2.10.0 Windows]

2006-11-15 Thread Trent J
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 t