Re: fong shape of fingering

2008-09-19 Thread Eluze
Stefan Thomas-3 wrote: > > > With my version it looks convincing > > > > \version "2.11.58" on xp sp3 looks good, too. http://www.nabble.com/file/p19580831/font.png -- View this message in context: http://www.nabble.com/fong-shape-of-fingering-tp19548818p19580831.html Sent from the Gnu

Re: fong shape of fingering

2008-09-19 Thread Stefan Thomas
Which version do You use? With my version it looks convincing 2008/9/19 Bertalan Fodor <[EMAIL PROTECTED]> > I get this when compiling: > > > > Stefan Thomas írta: > > Dear all, > maybee You have asked yourself, why I wanted the layout of the fingerings. > The reason is: In my opinion lilypond d

Re: fong shape of fingering

2008-09-18 Thread Bertalan Fodor
I get this when compiling: Stefan Thomas írta: Dear all, maybee You have asked yourself, why I wanted the layout of the fingerings. The reason is: In my opinion lilypond does not handle very well  tuplets in a cross-staff context. The eample below shows first a very strange position of th

Re: fong shape of fingering

2008-09-18 Thread Stefan Thomas
Dear all, maybee You have asked yourself, why I wanted the layout of the fingerings. The reason is: In my opinion lilypond does not handle very well tuplets in a cross-staff context. The eample below shows first a very strange position of the number. The second one is convincing. Isn't it possible

Re: fong shape of fingering

2008-09-18 Thread Mats Bengtsson
Risto Vääräniemi wrote: On 18/09/2008, Bertalan Fodor (LilyPondTool) <[EMAIL PROTECTED]> wrote: \override Score.Fingering #'font-encoding = #'latin1 Well, there is not a single word in the documentation about that latin1 is a valid value for font-encoding. You could be r

Re: fong shape of fingering

2008-09-18 Thread Risto Vääräniemi
On 18/09/2008, Bertalan Fodor (LilyPondTool) <[EMAIL PROTECTED]> wrote: > >> \override Score.Fingering #'font-encoding = #'latin1 >> > Well, there is not a single word in the documentation about that latin1 > is a valid value for font-encoding. You could be right. :-) I once struggled trying t

Re: fong shape of fingering

2008-09-18 Thread Bertalan Fodor (LilyPondTool)
\override Score.Fingering #'font-encoding = #'latin1 Well, there is not a single word in the documentation about that latin1 is a valid value for font-encoding. Bert ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org

Re: fong shape of fingering

2008-09-18 Thread Stefan Thomas
Dear Risto and Bartalan, thanks! I changed it now succesfully! 2008/9/18 Stefan Thomas <[EMAIL PROTECTED]> > Dear Bartalan, > with > \override Score.Fingering #'font-encoding = ##f > \override Score.Fingering #'font-shape = #'italic > \override Score.Fingering #'font-name = #"roman" > I could c

Re: fong shape of fingering

2008-09-18 Thread Stefan Thomas
Dear Bartalan, with \override Score.Fingering #'font-encoding = ##f \override Score.Fingering #'font-shape = #'italic \override Score.Fingering #'font-name = #"roman" I could change the look of the Fingering, but it is still different from the tuplet-number, and it is not italic. Sorry for bothe

Re: fong shape of fingering

2008-09-18 Thread Risto Vääräniemi
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 l

Re: fong shape of fingering

2008-09-18 Thread Bertalan Fodor (LilyPondTool)
It seems you have to set the font-family as well in this case. Try to set it to 'roman Stefan Thomas wrote: Dear Bertalan, I tried now ohnezahl = { \override TupletNumber #'stencil = ##f } \version "2.11.49" triol = \markup { \tiny { \italic 3 } } \new Staff \relative { \override Score.Finger

Re: fong shape of fingering

2008-09-18 Thread Stefan Thomas
Dear Bertalan, I tried now ohnezahl = { \override TupletNumber #'stencil = ##f } \version "2.11.49" triol = \markup { \tiny { \italic 3 } } \new Staff \relative { \override Score.Fingering #'font-encoding = ##f \override Score.Fingering #'font-shape = #'italic \ohnezahl \times 2/3 {c,8 d^3 f} g2

Re: fong shape of fingering

2008-09-18 Thread Bertalan Fodor (LilyPondTool)
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. 2008/9/18 Bertalan Fodor (LilyPondTool) <[EMAIL PROTECTED]

Re: fong shape of fingering

2008-09-18 Thread Stefan Thomas
Ok. What I really want is to change the fingerings to look like tuplet-numbers. But I don't know how to do this. 2008/9/18 Bertalan Fodor (LilyPondTool) <[EMAIL PROTECTED]> > I think you first need to change the family, because IIRC it is currently > the music font which has no italic > > Stefan

Re: fong shape of fingering

2008-09-18 Thread Bertalan Fodor (LilyPondTool)
I think you first need to change the family, because IIRC it is currently the music font which has no italic Stefan Thomas wrote: Dear lilypond-users, how can I change the fontshape of fingerings? I tried it with \override Score.Fingering #'font-shape = #'italic but without success. --