]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-bar-line.ly
Manually revert bad convert-ly change for input/regression/lyric-combine.ly
[lilypond.git] / input / regression / grace-bar-line.ly
index 1dd0a688dee94c9dc858e1924c376d3db6dbd6bd..badaa1ae74016fb302401ec5dad0722ce6ef1e51 100644 (file)
@@ -1,15 +1,17 @@
 
-\version "1.9.4"
+\version "2.17.28"
 \header {
-texidoc = "Bar line should come before the grace note."
+  texidoc = "Bar line should come before the grace note."
 }
+\layout { ragged-right = ##t}
 
-       
 
 
 
-\score  {\notes \relative c' \context Staff  { 
- f1 \grace {  a'16[ f]  } g1 }
-               \paper { raggedright = ##t}
- } 
+
+
+\relative c' \context Staff  { 
+  f1 \grace {  a'16 f  } g1 }
+
+