lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Use fingering notation for percussion and drum “ sticking”


From: Ben Finney
Subject: Re: Use fingering notation for percussion and drum “ sticking”
Date: Fri, 11 Feb 2011 07:45:43 +1100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

David Kastrup <address@hidden> writes:

> Oops, this was sent with too little editing, sorry.
>
> David Kastrup <address@hidden> writes:
>
> > Ben Finney <address@hidden> 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
    Hayate.ly:13:34: error: syntax error, unexpected STRING
    LH = -\tweak #'Fingering #'text "L
                                      "-2
    Hayate.ly:31:26: error: unknown escaped string: `\RH'
        \repeat unfold 4 { c8.
                              \RH c16\LH }
    Hayate.ly:31:26: error: syntax error, unexpected STRING
        \repeat unfold 4 { c8.
                              \RH c16\LH }
    [… hundreds more errors as the notation is used throughout …]

-- 
 \         “If nature has made any one thing less susceptible than all |
  `\    others of exclusive property, it is the action of the thinking |
_o__)                          power called an idea” —Thomas Jefferson |
Ben Finney




reply via email to

[Prev in Thread] Current Thread [Next in Thread]