lilypond-user
[Top][All Lists]
Advanced

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

Re: How to set different bar number format every nth bar?


From: Antheo
Subject: Re: How to set different bar number format every nth bar?
Date: Thu, 30 Sep 2010 06:17:47 -0700 (PDT)

I'd like to avoid to do:

\score {
% set the size of the first bar number larger
  \override Score.BarNumber #'font-size = #-2
  c d e f | % 1st measure
  % 5th other measures on the same staff
  \override Score.BarNumber #'font-size = #-4
 g a b c | c d e f | g a b c | c d e f | g a b c | 
  % and so on...
}

I've seen Neil's music function to set the visibility of the bar number
every odd measure but don't think this can be reused to set the font size.

links to documentation i may have missed or scheme functions are welcome.


Antheo wrote:
> 
> 
> I'd like to have bar numbers printed on every bar with the first bar
> number of each line bigger.
> I'd like to find if there is any way to set different bar number format
> with a function rather than inline with the music.
> 
> -Marc
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/lilypond-user
> 
> 

-- 
View this message in context: 
http://old.nabble.com/How-to-set-different-bar-number-format-every-nth-bar--tp29834921p29846506.html
Sent from the Gnu - Lilypond - User mailing list archive at Nabble.com.




reply via email to

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