Oops, this was sent with too little editing, sorry. David Kastrup <[email protected]> writes:
> Ben Finney <[email protected]> writes: >> What would be better is for the “fingering” feature to support “L” and >> “R” as fingers. > > Use \L and \R instead. > > L=-\tweak #'Fingering #'text "L"-1 > R=-\tweak #'Fignering #'text "R"-1 Lilypond will not accept an assignment to R, considering it a multimeasure rest. So you need to use different names like mentioned: > LL=-\tweak #'text #"L"-1 > RR=-\tweak #'text #"R"-1 > > { c c8 c8-\RR c8-\LL^"Ben's favourite note" c8-\RR-> } -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
