Hi Nick,
2008/11/13 Nick Payne <[EMAIL PROTECTED]>:
> To do the same for the lower voice which contains chords at the point where I
> want these indications, I'll guess have to create a hidden voice or voices
> to which to attach the glissando.
As an alternative, you could use \tweak to set the fingering text;
it's inserted between the note and the fingering:
\relative c' {
\set fingeringOrientations = #'(left)
<e-1 b'>
<b-2 dis-\tweak #'text #(markup #:concat (#:rotate -5 "—" "1"))-1 b'>
<c-\tweak #'text #(markup #:concat (#:rotate 5 "—" "2"))-2
e-\tweak #'text #(markup #:concat (#:rotate 5 "—" "1"))-1 g>
}
Regards,
Neil
_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user