]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-bar-line.ly
* lily/book.cc:
[lilypond.git] / input / regression / grace-bar-line.ly
index f4399d8b034f644c503d3734ab8ec2a90eef9777..e3d4e2e7d6277624bf99a5717fb40a45b6a5fe24 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\version "2.4.0"
 \header {
 texidoc = "Bar line should come before the grace note."
 }
@@ -8,8 +8,8 @@ texidoc = "Bar line should come before the grace note."
 
 
 
-\score  {\notes \relative c' \context Staff  { 
+\score  { \relative c' \context Staff  { 
  f1 \grace {  a'16[ f]  } g1 }
-               \paper { raggedright = ##t}
+               \layout { raggedright = ##t}
  }