]> git.donarmstrong.com Git - lilypond.git/blob - mutopia/W.A.Mozart/horn-concerto-3/horn-concerto-3.ly
a7c04b8daf6d7f103704815b3dc208fecf3c6535
[lilypond.git] / mutopia / W.A.Mozart / horn-concerto-3 / horn-concerto-3.ly
1 \header{
2   title =        "Konzert Nr. 3 Es dur";
3   subtitle = "f\\\"ur Horn und Orchester";
4   composer =     "Wolfgang Amadeus Mozart (1756-1792)";
5   enteredby =    "HWN";
6   opus = "K.V. 447";
7
8   copyright = "public domain";
9   instrument = "Horn in Es";
10   
11   mutopiatitle =         "Horn Concerto 3";
12   mutopiacomposer = "W.A.Mozart";
13   mutopiaopus = "KV447";
14   style = "classical";
15   tagline =    "\\\\This music is part of the Mutopia project, http://sca.uwaterloo.ca/Mutopia/\\\\It has been typeset and placed in the public domain by Han-Wen Nienhuys.\\\\Unrestricted modification and redistribution is permitted and encouraged - copy this music and share it!";
16   maintainer = "hanwen@cs.uu.nl";
17   lastupdated = "1999/Oct/16";
18   source = "Breitkopf & Haertel + own modifications";
19 }
20
21 %%%%%%% This is the main file.
22
23 %{
24
25 This is the Mozart 3 for horn.  It's from an old and fumbled part I
26 have with lots of unidentified staccato dots, marcato's and dynamic
27 markings; I left off most of them.
28
29 Some of the marks are mine. Some of them are my teachers'.  Some of
30 them are my teachers' teachers.  Some of them are B&H's. Some of them
31 are Mozart's.
32
33 --hwn
34
35 %}
36
37 longgrace = \property Grace.stemStyle = ""
38 aftergrace = \property Grace.graceAlignPosition = \right
39
40
41 \version "1.3.4";
42
43 \include "allegro.ly"
44 \include "romanze.ly"
45 \include "rondo.ly"
46
47 \paper{
48  \translator { \StaffContext \consists Mark_engraver;  }
49  \translator { \ScoreContext
50         skipBars = ##t
51   }
52   linewidth = 180. \mm;
53 }
54
55 \score
56 {
57         < \allegro
58           \property Score.midiInstrument = "french horn"
59         >
60         \paper{ }
61         \header { piece = "allegro"; opus = ""; }       
62         \midi{ \tempo 4=90; }
63 }
64
65 \score
66 {
67         < \romanze
68           \property Score.midiInstrument = "french horn"
69         >
70         \header { piece = "romanze"; opus = ""; }       
71         \midi{ \tempo 4 = 70;  }
72         \paper{}
73 }
74 \score
75 {
76         < \rondo
77           \property Score.midiInstrument = "french horn"
78         >
79         \header { piece = "rondo"; opus = ""; }
80         \paper{
81                 \translator { \BarNumberingStaffContext }
82         }
83         \midi{ \tempo 4 = 100; }
84 }