]> 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 139e080925fab4872d5b35a16c71c602853730cc..f6a1afc3cef006b6239739de9341d1d33b7599fa 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.16"
+\version "2.10.0"
 \header{
     texidoc="@cindex Bar Number Show All
 By default, bar numbers are printed only in the first measure.  This 
@@ -14,7 +14,7 @@ setting can be overridden, so that bar numbers on start of every measure.
        \break
        c c c
     }
-       \paper{ raggedright = ##t }
+       \layout{ ragged-right = ##t }
 }