]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-bar-line.ly
formatting fixes.
[lilypond.git] / input / regression / grace-bar-line.ly
index 69b0ceed92135a21873a7f4155460384aa85bc0d..38168c39c3834f7d6bd1a795f0c5f8d8c4d1308c 100644 (file)
@@ -1,6 +1,6 @@
+\version "1.7.18"
 \header {
-
-texidoc = "Bar line should come before the grace note.";
+texidoc = "Bar line should come before the grace note."
 }
 
        
@@ -8,6 +8,7 @@ texidoc = "Bar line should come before the grace note.";
 
 
 \score  {\notes \relative c' \context Staff  { 
- f1 \ngrace { [a'16 f]  } g1 }
-               \paper { linewidth = -1. }
+ f1 \grace {  a'16-[ f]  } g1 }
+               \paper { raggedright = ##t}
  } 
+%% new-chords-done %%