lilypond-user
[Top][All Lists]
Advanced

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

Re: Multi-rest with automatic bar number before and after it


From: Craig Dabelstein
Subject: Re: Multi-rest with automatic bar number before and after it
Date: Fri, 19 Feb 2016 13:23:51 +1000

Hi Harm,

I discovered a problem. It works perfectly with 4/4 time but it doesn't work with other time signatures. Can you suggest to me how I can make it work for different time signatures?

All the best,

Craig

On 19 February 2016 at 12:43, Craig Dabelstein <address@hidden> wrote:
Brilliant! Thank you!

On 19 February 2016 at 11:06, Thomas Morley <address@hidden> wrote:
2016-02-19 1:31 GMT+01:00 Craig Dabelstein <address@hidden>:
> 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



reply via email to

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