2016-02-19 1:31 GMT+01:00 Craig Dabelstein <craig.dabelst...@gmail.com>:
> Hi Harm,
>
> Is it possible to have the bar numbers underneath in the usual (small) font
> rather than the big numbers used for the multi rest?

>        \markup
>          \center-column {
>            #(number->string mmr-length)
>            %% value found by try and error
>            \translate #'(0 . -7.5)
>            \with-dimensions #empty-interval #empty-interval
>            \halign #CENTER

%% add here:

                    \normal-text
                    \fontsize #-2

>            \line
>            #(list (number->string currentBarNumber)
>             " - "
>             (number->string (1- (+ currentBarNumber mmr-length))))
>          }

Cheers,
  Harm

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

Reply via email to