]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/cadenza.ly
release: 0.0.68pre
[lilypond.git] / input / cadenza.ly
index 6773143fea3eef97ab42958ab2280318dd53c67a..bcee0b0eb7af84464be39be4ca5c11a87cb18db1 100644 (file)
@@ -1,56 +1,65 @@
-%
-% Cadenza to Mozart Horn/3
-%
-% author: unknown. Copyright: none
-%
-
-cad = music { $
-       \duration { 8}
-       \textstyle "italic"
-       \clef \violin 
-       'c4._"f" g8
-       \textstyle  "roman" 
-
-       ['e^"accel" ()'d 'c b]
-       [b()'c] g-\fermata
-               \bar \empty
-                       c [c_"rubato" e g 'c]
-       \octave{'}
-       e4. e [g ()f_"rit" e d]
-
-       \duration{16}
-       dis4()e4
-               \bar \empty 
+%{MudelaHeader
+ title:
+ description:Cadenza to Mozart Horn concerto 3
+ composer(s):unknown
+ entered-by:HWN
+ copyright: public domain
+
+ Tested Features: cadenza mode
+
+EndMudelaHeader
+%}
+
+\version "0.0.59";
+
+
+cad = \melodic  {
+               \cadenza 1;
+               \grouping 1*4;\duration  8;\octave c';
+
+       \clef \violin ;
+       c'4.\mf g8
+
+
+       [e'^"accel" ~ d' c' b]
+       [b~ c'] g-\fermata
+               \bar \empty;
+                       c [c_"rubato" e g c']
+       \octave c'';
+       e4. e [g ~ f_"rit" e d]
+
+       \duration 16;
+       dis4~ e4
+               \bar \empty ;
                r8 [c d] [e f g gis]
-       \duration{4}
-       a-> `f()`e g
-       f-> `d()`cis e
-       \duration{8}    
+       \duration 4;
+       a-> 'f~ 'e g
+       f-> 'd~ 'cis e
+       \duration 8;    
        d4^\fermata
-               \bar \empty 
+               \bar \empty ;
 
-       r8 `a [`b cis]
-       \duration{16}   [d cis d e]
-       f4()[f e d c]
-       `b4
-       \octave{} \plet{2/3} ['d8 'c8 a8] \plet{1/1}
+       r8 'a ['b cis]
+       \duration 16;   [d cis d e]
+       f4[f e d c]
+       'b4
+       \octave c'; [2/3 d'8 c'8 a8]1/1
        g2
-               \bar \empty 
-       [g c e g] ['c e g 'c]\octave{'} 
-       [e `g c e] g4^\fermata %()% BUG!
-               \bar \empty 
+               \bar \empty ;
+       [g c e g] [c' e g c']\octave c''; 
+       [e 'g c e] g4^\fermata %~ % BUG!
+               \bar \empty ;
        [g8.(_"a tempo" e g8. )e]
        a4. g8 [f8 e8 d8 c8]
-       `g2 d2^"tr"
+       'g2 d2^"tr"
        c4
-       $}
-
-score {
-       staff { melodic
-               music { cad }
-       }
-       commands {
-               cadenza $1$
-               grouping{1*4}
        }
+
+\score {
+       \melodic{ \cad }
+       \paper {
+       
+               \unitspace 14.0\mm
+               \geometric 1.4}
+       \midi { \tempo 4:90 }
 }