]> git.donarmstrong.com Git - lilypond.git/blob - input/no-notation/parse5.ly
patch::: 1.3.149.jcn3
[lilypond.git] / input / no-notation / parse5.ly
1
2 \score {
3    \context ChordNames \chords {
4         c1 /e  % trivial
5
6         c1 * 1/2   % think
7         c1 * 3 /e  % think
8
9         c1 * 1/3 /e % hard
10         c1/2 % must have parse error here
11    }
12 }