]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-bar-line.ly
Run scripts/auxiliar/makelsr.py
[lilypond.git] / input / regression / grace-bar-line.ly
index 2e5939766d526f92d4d415b25383e1a160d73e05..e5017a98dab5f3dceb6ca218bb94d8801ecd9183 100644 (file)
@@ -1,14 +1,17 @@
-\version "1.7.18"
+
+\version "2.19.21"
 \header {
-texidoc = "Bar line should come before the grace note."
+  texidoc = "Bar line should come before the grace note."
 }
+\layout { ragged-right = ##t}
+
+
+
+
 
-       
 
+\relative \context Staff  { 
+  f'1 \grace {  a'16 f  } g1 }
 
 
-\score  {\notes \relative c' \context Staff  { 
- f1 \grace {  a'16-[ f]  } g1 }
-               \paper { raggedright = ##t}
- }