]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-start.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / grace-start.ly
1
2 \version "2.17.28"
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