]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-start.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / grace-start.ly
1
2 \version "2.16.0"
3 \header {
4   texidoc = "Pieces may begin with grace notes."
5 }
6
7 \layout { ragged-right = ##t}
8
9 \relative c' \context Staff  { 
10   \grace {  a'16[ f]  } g1
11   \bar "||"  % test if | and || are synced.
12   \grace {  a16[ bes]  }  c1
13   \bar "||"  % test if | and || are synced. 
14 }
15
16
17