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