lilypond-user
[Top][All Lists]
Advanced

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

Re: suppressing bar numbers at rehearsal marks?


From: Paul Scott
Subject: Re: suppressing bar numbers at rehearsal marks?
Date: Fri, 19 Dec 2008 12:34:25 -0700
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.18) Gecko/20081030 Iceape/1.1.13 (Debian-1.1.13-1)

Mark Polesky wrote:
Mats Bengtsson wrote:
If you replace it by \once \override Score.BarNumber #'transparent = ##t, it should work. Sorry!

Paul,

alternatively you could use this solution:

barNumberMark = {
  \once \override Score.BarNumber #'break-visibility = #'#(#f #f #f)
  \mark \default
}

\score {
  { ... \barNumberMark ... \barNumberMark ... \barNumberMark ... }
  \layout {
    \context {
      \Score
      markFormatter = #format-mark-box-barnumbers
Thanks. I already have shortcuts for all of this including one very similar to your barNumberMark.

Paul






reply via email to

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