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

That causes my LilyPond to complain with this error:

    $ lilypond Hayate.ly
    GNU LilyPond 2.12.3
    Processing `Hayate.ly'
    Parsing...
    Hayate.ly:12:31: error: syntax error, unexpected STRING
    L=-\tweak #'Fingering #'text "L
                                   "-1
    Hayate.ly:13:31: error: syntax error, unexpected STRING
    R=-\tweak #'Fingering #'text "R
                                   "-1

> LL=-\tweak #'text #"L"-1
> RR=-\tweak #'text #"R"-1
>
> { c c8 c8-\RR c8-\LL^"Ben's favourite note" c8-\RR-> }

This works reasonably well, but it also greatly increases the space
between systems. Why would that be?

-- 
 \         “Geeks like to think that they can ignore politics. You can |
  `\        leave politics alone, but politics won't leave you alone.” |
_o__)                                    —Richard Stallman, 2002-07-26 |
Ben Finney


_______________________________________________
lilypond-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to