lilypond-user
[Top][All Lists]
Advanced

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

Re: Alignment of ‘non-extremal’ bass figures


From: Pierre Perol-Schneider
Subject: Re: Alignment of ‘non-extremal’ bass figures
Date: Sat, 16 Jan 2016 11:27:28 +0100

Hi Simon,

Here's a basic solution:

\version "2.19.35"
\score {
  <<
    { s1 }
    \figures {
      <10 9>4  %<8>
      %<\markup\strut 8>
      %<\markup\vspace #2 8>
      %<\markup " " 8>
      <\markup\transparent 8 8>
    }
  >>
}

HTH.
Cheers,
Pierre

2016-01-16 0:48 GMT+01:00 Simon Albrecht <address@hidden>:
On 16.01.2016 00:44, Simon Albrecht wrote:
Hello,

does anyone know how to vertically align the 9 and 8 in the following example?

\version "2.19.35"
\score {
  <<
    { s1 }
    \figures {
      <10 9>4  <8>
    }
  >>
}

Forgot to mention: I already tried <\markup\strut 8> (which is counterproductive!), <\markup\vspace #2 8> (which doesn’t make any difference) and <\markup " " 8> (which makes a slight difference, but in no relation to the height of the digits).

Yours, Simon

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


reply via email to

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