]> git.donarmstrong.com Git - lilypond.git/blob - input/tutorial/os-flute-2.ly
release: 1.3.146
[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 Score.skipBars = ##t
8     \property Staff.midiInstrument = #"flute"
9     \global
10     \Key
11     \flautoII
12   >
13   \header {
14     instrument = "flute I"
15   }
16   \paper {
17     linewidth = 80 * \staffspace
18     textheight = 40 * \staffspace
19   }
20   \midi {
21     \tempo 4 = 75
22   }
23 }
24
25
26 % switch off settings of -score file, so the rest of the
27 % tutorial isn't \special
28 #(set! point-and-click #f)