]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-bar-line.ly
release commit
[lilypond.git] / input / regression / grace-bar-line.ly
index f0c94fd2df1e98928d3f457219a4844263f96a35..9f17fd308df229dcce6d3e14a21f5cf9563d9077 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.26"
+\version "2.3.4"
 \header {
 texidoc = "Bar line should come before the grace note."
 }
@@ -8,7 +8,7 @@ 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}
  }