lilypond-user
[Top][All Lists]
Advanced

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

Re: Odp: Left hand/right hand editorial annotation


From: Pierre Perol-Schneider
Subject: Re: Odp: Left hand/right hand editorial annotation
Date: Fri, 2 May 2014 15:52:00 +0200

2014-05-02 0:47 GMT+02:00 Robin Bannister <address@hidden>:
Thomas Ruedas wrote:
[...]
> the second a fatal error,
> [...]

> I guess that is due to compatibility issues,
because the hacks seem to be several years old

But the thumbBracket code still works; see the recent
http://lists.gnu.org/archive/html/lilypond-user/2014-04/msg00520.html

Just one of the demo examples needs to be replaced.
 
One thing is that postscripts do not apper in svg output.
I thing one solution could be to define a strokeFinger, something like :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"

rH = \rightHandFinger \markup \concat {

    \override #'(thickness . 3)\draw-line #'(0 . 3)

    \hspace #-.2

    \override #'(thickness . 3)\draw-line #'(1 . 0)

}


lH = \rightHandFinger \markup \concat {

  \override #'(thickness . 3) \draw-line #'(0 . -3)

  \hspace #-.2

  \override #'(thickness . 3) \draw-line #'(1 . 0)

}


\relative c'' {

  \set strokeFingerOrientations = #'(left)

  \override StrokeFinger.padding = #-.8

  c\rH c\lH f,\rH f\lH

}

%%%%%%%%%%%%%%%%%%%%%%


HTH,

~Pierre




reply via email to

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