lilypond-user
[Top][All Lists]
Advanced

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

Re: fong shape of fingering


From: Risto Vääräniemi
Subject: Re: fong shape of fingering
Date: Thu, 18 Sep 2008 15:39:44 +0300

Hi Stefan,

2008/9/18 Stefan Thomas <address@hidden>:
>> 2008/9/18 Bertalan Fodor (LilyPondTool) <address@hidden>
>>>
>>> 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




reply via email to

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