lilypond-user
[Top][All Lists]
Advanced

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

Re: Super and sub


From: Simon Albrecht
Subject: Re: Super and sub
Date: Sun, 7 Feb 2016 13:31:51 +0100

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




reply via email to

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