lilypond-user
[Top][All Lists]
Advanced

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

forcing bar number events


From: Werner LEMBERG
Subject: forcing bar number events
Date: Fri, 20 Sep 2013 08:50:13 +0200 (CEST)

[2.17.26]

Folks,


consider this snippet

  \relative c'' {
    \compressFullBarRests
    \set Score.barNumberVisibility = #(every-nth-bar-number-visible 5)
    \override Score.BarNumber.break-visibility = #end-of-line-invisible
    c1 | c1 | c1 | c1 |
    c1 | c1 | c1 | c1 |
    R1*4 |
    c1 | c1 | c1 | c1 |
  }

Is it possible to make bar number `10' visible automatically?  Looking
up the documentation, it seems that a bar number gets printed only if
there is a bar line, and \compressFullBarRests prevents that...

It would be a great simplification if it would not be necessary to
artificially break up `R1*4' into `R1 R1*3'.


    Werner

PNG image


reply via email to

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