]> git.donarmstrong.com Git - lilypond.git/blob - input/test/keys.ly
release: 1.1.8
[lilypond.git] / input / test / keys.ly
1 \version "1.0.10";
2
3 %{
4 test key itemv breaking
5 %}
6 \score {
7   \notes
8   {
9     \key bes; c1 \key c \minor;  c1
10     \break
11     \key bes \major; c1 \key d;\break c1
12   }
13 }