On Fri, 27 Dec 2002 21:57:59 -0800 Mark Alexander <[EMAIL PROTECTED]> wrote: > I'm fairly new to Lilypond, and am using version 1.6.6. on Mandrake > 9.0. I have been studying the Brahms Intermezzo example for clues on > how to adjust the vertical placement of finger changes. I can > successfully move single fingerings, but ones that involve two fingers > (i.e. a finger change) stubbornly refuse to move when I attempt > to set extra-offset. > > \property Voice.Fingering \set #'extra-offset = #'(0 . -1.8) > g'4-1 % This fingering gets moved down > g'4-#'(finger "1-5") % But this one doesn't move at all
Using #'(finger "1-5") means "print 1-5 using the font-type `finger'. Lilypond doens't treat it as an object of type Voice.Fingering. If you want to move #'(finger "1-5"), you'll have to using something like Voice.TextScript. Cheers, - Graham _______________________________________________ Lilypond-user mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/lilypond-user
