lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Fingering font size on grace notes


From: Nick Payne
Subject: RE: Fingering font size on grace notes
Date: Sun, 26 Apr 2009 08:55:37 +1000

This reduction seems about right to me, comparing the sizes on the normal and 
grace notes:
 
\version "2.12.2"

gfsn = {
        \once \override Fingering #'font-size = #-8
        \once \override StringNumber #'font-size = #-8
        \once \override Fingering #'padding = #0.2
        \once \override StringNumber #'padding = #0.2
}

\relative c'
{
        \override Fingering #'staff-padding = #'()      
        \override StringNumber #'staff-padding = #'()   
        \set fingeringOrientations = #'(left)
        \set stringNumberOrientations = #'(down)
        \tieDown \set tieWaitForNote = ##t
        <e-1\4>4 \grace { \gfsn <g-0\3>16[ ~ \gfsn <a-2>] } g4 
}

Nick

> -----Original Message-----
> From: Neil Puttock [mailto:address@hidden
> Sent: Sunday, 26 April 2009 00:30
> To: Nick Payne
> Cc: address@hidden
> Subject: Re: Fingering font size on grace notes
> 
> 2009/4/21 Nick Payne <address@hidden>:
> > Fingering indications on grace notes doesn't shrink to be
> proportional to
> > the reduced size of the grace note, and the full size indication
> looks
> > excessively large alongside the note. It's easy enough to override -
> using
> > \override Fingering #'font-size = #-8 seems about right - but perhaps
> this
> > should happen automatically.
> 
> You're right, it should be a default setting.
> 
> Before I change this, do you have any thoughts about the sizes of
> string numbers and right hand fingerings?

Attachment: grace.png
Description: PNG image


reply via email to

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