2014-05-02 0:47 GMT+02:00 Robin Bannister <[email protected]>:
> 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
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user