]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-number.ly
* input/regression/tuplet-properties.ly:
[lilypond.git] / input / regression / bar-number.ly
index 67bd351ce7542344658fc8fc59a8bc9b3641d144..45f25dec581430effc936f879fb567aa827396cf 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.5.54"
+\version "1.5.68"
 
 \header {
 
@@ -11,7 +11,7 @@ start counting after the anacrusis."
   \notes \relative c'' {
       \partial 4 c4 
       c1 c c
-      \property Score.currentBarNumber = #25
+      \property Score.currentBarNumber = #99999
       \property Score.BarNumber \override #'padding = #3
       c1 c
   }
@@ -19,7 +19,7 @@ start counting after the anacrusis."
     linewidth = -1. \mm
     \translator {
        \ScoreContext
-       BarNumber \override #'visibility-lambda = #all-visible
+       BarNumber \override #'break-visibility = #all-visible
     }
   }
 }