Why not use the builtin markup command \slashed-digit, which is used for figured bass:

\markup{\slashed-digit #3 }

  /Mats

Quoting Kieren MacMillan <[EMAIL PROTECTED]>:

Hi Libero,

thanks a lot, maybe there are better ways, but this one is quite effective :-)

Glad to hear it!

I slightly modified your example as follows:

Nice... for future use, you might want to define some variables, e.g.

slashZero = \markup { \combine \finger 0 \translate #'(0.17 . -0.17) \rotate #-30 \small "/" } slashOne = \markup { \combine \finger 1 \translate #'(0.17 . -0.17) \rotate #-30 \small "/" } slashTwo = \markup { \combine \finger 2 \translate #'(0.17 . -0.17) \rotate #-30 \small "/" } slashThree = \markup { \combine \finger 3 \translate #'(0.17 . -0.17) \rotate #-30 \small "/" } slashFour = \markup { \combine \finger 4 \translate #'(0.17 . -0.17) \rotate #-30 \small "/" }

Best regards,
Kieren.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user






_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to