X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftutorial%2Fos-flute-2.ly;h=11cf5fb3094be6bfd8d61da26f9e57169417f4f3;hb=68a168bff1fec7f8011b2afa82d4fc89182c4bf7;hp=f89b07f2f5df859836c64ad8faab610332ce473e;hpb=452fce3d93d6caa5670f39835fa62749ed609c8e;p=lilypond.git diff --git a/input/tutorial/os-flute-2.ly b/input/tutorial/os-flute-2.ly index f89b07f2f5..11cf5fb309 100644 --- a/input/tutorial/os-flute-2.ly +++ b/input/tutorial/os-flute-2.ly @@ -1,31 +1,28 @@ -\include "os-music.ly"; -\include "paper16.ly"; +\include "os-music.ly" +\include "paper16.ly" \score { \context Staff < + \property Score.skipBars = ##t \property Staff.midiInstrument = #"flute" \global \Key \flautoII > \header { - instrument = "flute I"; + instrument = "flute I" } \paper { - linewidth = 80 * \staffspace; - textheight = 40 * \staffspace; - \translator { - \OrchestralScoreContext - skipBars = ##t - } + linewidth = 80 * \staffspace + textheight = 40 * \staffspace } \midi { - \tempo 4 = 75; + \tempo 4 = 75 } } % switch off settings of -score file, so the rest of the % tutorial isn't \special -#(set! point-and-click #f) \ No newline at end of file +#(set! point-and-click #f)