]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-start.ly
* Website fixes:
[lilypond.git] / input / regression / grace-start.ly
1 \version "1.7.18"
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 { raggedright = ##t}
12 }
13 %% new-chords-done %%