Ben Finney <[email protected]> writes: > David Kastrup <[email protected]> writes: > >> 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 > > (I also corrected the ‘Fignering’ typo.) > >> Lilypond will not accept an assignment to R, considering it a >> multimeasure rest. > > Okay, but even with the names different (I've chosen ‘LH’ and ‘RH’), > LilyPond doesn't like it: > > $ lilypond Hayate.ly > GNU LilyPond 2.12.3 > Processing `Hayate.ly' > Parsing... > Hayate.ly:12:34: error: syntax error, unexpected STRING > RH = -\tweak #'Fingering #'text "R > "-1
My version (the latest) does. Could you try the standalone example I posted later in the same mail starting with the bad "\L..." advice? This works on my version. If it fails on yours, it is a version problem. If not, you have been putting the above definitions in a context where they are not allowed. -- David Kastrup _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
