lilypond-user
[Top][All Lists]
Advanced

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

Re: Bar numbers at start of score


From: -Eluze
Subject: Re: Bar numbers at start of score
Date: Sun, 5 Sep 2010 23:28:29 -0700 (PDT)



mark damerell wrote:
> 
> Version 2.12.3
> 
> I want to print the current bar number at the start of a score. In theory
> you
> can do this by inserting  \bar ""  but this does not work when the score
> begins with a  \partial .  The only relevant post I can find is
> 
> bar numbers at beginning of line   by  Walter Hofmeister  2007/08/05
> and the stated solution was
> 
> \once \override Score.BarNumber #'break-visibility = #all-visible
> 
> or  #'#(#t #t #t)
> 
> and I tried both with no visible effect. The manual says the same.
> I would be happy to print the number after the  \partial .
> 
> 
you should add 

\layout {
  \context {
    \Score
    \override BarNumber #'break-visibility = #'#( #t #t #t )
    barNumberVisibility = #all-bar-numbers-visible
  }
}


the barNumberVisibility grants the 1st barnumber is shown, too.

hth
-- 
View this message in context: 
http://old.nabble.com/Bar-numbers-at-start-of-score-tp29628199p29631417.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]