]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-bar-number.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / grace-bar-number.ly
index e6404f02a4aa4846243e1585aba3925846faa206..c1771d8739007cfdc0ab8acf7033c46917cd8a79 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.12.0"
 \header {
 
   texidoc = "Grace notes do tricky things with timing. If a measure
@@ -9,11 +9,13 @@ breaks should be possible at grace notes, and the bar number should be
 printed correctly.
 "
 }
+\layout { ragged-right = ##t }
+
 
 \relative c'' { c1 \break
                \grace c8
                c1  }
 
-\layout { raggedright = ##t }
+