Skip to content

Commit

Permalink
New score: Ben Houge - The Demise of the Zephyr
Browse files Browse the repository at this point in the history
  • Loading branch information
jollyroger committed Feb 12, 2013
1 parent 211a2a3 commit 4d4c570
Show file tree
Hide file tree
Showing 24 changed files with 1,204 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Ben Houge - The Demise of the Zephyr/part_accordion_one.ly
@@ -0,0 +1,26 @@
\include "src/header.ly"
\include "src/settings.ly"
\include "src/accordion_one.ly"

\header {
instrument = "Accordion 1"
}

\score {
\new Score {
\set Score.markFormatter = #format-mark-box-numbers
<<
\new Staff <<
\set Staff.midiInstrument = "accordion"
\removeWithTag #'score \accordionOneSolo
>>
>>
}
\layout {
\include "src/layout.ly"
}
\midi{}
}
\paper {
indent = 25
}
26 changes: 26 additions & 0 deletions Ben Houge - The Demise of the Zephyr/part_accordion_two.ly
@@ -0,0 +1,26 @@
\include "src/header.ly"
\include "src/settings.ly"
\include "src/accordion_two.ly"

\header {
instrument = "Accordion 2"
}

\score {
\new Score {
\set Score.markFormatter = #format-mark-box-numbers
<<
\new Staff <<
\set Staff.midiInstrument = "accordion"
\removeWithTag #'score \accordionTwoSolo
>>
>>
}
\layout {
\include "src/layout.ly"
}
\midi{}
}
\paper {
indent = 25
}
26 changes: 26 additions & 0 deletions Ben Houge - The Demise of the Zephyr/part_cello_one.ly
@@ -0,0 +1,26 @@
\include "src/header.ly"
\include "src/settings.ly"
\include "src/cello_one.ly"

\header {
instrument = "Cello 1"
}

\score {
\new Score {
\set Score.markFormatter = #format-mark-box-numbers
<<
\new Staff <<
\set Staff.midiInstrument = "cello"
\removeWithTag #'score \celloOneSolo
>>
>>
}
\layout {
\include "src/layout.ly"
}
\midi{}
}
\paper {
indent = 25
}
26 changes: 26 additions & 0 deletions Ben Houge - The Demise of the Zephyr/part_cello_three.ly
@@ -0,0 +1,26 @@
\include "src/header.ly"
\include "src/settings.ly"
\include "src/cello_three.ly"

\header {
instrument = "Cello 3"
}

\score {
\new Score {
\set Score.markFormatter = #format-mark-box-numbers
<<
\new Staff <<
\set Staff.midiInstrument = "cello"
\removeWithTag #'score \celloThreeSolo
>>
>>
}
\layout {
\include "src/layout.ly"
}
\midi{}
}
\paper {
indent = 25
}
26 changes: 26 additions & 0 deletions Ben Houge - The Demise of the Zephyr/part_cello_two.ly
@@ -0,0 +1,26 @@
\include "src/header.ly"
\include "src/settings.ly"
\include "src/cello_two.ly"

\header {
instrument = "Cello 2"
}

\score {
\new Score {
\set Score.markFormatter = #format-mark-box-numbers
<<
\new Staff <<
\set Staff.midiInstrument = "cello"
\removeWithTag #'score \celloTwoSolo
>>
>>
}
\layout {
\include "src/layout.ly"
}
\midi{}
}
\paper {
indent = 25
}
26 changes: 26 additions & 0 deletions Ben Houge - The Demise of the Zephyr/part_guitar.ly
@@ -0,0 +1,26 @@
\include "src/header.ly"
\include "src/settings.ly"
\include "src/guiltar.ly"

\header {
instrument = "Guitar"
}

\score {
\new Score {
\set Score.markFormatter = #format-mark-box-numbers
<<
\new Staff <<
\set Staff.midiInstrument = "acoustic guitar"
\removeWithTag #'score \guitarOneSolo
>>
>>
}
\layout {
\include "src/layout.ly"
}
\midi{}
}
\paper {
indent = 25
}
26 changes: 26 additions & 0 deletions Ben Houge - The Demise of the Zephyr/part_viola.ly
@@ -0,0 +1,26 @@
\include "src/header.ly"
\include "src/settings.ly"
\include "src/viola.ly"

\header {
instrument = "Viola"
}

\score {
\new Score {
\set Score.markFormatter = #format-mark-box-numbers
<<
\new Staff <<
\set Staff.midiInstrument = "viola"
\removeWithTag #'score \violaOneSolo
>>
>>
}
\layout {
\include "src/layout.ly"
}
\midi{}
}
\paper {
indent = 25
}
26 changes: 26 additions & 0 deletions Ben Houge - The Demise of the Zephyr/part_violin_one.ly
@@ -0,0 +1,26 @@
\include "src/header.ly"
\include "src/settings.ly"
\include "src/violin_one.ly"

\header {
instrument = "Violin 1"
}

\score {
\new Score {
\set Score.markFormatter = #format-mark-box-numbers
<<
\new Staff <<
\set Staff.midiInstrument = "violin"
\removeWithTag #'score \violinOneSolo
>>
>>
}
\layout {
\include "src/layout.ly"
}
\midi{}
}
\paper {
indent = 25
}
26 changes: 26 additions & 0 deletions Ben Houge - The Demise of the Zephyr/part_violin_two.ly
@@ -0,0 +1,26 @@
\include "src/header.ly"
\include "src/settings.ly"
\include "src/violin_two.ly"

\header {
instrument = "Violin 2"
}

\score {
\new Score {
\set Score.markFormatter = #format-mark-box-numbers
<<
\new Staff <<
\set Staff.midiInstrument = "violin"
\removeWithTag #'score \violinTwoSolo
>>
>>
}
\layout {
\include "src/layout.ly"
}
\midi{}
}
\paper {
indent = 25
}
48 changes: 48 additions & 0 deletions Ben Houge - The Demise of the Zephyr/score-quartet.ly
@@ -0,0 +1,48 @@
\include "src/header.ly"
#(set-global-staff-size 15)
\include "src/settings.ly"
\include "src/violin_one.ly"
\include "src/violin_two.ly"
\include "src/viola.ly"
\include "src/cello_one.ly"

\score {
\new Score {
\set Score.markFormatter = #format-mark-box-numbers
\new GrandStaff <<
\new StaffGroup <<
\new Staff <<
\set Staff.midiInstrument = "violin"
\set Staff.instrumentName = #"Violin 1"
\keepWithTag #'score \violinOneSolo
>>

\new Staff <<
\set Staff.midiInstrument = "violin"
\set Staff.instrumentName = #"Violin 2"
\removeWithTag #'part \violinTwoSolo
>>

\new Staff <<
\set Staff.midiInstrument = "viola"
\set Staff.instrumentName = #"Viola"
\removeWithTag #'part \violaOneSolo
>>

\new Staff <<
\set Staff.midiInstrument = "cello"
\set Staff.instrumentName = #"Cello"
\removeWithTag #'part \celloOneSolo
>>
>>
>>
}
\layout {
\include "src/layout.ly"
}
\midi{}
}
\paper {
system-separator-markup = \slashSeparator
indent = 25
}
71 changes: 71 additions & 0 deletions Ben Houge - The Demise of the Zephyr/score.ly
@@ -0,0 +1,71 @@
\include "src/header.ly"
#(set-global-staff-size 17)
\include "src/settings.ly"
\include "src/violin_one.ly"
\include "src/guitar.ly"
\include "src/accordion_one.ly"
\include "src/accordion_two.ly"
\include "src/cello_one.ly"
\include "src/cello_two.ly"
\include "src/cello_three.ly"

\score {
\new Score {
\set Score.markFormatter = #format-mark-box-numbers
\new GrandStaff <<
\new Staff <<
\set Staff.midiInstrument = "guitar"
\set Staff.instrumentName = #"Guitar"
\keepWithTag #'score \guitarOneSolo
>>

\new StaffGroup <<
\new Staff <<
\set Staff.midiInstrument = "accordion"
\set Staff.instrumentName = #"Accordion 1"
\removeWithTag #'part \accordionOneSolo
>>

\new Staff <<
\set Staff.midiInstrument = "accordion"
\set Staff.instrumentName = #"Accordion 2"
\removeWithTag #'part \accordionTwoSolo
>>
>>

\new StaffGroup <<
\new Staff <<
\set Staff.midiInstrument = "violin"
\set Staff.instrumentName = #"Violin"
\removeWithTag #'part \violinOneSolo
>>

\new Staff <<
\set Staff.midiInstrument = "cello"
\set Staff.instrumentName = #"Cello 1"
\removeWithTag #'part \celloOneSolo
>>

\new Staff <<
\set Staff.midiInstrument = "cello"
\set Staff.instrumentName = #"Cello 2"
\removeWithTag #'part \celloTwoSolo
>>

\new Staff <<
\set Staff.midiInstrument = "cello"
\set Staff.instrumentName = #"Cello 3"
\removeWithTag #'part \celloThreeSolo
>>
>>
>>
}
\layout {
\include "src/layout.ly"
}
\midi{}
}
\paper {
system-separator-markup = \slashSeparator
indent = 25
}

0 comments on commit 4d4c570

Please sign in to comment.