On 07.02.2016 11:39, David Kastrup wrote:
>(Preferably with LilyPonds own accidentals and perhaps the BC-font.)
Well, what you put in there is up to you.

You can also experiment along the lines of

%%%%%%%
\version "2.19.36"
#(define-markup-command (number-stack layout props args) (markup-list?)
   (interpret-markup layout props
     #{ \markup \tiny \raise #0.5 \vcenter
        \override #'(baseline-skip . 2) \right-column \number #args #}))

\markup {
  Would be a
  \number-stack {6 5 3}
  on the
  \hspace #5
  harmonized as
  \number-stack { 7 \concat \vcenter { \sharp 3 } }
  →
  \number-stack { 7 5 }
}
%%%%%%%%%%%%%%%%%%%%%%%

Unfortunately, the \sharp takes a lot of vertical space, which I somehow 
couldn’t amend by \with-dimensions.

HTH, Simon


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

Reply via email to