]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/grace-start.ly
* stepmake/stepmake/omf-targets.make (local-install): add
[lilypond.git] / input / regression / grace-start.ly
index 1094d3b5fd484db9c15de00d4b0b912ae6784d03..cc4b3672ef019dfa083b4aa331462bae9f24bf8b 100644 (file)
@@ -1,9 +1,13 @@
+\version "1.7.6"
 \header {
 texidoc = "Pieces may begin with grace notes."
 }
 \score  {\notes \relative c' \context Staff  { 
  \grace { [a'16 f]  } g1
+ \bar "||"  % test if | and || are synced.
  \grace { [a16 bes]  }  c1
+ \bar "||"  % test if | and || are synced. 
   }
   \paper { linewidth = -1. }
 }
+%% new-chords-done %%