From: fred Date: Wed, 29 Jul 1998 23:53:14 +0000 (+0000) Subject: lilypond-1.0.1 X-Git-Tag: release/1.5.59~5862 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=89007ad21b17c2e5f9338a5ba221ef3d825c46d1;p=lilypond.git lilypond-1.0.1 --- diff --git a/input/test/keys.ly b/input/test/keys.ly new file mode 100644 index 0000000000..9c5bd3623b --- /dev/null +++ b/input/test/keys.ly @@ -0,0 +1,11 @@ +%{ +test key itemv breaking +%} +\score { + \melodic + { + \key bes; c1 \key c; c1 + \break + \key bes; c1 \key d;\break c1 + } +}