]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/grace-sync.ly
(do_file): put texidoc before image.
[lilypond.git] / input / regression / grace-sync.ly
1 \version "1.7.18"
2 \header  {
3   texidoc = "grace notes in different voices/staves are synchronized."
4 }
5
6 \score  {\notes\relative c'' < \context Staff  { c2
7          \grace  c8
8   c4 c4 }
9                 \context Staff = SB { c2 \clef bass
10  \grace {  dis8-[ ( d8] \key es\major  }
11
12     c4-) c4 }
13                 \context Staff = SC { c2 c4 c4 \bar "|." }
14                 >
15                 \paper { raggedright = ##t}
16  } 
17