lilypond-user
[Top][All Lists]
Advanced

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

Re: recorder fingering chart


From: Kieren MacMillan
Subject: Re: recorder fingering chart
Date: Sun, 3 Feb 2008 10:50:26 -0500

Hi Libero,

I should use the slashed numbers too in order to indicate half-hole positions. Is it possible to use slashed numbers in fingering (without using \markup)?

Don't know.

can someone show me how to use the slashed-digit inside a markup?

The attached hack might give you the right hint.
[For the record, there's likely a much better way...]

Hope this helps!
Kieren.
________________________

\version "2.11.37"

\paper { ragged-right = ##t }

testing =
{
c''^\markup { \combine 3 \translate #'(0.25 . -0.25) \rotate #-30 \fontsize #1 "/" }
}

\score
{
        \testing
}




reply via email to

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