Reinhold Kainhofer wrote: > One more problem with figured bass: > 4) How can I draw a hat above a 5?
Here's the basic idea; you can format the markup-command
to suit your tastes.
HTH.
- Mark
\version "2.13.1"
\include "english.ly"
#(define-markup-command (with-hat layout props x) (string?)
(interpret-markup layout props
(markup #:combine #:tiny #:number x #:super "^")))
\relative {
<<
{
\clef bass
bf bf, r d
}
\figures {
<\markup \with-hat #"5">
}
>>
}
<<attachment: hat-on-a-figure.png>>
_______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
