From: fred Date: Wed, 27 Nov 1996 01:18:29 +0000 (+0000) Subject: lilypond-0.0.11 X-Git-Tag: release/1.5.59~6752 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=963c47d9a28d7ab533eae38057cda8e3f8d3777f;p=lilypond.git lilypond-0.0.11 --- diff --git a/maartje.ly b/maartje.ly index 928f7b2838..fcb64323ee 100644 --- a/maartje.ly +++ b/maartje.ly @@ -1,21 +1,29 @@ ritme = rhythmstaff { - voice { $ c2 r32 r32 r16 r8 r4 c2 c2 c2 c2 c2 - c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 $ } + voice { $ c2 c2 + %[c8( )'a8 c8 c8] + c2 c2 + + [fis16 'dis16( fis16 'dis16 ][fis16) 'dis16 fis16 'dis16] + c2 r32 r32 r16 r8 r4 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 c2 $ } } melody= melodicstaff { - - voice { $ fis 'dis 'fis 'gisis $ } - voice { $ 'eses $ start 0.75} - voice { $ 'cis $ start 0.75} - voice { $ f $ start 0.75} - voice { $ gis $ start 0.75} + voice { $ c () `bes $ start 0.5 } + voice { $ + %[fis16 'dis16 fis16 'dis16 fis16 'dis16 fis16 'dis16] + c2 + 'fis ()'gisis $ } + + + voice { $ d () d $ start 0.5 } + voice { $ a () bes $ start 0.5 } + voice { $ fis () g $ start 0.5 } voice { $ ''c2.. r8 r4 r8 r16 r32 r32 - [d8 e8 f8 g8] [d8 e8 f8 g8] + [d8 e8 'f8 g8] [d8 e8 f8 g8] ''fis1 a8 b8 'c8 'd8 ''c8 ```c8 c4 c4 c4 c4 \duration 16 `b16 `a16 `g16 `f16 \duration 4 @@ -32,12 +40,10 @@ score { % staff { melody } commands { meter 4 4 - key $ fis cis gis $ skip 2:0 key $ $ meter 2 4 - skip 19:0 } }