blob: 3c1bba2567dc5bb1c7f2ef5c6b79a6eb5286795b (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
\version "2.12.0"
\header {
= "Grace code should not be confused by nested sequential music containing grace notes; practically speaking, this means that the end-bar and measure bar coincide in this example."
}
\layout { ragged-right= ##t }
\context Voice {
{ \grace b'8 c''2 }
\grace b'16 c''4 c''4 \bar "|."
}
|