From cbb4a025e09feb373fa35fe93bc01a58573fae31 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 29 Dec 1996 00:28:53 +0000 Subject: [PATCH] lilypond-0.0.21 --- cadenza.ly | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/cadenza.ly b/cadenza.ly index 0ed66019c0..b61616cf02 100644 --- a/cadenza.ly +++ b/cadenza.ly @@ -4,27 +4,30 @@ cad = music { $ \duration { 8} - 'c4. g8 ['e()'d 'c b] - [b()c] g c [c e g 'c] + \textstyle "italic" + 'c4._"f" g8 + \textstyle "roman" + ['e^"accel" ()'d 'c b] + [b()'c] g-\fermata c [c_"rubato" e g 'c] \octave{'} - e4. e [g ()f e d] + e4. e [g ()f_"rit" e d] \duration{16} dis4()e4 r8 [c d] [e f g gis] \duration{4} - a `f()`e g - f `d()`cis e + a-> `f()`e g + f-> `d()`cis e \duration{8} - d4 r8 `a [`b cis] + d4^\fermata r8 `a [`b cis] \duration{16} [d cis d e] f4()[f e d c] `b4 - \octave{} ['c8 b8] % triplet! + \octave{} \plet{2/3} ['d8 'c8 a8] \plet{1/1} % triplet! g2 [g c e g] ['c e g 'c]\octave{'} - [e `g c e] g4 %()% BUG! - [g8.( e g8. )e] + [e `g c e] g4^\fermata %()% BUG! + [g8.(_"a tempo" e g8. )e] a4. g8 [f8 e8 d8 c8] - `g2 d2 + `g2 d2^"tr" c4 $} score { @@ -32,4 +35,4 @@ score { music { cad } } commands { meter 4 4 skip 13:0 } -} \ No newline at end of file +} -- 2.39.5