From b414e45432687a3f3f138896c441418447e8cab8 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 19:43:47 +0000 Subject: [PATCH] lilypond-0.0.65 --- input/keys.ly | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/input/keys.ly b/input/keys.ly index c215a574af..f46fc86f3a 100644 --- a/input/keys.ly +++ b/input/keys.ly @@ -7,20 +7,27 @@ entered-by: copyright: - Tested Features: local key, key + Tested Features: local key, key, forced accidentals EndMudelaHeader %} \version "0.0.57"; blah = \melodic{ - \duration 4; + \duration "last"; \meter 4/4; \octave c'; - cis c cis cis | + \key bes es as; + [cis8 d e f] [e! a b cis'] | + es e f e a a' a a' | + \clef "bass"; \octave c; [es16 c' b a] [g f es d] [c d es d] [c Bes As G] | + +\clef "violin"; + \key ; + cis4 c cis cis | cis dis2 ~ | \meter 2/4 ; - dis dis ~ | c cis~ | c + dis4 dis ~ | c cis~ | c } \score{ -- 2.39.5