Hi Stefan,
2008/9/18 Stefan Thomas <[EMAIL PROTECTED]>:
>> 2008/9/18 Bertalan Fodor (LilyPondTool) <[EMAIL PROTECTED]>
>>>
>>> Try to set font-encoding to #f
>>> That may switch back to text font style
>>>
>>> Stefan Thomas wrote:
>>>
>>> Ok.
>>> What I really want is to change the fingerings to look like
>>> tuplet-numbers. But I don't know how to do this.
Try:
%%%%%%%
\version "2.11.49"
ohnezahl = { \override TupletNumber #'stencil = ##f }
triol = \markup { \tiny { \italic 3 } }
\new Staff \relative
{
\override Score.Fingering #'font-encoding = #'latin1
\override Score.Fingering #'font-family = #'roman
\override Score.Fingering #'font-shape = #'italic
\ohnezahl
\times 2/3 {c,8 d^3 f} g2.
}
%%%%%%%
Adjust the font size to your liking.
-Risto
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user