]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
small fixes.
[lilypond.git] / input / regression / grace-start.ly
index cc4b3672ef019dfa083b4aa331462bae9f24bf8b..e560c173e3ae306c8ff75f01372c7beaf367d603 100644 (file)
@@ -1,13 +1,14 @@
-\version "1.7.6"
+
+\version "2.2.0"
 \header {
 texidoc = "Pieces may begin with grace notes."
 }
 \score  {\notes \relative c' \context Staff  { 
- \grace { [a'16 f]  } g1
+ \grace {  a'16[ f]  } g1
  \bar "||"  % test if | and || are synced.
- \grace { [a16 bes]  }  c1
+ \grace {  a16[ bes]  }  c1
  \bar "||"  % test if | and || are synced. 
   }
-  \paper { linewidth = -1. }
+  \paper { raggedright = ##t}
 }
-%% new-chords-done %%
+