lilypond-user
[Top][All Lists]
Advanced

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

Re: automatic bar number following multimeasure rest


From: Klaus Blum
Subject: Re: automatic bar number following multimeasure rest
Date: Sun, 16 Aug 2015 05:07:59 -0700 (MST)

Hi David, 

I don't know an automatic solution, but would it be interesting to set it
manually?

% --------------------------------------------------------------
\version "2.18.2"

showBarnum = {
  \once \override Score.BarNumber.break-visibility = #end-of-line-invisible
  \once \override Score.BarNumber.self-alignment-X = #LEFT   % maybe
improves readability...
}

\relative c' {
  c1 c c c c c c c c c c c c c c c
  c1 c c c c c c c c c c c c c c f
  \showBarnum
  c1 c c c c c c c c c c c c c c c
}
% --------------------------------------------------------------
Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/automatic-bar-number-following-multimeasure-rest-tp179671p179676.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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