]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/multi-measure-rest-grace.ly
* lily/my-lily-lexer.cc: add \accacciatura and \appoggiatura
[lilypond.git] / input / regression / multi-measure-rest-grace.ly
1 \version "1.9.2"
2
3
4 \header {
5 texidoc= "Grace notes and multi-measure rests."
6 }
7
8 \score   {
9 \notes <
10         \new Staff { R1 R1 R1*3 }
11         \new Staff { \clef bass c1 \grace c8 c2 c2 c1  \grace c16 c2 c2 c1 }
12 >
13 }