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 <simon.albre...@mail.de>:

> 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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to