Fingering font

2016-06-18 Thread Andrew Bernard
For fingerings, you can change the font with, for example: \override Fingering.font-name = "Noto Sans" This works fine of course. But how does one chage the font for circled fingerings? That does not seem to work in 2.19.43. I would also like to note that unless I am missing something the

fingering font

2013-12-24 Thread pabuhr
I've looked but I can't find the answer. I want all the fingering symbols to be in a san-serif font. This: \layout { \override Score.Fingering #'font-family = #'sans } % layout does not work. ___ lilypond-user mailing list

Odp: fingering font

2013-12-24 Thread Karol Majewski
You can always do: \override Score.Fingering #'font-name = #Vera Bold and replace Vera Bold with name of your preferred font. --Karol Dnia 24-12-2013 o godz. 20:55 pabuhr napisał(a): I've looked but I can't find the answer. I want all the fingering symbols to be in a san-serif font. This:

Re: Odp: fingering font

2013-12-24 Thread pabuhr
You can always do: \override Score.Fingering #'font-name = #Vera Bold and replace Vera Bold with name of your preferred font. Thanks, \override Score.Fingering #'font-name = #sans-serif ___ lilypond-user mailing list

Fingering font weight

2013-01-31 Thread Nick Payne
If I change the fingering font, how can I get the bold version of the selected font to be used. In the example below, overriding the font and the font-size works ok, but overriding the font-series to bold doesn't. \version 2.17.11 \relative c'' { c-3 \override Fingering.font-name = #'Arial c

Re: Fingering font weight

2013-01-31 Thread Nick Payne
On 01/02/13 14:09, Nick Payne wrote: If I change the fingering font, how can I get the bold version of the selected font to be used. In the example below, overriding the font and the font-size works ok, but overriding the font-series to bold doesn't. \version 2.17.11 \relative c'' { c-3

Re: Override of fingering font is ignored by \finger

2012-04-29 Thread Thomas Morley
2012/4/29 Nick Payne nick.pa...@internode.on.net: See attached. Overriding the fingering font works fine for fingering attached to a note but is ignored when using \finger in a markup, where the default fingering font is still used. \version 2.15.37 \relative c'' {    \override

Override of fingering font is ignored by \finger

2012-04-28 Thread Nick Payne
See attached. Overriding the fingering font works fine for fingering attached to a note but is ignored when using \finger in a markup, where the default fingering font is still used. \version 2.15.37 \relative c'' { \override Staff.Fingering #'font-name = #'Arial Black e-44 cis d\prall

Re: Overriding fingering font and \markup \finger

2011-12-05 Thread -Eluze
Nick Payne-3 wrote: Is this a bug or expected behaviour? Here I am overriding the fingering font, but when I use \finger inside a markup, I still get the default fingering font rather than the font I've selected, unless I issue a separate font override inside the markup: since you use

Overriding fingering font and \markup \finger

2011-12-03 Thread Nick Payne
Is this a bug or expected behaviour? Here I am overriding the fingering font, but when I use \finger inside a markup, I still get the default fingering font rather than the font I've selected, unless I issue a separate font override inside the markup: \version 2.15.20 \relative c

Re: Fingering font in Measure numbers

2011-02-24 Thread Xavier Scheuer
On 24 February 2011 02:00, MusFelix musfe...@live.com wrote: How do I set the font used in the measure numbers at the beginning of each system to use the number fonts used in fingerings? \override Score.BarNumber #'font-encoding = #'fetaText seems to do the trick. Cheers, Xavier -- Xavier

Fingering font in Measure numbers

2011-02-23 Thread MusFelix
How do I set the font used in the measure numbers at the beginning of each system to use the number fonts used in fingerings? Thanks. -- View this message in context: http://old.nabble.com/Fingering-font-in-Measure-numbers-tp31000348p31000348.html Sent from the Gnu - Lilypond - User mailing

Re: Fingering font in Measure numbers

2011-02-23 Thread Nick Payne
On 24/02/11 12:00, MusFelix wrote: How do I set the font used in the measure numbers at the beginning of each system to use the number fonts used in fingerings? You can get them pretty much exactly the same size and weight with the following, but the digits are still not the same shape:

Re: Fingering font size on grace notes

2009-04-26 Thread Neil Puttock
2009/4/25 Nick Payne nick.pa...@internode.on.net: This reduction seems about right to me, comparing the sizes on the normal and grace notes: Thanks, I've made the changes in git. Regards, Neil ___ lilypond-user mailing list lilypond-user@gnu.org

Re: Fingering font size on grace notes

2009-04-25 Thread Neil Puttock
2009/4/21 Nick Payne nick.pa...@internode.on.net: 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

RE: Fingering font size on grace notes

2009-04-25 Thread Nick Payne
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

Fingering font size on grace notes

2009-04-21 Thread Nick Payne
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

Re: Reducing fingering font size

2008-11-10 Thread Thomas Scharkowski
Hi Nick, IIRC #-6 is the default for fingering numbers. Have you tried e.g. #- 8? Works here! Thomas P.S.: OT: Shouldn't this dance be notated in 2/2 (Alla breve)? It is quite slow in your version. :-) ___ lilypond-user mailing list

Re: Reducing fingering font size

2008-11-10 Thread Jonathan Kulp
trying to slightly reduce the font size for guitar fingering, as the default size of number touch when adjacent notes in a chord have fingering, as in the attached file. However, I can't get the numbers any smaller than the default. If I use \override Fingering #'font-size = #0 Then the numbers

Re: Reducing fingering font size

2008-11-10 Thread Trevor Daniels
: Monday, November 10, 2008 10:54 AM Subject: Reducing fingering font size I have been trying to slightly reduce the font size for guitar fingering, as the default size of number touch when adjacent notes in a chord have fingering, as in the attached file. However, I can't get the numbers any

Reducing fingering font size

2008-11-10 Thread Nick Payne
I have been trying to slightly reduce the font size for guitar fingering, as the default size of number touch when adjacent notes in a chord have fingering, as in the attached file. However, I can't get the numbers any smaller than the default. If I use \override Fingering #'font-size = #0

RE: Reducing fingering font size

2008-11-10 Thread Nick Payne
To: Nick Payne Cc: lilypond-user@gnu.org Subject: Re: Reducing fingering font size Hi Nick, IIRC #-6 is the default for fingering numbers. Have you tried e.g. #- 8? Works here! Thomas P.S.: OT: Shouldn't this dance be notated in 2/2 (Alla breve)? It is quite slow in your version