]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/bar-number.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / bar-number.ly
index bc336b6fd490c7eac7e2c69aa49dafdec5cb4b30..da1155b0a13e5eca61b24652c95d218c809e05c7 100644 (file)
@@ -1,26 +1,26 @@
-\version "1.5.68"
+
+\version "2.19.21"
 
 \header {
 
-texidoc="Bar number settable and padding adjustable.  Bar numbers
-start counting after the anacrusis."
+texidoc="Bar numbers may be set and their padding adjusted individually.  
+The counting of bar numbers is started after the anacrusis.
+
+To prevent clashes at the beginning of a line, the padding may have to 
+be increased.
+"
+
+}
 
+\layout {
+  ragged-right = ##t
 }
 
-\score {
-  \notes \relative c'' {
-      \partial 4 c4 
-      c1 c c
-      \property Score.currentBarNumber = #99999
-      \property Score.BarNumber \override #'padding = #3
-      c1 c
-  }
-  \paper {
-    linewidth = -1. \mm
-    \translator {
-       \ScoreContext
-       BarNumber \override #'break-visibility = #all-visible
-    }
-  }
+\relative {
+  \override Score.BarNumber.break-visibility = #all-visible
+  \partial 4 c''4 
+  c1 c c
+  \set Score.currentBarNumber = #99999
+  \override Score.BarNumber.padding = #3
+  c1 c
 }
-%% new-chords-done %%
\ No newline at end of file