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