]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-0.0.20
authorfred <fred>
Mon, 23 Dec 1996 10:43:40 +0000 (10:43 +0000)
committerfred <fred>
Mon, 23 Dec 1996 10:43:40 +0000 (10:43 +0000)
cadenza.ly [new file with mode: 0644]

diff --git a/cadenza.ly b/cadenza.ly
new file mode 100644 (file)
index 0000000..0ed6601
--- /dev/null
@@ -0,0 +1,35 @@
+%
+% Cadenza to Mozart Horn/3
+%
+
+cad = music { $
+       \duration { 8}
+       'c4. g8 ['e()'d 'c b]
+       [b()c] g c [c e g 'c]
+       \octave{'}
+       e4. e [g ()f e d]
+
+       \duration{16}
+       dis4()e4 r8 [c d] [e f g gis]
+       \duration{4}
+       a `f()`e g
+       f `d()`cis e
+       \duration{8}    
+       d4 r8 `a [`b cis]
+       \duration{16}
+       [d cis d e]
+       f4()[f e d c] `b4
+       \octave{} ['c8 b8] % triplet!
+       g2 [g c e g] ['c e g 'c]\octave{'} 
+       [e `g c e] g4 %()% BUG!
+       [g8.( e g8. )e]
+       a4. g8 [f8 e8 d8 c8]
+       `g2 d2
+       c4 $}
+
+score {
+       staff { melodic
+               music { cad }
+       }
+       commands { meter 4 4 skip 13:0 }
+}
\ No newline at end of file