RE: Grace notes with fixed spacing

2010-12-30 Thread James Lowe
@gnu.org [lilypond-user-bounces+james.lowe=datacore@gnu.org] on behalf of Sven Axelsson [sven.axels...@gmail.com] Sent: 29 December 2010 22:05 To: LilyPond User Group Subject: Re: Grace notes with fixed spacing On 29 December 2010 22:20, Xavier Scheuer x.sche...@gmail.com wrote: On 29

Re: Grace notes with fixed spacing

2010-12-30 Thread Sven Axelsson
On 30 December 2010 12:34, James Lowe james.l...@datacore.com wrote: It would be nice I think, to have an example of a before and after (perhaps) on the LSR for other users. I can see this having some other application than just for bagpipe music. An example snippet has been added to the

Re: Grace notes with fixed spacing

2010-12-30 Thread Phil Holmes
- Original Message - From: Sven Axelsson sven.axels...@gmail.com To: James Lowe james.l...@datacore.com Cc: LilyPond User Group lilypond-user@gnu.org Sent: Thursday, December 30, 2010 4:38 PM Subject: Re: Grace notes with fixed spacing On 30 December 2010 12:34, James Lowe james.l

Re: Grace notes with fixed spacing

2010-12-30 Thread Sven Axelsson
On 30 December 2010 18:51, Phil Holmes m...@philholmes.net wrote: - Original Message - From: Sven Axelsson sven.axels...@gmail.com On 30 December 2010 12:34, James Lowe james.l...@datacore.com wrote: It would be nice I think, to have an example of a before and after (perhaps) on the

Re: Grace notes with fixed spacing

2010-12-30 Thread Xavier Scheuer
On 30 December 2010 19:05, Sven Axelsson sven.axels...@gmail.com wrote: Hmm, running that snippet locally puts the g:s at the second line, but at the LSR site they are shown below the system. Interesting. Wouldn't it be better (i.e. more understandable) with a grace-note group with a rhythm

Re: Grace notes with fixed spacing

2010-12-30 Thread Sven Axelsson
On 30 December 2010 19:18, Xavier Scheuer x.sche...@gmail.com wrote: On 30 December 2010 19:05, Sven Axelsson sven.axels...@gmail.com wrote: Hmm, running that snippet locally puts the g:s at the second line, but at the LSR site they are shown below the system. Interesting. Wouldn't it be

Re: Grace notes with fixed spacing

2010-12-30 Thread Phil Holmes
- Original Message - From: Sven Axelsson sven.axels...@gmail.com To: Xavier Scheuer x.sche...@gmail.com Cc: Phil Holmes m...@philholmes.net; James Lowe james.l...@datacore.com; LilyPond User Group lilypond-user@gnu.org Sent: Thursday, December 30, 2010 6:23 PM Subject: Re: Grace notes

RE: Grace notes with fixed spacing

2010-12-29 Thread James Lowe
Hello, From: lilypond-user-bounces+james.lowe=datacore@gnu.org [lilypond-user-bounces+james.lowe=datacore@gnu.org] on behalf of Sven Axelsson [sven.axels...@gmail.com] Sent: 29 December 2010 15:17 To: lilypond-user@gnu.org Subject: Grace notes with

RE: Grace notes with fixed spacing

2010-12-29 Thread James Lowe
Hello, I' m sorry I'll type that again... From: lilypond-user-bounces+james.lowe=datacore@gnu.org [lilypond-user-bounces+james.lowe=datacore@gnu.org] on behalf of Sven Axelsson [sven.axels...@gmail.com] Sent: 29 December 2010 15:17 To:

Re: Grace notes with fixed spacing

2010-12-29 Thread Phil Holmes
Some further thoughts below - Original Message - From: James Lowe james.l...@datacore.com To: Sven Axelsson sven.axels...@gmail.com; lilypond-user@gnu.org Sent: Wednesday, December 29, 2010 3:47 PM Subject: RE: Grace notes with fixed spacing Hello, I' m sorry I'll type that again

Re: Grace notes with fixed spacing

2010-12-29 Thread Phil Holmes
- Original Message - From: Sven Axelsson sven.axels...@gmail.com To: Phil Holmes m...@philholmes.net Sent: Wednesday, December 29, 2010 4:17 PM Subject: Re: Grace notes with fixed spacing On 29 December 2010 17:00, Phil Holmes m...@philholmes.net wrote: You might also want to look

Re: Grace notes with fixed spacing

2010-12-29 Thread Sven Axelsson
OK, rtfm:ing and testing a bit further. I created a music function like this: pgrace = #(define-music-function (parser location notes) (ly:music?) #{ \newSpacingSection \override Score.SpacingSpanner #'spacing-increment = #0.9 % override Score.SpacingSpanner #'strict-grace-spacing =

Re: Grace notes with fixed spacing

2010-12-29 Thread James Bailey
On Dec 29, 2010, at 6:10 PM, Sven Axelsson wrote: OK, rtfm:ing and testing a bit further. I created a music function like this: pgrace = #(define-music-function (parser location notes) (ly:music?) #{ \newSpacingSection \override Score.SpacingSpanner #'spacing-increment = #0.9

Re: Grace notes with fixed spacing

2010-12-29 Thread Sven Axelsson
On 29 December 2010 19:04, James Bailey derhindem...@googlemail.com wrote: On Dec 29, 2010, at 6:10 PM, Sven Axelsson wrote: OK, rtfm:ing and testing a bit further. I created a music function like this: pgrace = #(define-music-function (parser location notes) (ly:music?)  #{

Re: Grace notes with fixed spacing

2010-12-29 Thread Xavier Scheuer
On 29 December 2010 18:10, Sven Axelsson sven.axels...@gmail.com wrote: OK, rtfm:ing and testing a bit further. I created a music function like this: pgrace = #(define-music-function (parser location notes) (ly:music?) #{ \newSpacingSection \override Score.SpacingSpanner

Re: Grace notes with fixed spacing

2010-12-29 Thread Sven Axelsson
On 29 December 2010 22:20, Xavier Scheuer x.sche...@gmail.com wrote: On 29 December 2010 18:10, Sven Axelsson sven.axels...@gmail.com wrote: OK, rtfm:ing and testing a bit further. I created a music function like this: pgrace = #(define-music-function (parser location notes) (ly:music?)