]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-start.ly
*** empty log message ***
[lilypond.git] / input / regression / grace-start.ly
1 \version "1.7.6"
2 \header {
3 texidoc = "Pieces may begin with grace notes."
4 }
5 \score  {\notes \relative c' \context Staff  { 
6  \grace { [a'16 f]  } g1
7  \bar "||"  % test if | and || are synced.
8  \grace { [a16 bes]  }  c1
9  \bar "||"  % test if | and || are synced. 
10   }
11   \paper { linewidth = -1. }
12 }
13 %% new-chords-done %%