]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/os-flute-2.ly
patch::: 1.3.139.jcn1
[lilypond.git] / input / tutorial / os-flute-2.ly
1
2 \include "os-music.ly";
3 \include "paper16.ly";
4
5 \score {
6   \context Staff <
7     \property Staff.midiInstrument = #"flute"
8     \global
9     \Key
10     \flautoII
11   >
12   \header {
13     instrument = "flute I";
14   }
15   \paper {
16     linewidth = 80 * \staffspace;
17     textheight = 40 * \staffspace;
18     \translator {
19       \OrchestralScoreContext
20       skipBars = ##t
21     }
22   }
23   \midi {
24     \tempo 4 = 75;
25   }
26 }
27
28
29 % switch off settings of -score file, so the rest of the
30 % tutorial isn't \special
31 #(set! point-and-click #f)