]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-bar-line.ly
Docs: run convert-ly for 2.14.0.
[lilypond.git] / input / regression / grace-bar-line.ly
index 3a937c0c68b3aac03c41990b651a1849e244130b..50686c47f50c2892f9b71e3b237b54c8b4ba505b 100644 (file)
@@ -1,15 +1,17 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.14.0"
 \header {
-texidoc = "Bar line should come before the grace note."
+  texidoc = "Bar line should come before the grace note."
 }
+\layout { ragged-right = ##t}
+
+
+
+
 
-       
 
+\relative c' \context Staff  { 
+  f1 \grace {  a'16[ f]  } g1 }
 
 
-\score  {\notes \relative c' \context Staff  { 
- f1 \grace {  a'16-[ f]  } g1 }
-               \paper { raggedright = ##t}
- }