]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-start.ly
release: 1.5.0
[lilypond.git] / input / regression / grace-start.ly
1 \header {
2 texidoc = "Pieces may begin with grace notes."
3 }
4 \score  {\notes \relative c' \context Staff  { 
5  \grace { [a'16 f]  } g1
6  \grace { [a16 bes]  }  c1
7   }
8   \paper { linewidth = -1. }
9 }