]> 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 6214f60f4c3d3d3298785acdd8fd7c7b0a24b67f..e3d4e2e7d6277624bf99a5717fb40a45b6a5fe24 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\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}
  }