]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-start.ly
5c0c5dff6701a9fdf653ac8a3b6d1a8a333d012a
[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  \bar "||"  % test if | and || are synced.
7  \grace { [a16 bes]  }  c1
8  \bar "||"  % test if | and || are synced. 
9   }
10   \paper { linewidth = -1. }
11 }