]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/bar-number-show-all.ly
only call profile-measurements when appropriate.
[lilypond.git] / input / test / bar-number-show-all.ly
index b0aea06fbffb0960f3c8aad105c505079c31a120..f6a1afc3cef006b6239739de9341d1d33b7599fa 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.10.0"
 \header{
     texidoc="@cindex Bar Number Show All
 By default, bar numbers are printed only in the first measure.  This 
@@ -7,14 +7,14 @@ setting can be overridden, so that bar numbers on start of every measure.
 " }
 
 \score{
-    \notes\relative c'{
+    \relative c'{
        c1 c c
        \override Score.BarNumber 
            #'break-visibility = #end-of-line-invisible
        \break
        c c c
     }
-       \paper{ raggedright = ##t }
+       \layout{ ragged-right = ##t }
 }