Re: font size override and grace notes

2012-10-19 Thread Mats Bengtsson
On 10/19/2012 09:20 AM, David Kastrup wrote: At any rate, for this kind of situation using a separate voice seems preferable. You can, if I remember correctly, change the associated voice in the middle of Lyrics. This kind of thing is why I actually prefer to just manually specify the note du

Re: font size override and grace notes

2012-10-19 Thread David Kastrup
David Kastrup writes: > Matt Cary writes: > >>> >>> > I'm still not clear why this is happening in the first place. Why >>> > should the revert affect an override that occurs in the following >>> > expression? >>> >>> It is not "following". Grace notes go back in time. >>> >> >> Ah, thank yo

Re: font size override and grace notes

2012-10-19 Thread David Kastrup
Matt Cary writes: >> >> > I'm still not clear why this is happening in the first place. Why >> > should the revert affect an override that occurs in the following >> > expression? >> >> It is not "following". Grace notes go back in time. >> > > Ah, thank you. I didn't know that. I see why it'

Re: font size override and grace notes

2012-10-18 Thread Matt Cary
> > > I'm still not clear why this is happening in the first place. Why > > should the revert affect an override that occurs in the following > > expression? > > It is not "following". Grace notes go back in time. > Ah, thank you. I didn't know that. I see why it's a tricky situation. I guess

Re: font size override and grace notes

2012-10-18 Thread David Kastrup
Matt Cary writes: > I'm still not clear why this is happening in the first place. Why > should the revert affect an override that occurs in the following > expression? It is not "following". Grace notes go back in time. http://code.google.com/p/lilypond/issues/detail?id=34> -- David Kastrup

Re: font size override and grace notes

2012-10-18 Thread Matt Cary
David Kastrup gnu.org> writes: > What about > strumFn = > #(define-music-function > (parser location strums) > (ly:music?) >#{ > \new Voice \with { > \consists "Pitch_squash_engraver" > squashedPosition = #-2 > \override NoteHead #'style = #'slash > \overr

Re: font size override and grace notes

2012-10-18 Thread David Kastrup
Matt Cary writes: >> > better use \once to override the size of the g, or revert the note heads >> > size after the slashed grace is done: >> > >> > \override NoteHead #'font-size = #4g >> > \slashedGrace a16( >> > \revert NoteHead #'font-size b8

Re: font size override and grace notes

2012-10-18 Thread Matt Cary
> > better use \once to override the size of the g, or revert the note heads > > size after the slashed grace is done: > > > > \override NoteHead #'font-size = #4g > > \slashedGrace a16( > > \revert NoteHead #'font-size b8) > > In this particular

Re: font size override and grace notes

2012-10-18 Thread David Kastrup
Eluze writes: > Matt Cary wrote >> The following doesn't do what I'd expect. The grace note has the large >> font size; I'd expect it to be its regular size (ie, small). Let me know >> if you >> need any more information or context. >> >> \relative c' { >> \override NoteHead #'font-size = #1 >

Re: font size override and grace notes

2012-10-18 Thread Eluze
ace is done: \override NoteHead #'font-size = #4g \slashedGrace a16( \revert NoteHead #'font-size b8) Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/font-size-override-and-grace-no

font size override and grace notes

2012-10-17 Thread Matt Cary
> I'm not top posting. Sorry if this is a dup. I did a quick web search, and code.google.com search, and didn't see anything close. The following doesn't do what I'd expect. The grace note has the large font size; I'd expect it to be its regular size (ie, small). Let me know if you need any mor