X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fno-notation%2Fmidi-volume-equaliser.ly;h=713d301d2a4612f1ad300d40ef12d6a29f622798;hb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;hp=0c271ddff1d81bb05b4ae5caa9dbfc9bfaeed2f0;hpb=e9bd265943d37689b1a6892217cb6f67bbe69f73;p=lilypond.git diff --git a/input/no-notation/midi-volume-equaliser.ly b/input/no-notation/midi-volume-equaliser.ly index 0c271ddff1..713d301d2a 100644 --- a/input/no-notation/midi-volume-equaliser.ly +++ b/input/no-notation/midi-volume-equaliser.ly @@ -1,12 +1,12 @@ #(ly:set-option 'old-relative) -\version "1.9.1" +\version "2.1.22" \header { texidoc = "@cindex Midi Volume Equaliser The full orchestra plays a notes, where groups stop one after another. Use this to tune equalizer settings. " } -\include "paper16-init.ly" +#(set-global-staff-size 16) %{ @@ -22,93 +22,93 @@ Override, see scm/midi.scm: %} flauti = \notes \relative c' { - \property Staff.midiInstrument = #"flute" - \property Staff.instrument = #"2 Flauti" - \property Staff.instr = #"Fl." + \set Staff.midiInstrument = #"flute" + \set Staff.instrument = #"2 Flauti" + \set Staff.instr = #"Fl." c1\f R1*10 } oboi = \notes \relative c' { - \property Staff.midiInstrument = #"oboe" - \property Staff.instrument = #"2 Oboi" - \property Staff.instr = #"Ob." + \set Staff.midiInstrument = #"oboe" + \set Staff.instrument = #"2 Oboi" + \set Staff.instr = #"Ob." R1*1 c1\f R1*9 } clarinetti = \notes \relative c' { - \property Staff.midiInstrument = #"clarinet" - \property Staff.instrument = #"Clarinetti" - \property Staff.instr = #"Cl" + \set Staff.midiInstrument = #"clarinet" + \set Staff.instrument = #"Clarinetti" + \set Staff.instr = #"Cl" R1*2 c1\f R1*8 } fagotti = \notes \relative c' { - \property Staff.midiInstrument = #"bassoon" - \property Staff.instrument = #"2 Fagotti" - \property Staff.instr = #"Fg." + \set Staff.midiInstrument = #"bassoon" + \set Staff.instrument = #"2 Fagotti" + \set Staff.instr = #"Fg." \clef bass R1*3 c1\f R1*7 } corni = \notes \relative c' { - \property Staff.midiInstrument = #"french horn" - \property Staff.instrument = #"Corni" - \property Staff.instr = #"Cor" + \set Staff.midiInstrument = #"french horn" + \set Staff.instrument = #"Corni" + \set Staff.instr = #"Cor" R1*4 c1\f R1*6 } trombe = \notes \relative c' { - \property Staff.midiInstrument = #"trumpet" - \property Staff.instrument = #"Trombe" - \property Staff.instr = #"Tp." + \set Staff.midiInstrument = #"trumpet" + \set Staff.instrument = #"Trombe" + \set Staff.instr = #"Tp." \clef bass R1*5 c1\f R1*5 } timpani = \notes \relative c' { - \property Staff.midiInstrument = #"timpani" - \property Staff.instrument = #"Timpani" - \property Staff.instr = #"Timp." + \set Staff.midiInstrument = #"timpani" + \set Staff.instrument = #"Timpani" + \set Staff.instr = #"Timp." R1*6 c1\f R1*4 } violinoI = \notes \relative c' { - \property Staff.midiInstrument = #"violin" - \property Staff.instrument = #"Violino I " - \property Staff.instr = #"Vl. I " + \set Staff.midiInstrument = #"violin" + \set Staff.instrument = #"Violino I " + \set Staff.instr = #"Vl. I " R1*7 c1\f R1*3 } violinoII = \notes \relative c' { - \property Staff.midiInstrument = #"violin" - \property Staff.instrument = #"Violino II " - \property Staff.instr = #"Vl. II " + \set Staff.midiInstrument = #"violin" + \set Staff.instrument = #"Violino II " + \set Staff.instr = #"Vl. II " R1*8 c1\f R1*2 } viola = \notes \relative c' { - \property Staff.midiInstrument = #"viola" - \property Staff.instrument = #"Viola" - \property Staff.instr = #"Vla." + \set Staff.midiInstrument = #"viola" + \set Staff.instrument = #"Viola" + \set Staff.instr = #"Vla." \clef alto R1*9 c1\f R1*1 } violoncello = \notes \relative c' { - \property Staff.midiInstrument = #"cello" - %\property Staff.midiInstrument = #"contrabass" - \property Staff.instrument = #"Violoncello" - \property Staff.instr = #"Vc." + \set Staff.midiInstrument = #"cello" + %\set Staff.midiInstrument = #"contrabass" + \set Staff.instrument = #"Violoncello" + \set Staff.instr = #"Vc." \clef bass R1*10 c1\f @@ -116,34 +116,34 @@ violoncello = \notes \relative c' { \score { - < - \context StaffGroup ="legni" < + << + \context StaffGroup ="legni" << \context Staff ="flauti" \flauti \context Staff ="oboi" \oboi \context Staff ="clarinetti" \clarinetti \context Staff ="fagotti" \fagotti - > - \context StaffGroup ="ottoni" < + >> + \context StaffGroup ="ottoni" << \context Staff ="corni" \corni \context Staff ="trombe" \trombe - > - \context StaffGroup ="timpani" < + >> + \context StaffGroup ="timpani" << \context Staff ="timpani" \timpani { \skip 1 % Hmm: this forces a staff-bracket, that's good! % However, I can't find where is decided on staff-bracket yes/no } - > - \context StaffGroup ="archi" < - \context GrandStaff ="violini" < + >> + \context StaffGroup ="archi" << + \context GrandStaff ="violini" << \context Staff ="violino1" \violinoI \context Staff ="violino2" \violinoII - > + >> \context Staff ="viola" \viola \context Staff ="violoncello" \violoncello - > - > + >> + >> \paper { \paperSixteen