From: Tucker Johnson Date: Mon, 23 Mar 2026 21:11:54 +0000 (-0400) Subject: m3 X-Git-Url: https://git.newer.systems/?a=commitdiff_plain;h=62588399e7c5ffc11a453f56642f2a27c84df0f3;p=tiny-cartel.git m3 --- diff --git a/general/scoreLayout.ly b/general/scoreLayout.ly index a7a50b7..da9e485 100644 --- a/general/scoreLayout.ly +++ b/general/scoreLayout.ly @@ -1,6 +1,8 @@ \layout { \context { \Score + \override MetronomeMark.font-size = #3 + \override RehearsalMark.font-size = #4 \override SpacingSpanner.base-shortest-duration = #(ly:make-moment 1/14) \override InstrumentName.self-alignment-X = 1 \override RehearsalMark.break-visibility = #begin-of-line-invisible diff --git a/manuscripts/bass.ly b/manuscripts/bass.ly index 6e23e0a..9b3c113 100644 --- a/manuscripts/bass.ly +++ b/manuscripts/bass.ly @@ -1,5 +1,24 @@ % root = ../tiny-cartel.ly -bassMusic = +bassMusicTHREE = +\relative { + \tag #'part { \compressEmptyMeasures } + \clef bass + r4 g1\harmonic\p\2 | %001 + r4 2. | + fis'4. cis'8~ cis2. | + r8 bes4.~ bes2. | + r4 r8 g8~\harmonic\2 g2.\harmonic | + r4 2. | + fis'2. | + r8 bes4.~ bes2 | + r4 g2\harmonic\2 | + a4~ 8 r2 | + b2. | + bes4.~ bes2 | +} + + +bassMusicFOUR = \relative { \tag #'part { \compressEmptyMeasures } \clef bass diff --git a/manuscripts/bassClarinet.ly b/manuscripts/bassClarinet.ly index 24eefd3..4a58c82 100644 --- a/manuscripts/bassClarinet.ly +++ b/manuscripts/bassClarinet.ly @@ -1,5 +1,21 @@ % root = ../tiny-cartel.ly -bassClarinetMusic = +bassClarinetMusicTHREE = +\relative { + \tag #'part { \compressEmptyMeasures } + \clef treble + R1*5/4 + R1 | + R1*5/4*3 | + R1 + R1*3/4 | + R1 | + R1*3/4 | + R1*7/8 | + r4 r4 r8 g'8( | + a4.) fis,8( c'8~ c4) | +} + +bassClarinetMusicFOUR = \relative { \tag #'part { \compressEmptyMeasures } \clef treble @@ -252,7 +268,7 @@ bassClarinetMusic = fes2~\f\fermata fes2 | fes4->\ff fes2.\fermata | } -\addQuote "bassClarinet" { \removeWithTag #'score \bassClarinetMusic } +\addQuote "bassClarinet" { \removeWithTag #'score \bassClarinetMusicFOUR } bassClarinetStaff = #(define-music-function (music) (ly:music?) diff --git a/manuscripts/bassoon.ly b/manuscripts/bassoon.ly index 670c4ed..34ae22d 100644 --- a/manuscripts/bassoon.ly +++ b/manuscripts/bassoon.ly @@ -1,5 +1,21 @@ % root = ../tiny-cartel.ly -bassoonMusic = +bassoonMusicTHREE = +\relative { + \tag #'part { \compressEmptyMeasures } + \clef bass + R1*5/4 + R1 | + R1*5/4*3 | + R1 + R1*3/4 | + R1 | + R1*3/4 | + R1*7/8 | + R1*3/4 | + R1*7/8 | +} + +bassoonMusicFOUR = \relative { \tag #'part { \compressEmptyMeasures } \clef bass @@ -233,7 +249,7 @@ bassoonMusic = c2~\f\fermata c2 | c4->\ff c2.\fermata | } -\addQuote "bassoon" { \removeWithTag #'score \bassoonMusic } +\addQuote "bassoon" { \removeWithTag #'score \bassoonMusicFOUR } bassoonStaff = #(define-music-function (music) (ly:music?) diff --git a/manuscripts/cello.ly b/manuscripts/cello.ly index 59932b6..573c1fd 100644 --- a/manuscripts/cello.ly +++ b/manuscripts/cello.ly @@ -1,5 +1,23 @@ % root = ../tiny-cartel.ly -celloMusic = +celloMusicTHREE = +\relative { + \tag #'part { \compressEmptyMeasures } + \clef bass + c8~\flageolet\p 4.~ 2. | %001 + a8~ 4.~ 2 | + r2 gis'2. | + ees,2~ 2. | + c'8~\flageolet 4.~ 2. | + a8~ 4.~ 2 | + r4 a'8~ 8~ 4 | + ees,1 | + c'8~\flageolet 8 2 | + r8 r8 fis8~ fis2 | + b,2. | + bes8~ 4~ 2 | +} + +celloMusicFOUR = \relative { \tag #'part { \compressEmptyMeasures } \clef bass @@ -183,7 +201,7 @@ celloMusic = g2~\f\fermata g2 | g4->\ff g2.\fermata | } -\addQuote "cello" { \removeWithTag #'score \celloMusic } +\addQuote "cello" { \removeWithTag #'score \celloMusicFOUR } celloStaff = #(define-music-function (music) (ly:music?) diff --git a/manuscripts/clarinetSolo.ly b/manuscripts/clarinetSolo.ly index 83040a8..3e74032 100644 --- a/manuscripts/clarinetSolo.ly +++ b/manuscripts/clarinetSolo.ly @@ -1,5 +1,21 @@ % root = ../tiny-cartel.ly -clarinetMusic = +clarinetMusicTHREE = +\relative { + \tag #'part { \compressEmptyMeasures } + \clef treble + R1*5/4 | %001 + R1 | + R1*5/4*3 | + R1 + R1*3/4 | + c'4( d2.~ | + d8) r8 r4 r8 dis8~ | + dis4. b4( e | + cis'2) r8 g8( | + a4. fis,2) | +} + +clarinetMusicFOUR = \relative { \tag #'part { \compressEmptyMeasures } \clef treble @@ -249,7 +265,7 @@ clarinetMusic = f2~\fermata f2 | r4 r2.\fermata | } -\addQuote "clarinetSolo" { \removeWithTag #'score { \removeWithTag #'cadenza \clarinetMusic } } +\addQuote "clarinetSolo" { \removeWithTag #'score { \removeWithTag #'cadenza \clarinetMusicFOUR } } clarinetStaff = #(define-music-function (music) (ly:music?) diff --git a/manuscripts/flute.ly b/manuscripts/flute.ly index e5a27a5..f75b4e6 100644 --- a/manuscripts/flute.ly +++ b/manuscripts/flute.ly @@ -1,5 +1,21 @@ % root = ../tiny-cartel.ly -fluteMusic = +fluteMusicTHREE = +\new Voice +\relative { + \tag #'part { \compressEmptyMeasures } + R1*5/4 | + R1 | + R1*5/4*3 | + R1 + R1*3/4 | + d'1 | + r8 f8~ f2 | + r4. b,4( e | + cis'4. d,4.) | + R1*7/8 | +} + +fluteMusicFOUR = \new Voice \relative { \tag #'part { \compressEmptyMeasures } @@ -232,7 +248,7 @@ fluteMusic = r2\fermata r2 | %188 r4 a2.->\ff\fermata | %199 } -\addQuote "flute" { \removeWithTag #'score \fluteMusic } +\addQuote "flute" { \removeWithTag #'score \fluteMusicFOUR } fluteStaff = #(define-music-function (music) (ly:music?) diff --git a/manuscripts/horn.ly b/manuscripts/horn.ly index 71e629f..ce16f19 100644 --- a/manuscripts/horn.ly +++ b/manuscripts/horn.ly @@ -1,5 +1,20 @@ % root = ../tiny-cartel.ly -hornMusic = +hornMusicTHREE = +\relative { + \tag #'part { \compressEmptyMeasures } + R1*5/4 + R1 | + R1*5/4*3 | + R1 + R1*3/4 | + R1 | + R1*3/4 | + R1*7/8 | + R1*3/4 | + R1*7/8 | +} + +hornMusicFOUR = \relative { \tag #'part { \compressEmptyMeasures } \clef treble @@ -169,7 +184,7 @@ hornMusic = r2\fermata r2 | g,4->\ff g2.\fermata | } -\addQuote "horn" { \removeWithTag #'score \hornMusic } +\addQuote "horn" { \removeWithTag #'score \hornMusicFOUR } hornStaff = #(define-music-function (music) (ly:music?) diff --git a/manuscripts/oboe.ly b/manuscripts/oboe.ly index fca3684..c8c30ef 100644 --- a/manuscripts/oboe.ly +++ b/manuscripts/oboe.ly @@ -1,5 +1,19 @@ % root = ../tiny-cartel.ly -oboeMusic = +oboeMusicTHREE = +\relative { + R1*5/4 + R1 | + R1*5/4*3 | + R1 + R1*3/4 | + R1 | + R1*3/4 | + R1*7/8 | + R1*3/4 | + R1*7/8 | +} + +oboeMusicFOUR = \relative { \tag #'part { \compressEmptyMeasures } \clef treble @@ -231,7 +245,7 @@ oboeMusic = r2\fermata r2 | r4 b2.->\ff\fermata | } -\addQuote "oboe" { \removeWithTag #'score \oboeMusic } +\addQuote "oboe" { \removeWithTag #'score \oboeMusicFOUR } oboeStaff = #(define-music-function (music) (ly:music?) diff --git a/manuscripts/perc1.ly b/manuscripts/perc1.ly index 9d46c42..46df415 100644 --- a/manuscripts/perc1.ly +++ b/manuscripts/perc1.ly @@ -21,7 +21,33 @@ midiDrumPitches.tmh = ees midiDrumPitches.cxl = e midiDrumPitches.cxh = f -percOneMusic = +percOneMusicTHREE = +{ + \new Staff \with { + \remove Time_signature_engraver + \remove Clef_engraver + } + \new Voice \with { + \consists Clef_engraver + } + \relative { + \set Staff.pedalSustainStyle = #'bracket + R1*5/4 | %001 + R1 | + R1*5/4*3 | + R1 + R1*3/4 | + R1 | + R1*3/4 | + R1*7/8 | + R1*3/4 | + R1*7/8 | + } +} + + + +percOneMusicFOUR = { \new Staff \with { \remove Time_signature_engraver diff --git a/manuscripts/perc2.ly b/manuscripts/perc2.ly index 4b594a4..b93de5b 100644 --- a/manuscripts/perc2.ly +++ b/manuscripts/perc2.ly @@ -27,7 +27,32 @@ midiDrumPitches.hto = f' midiDrumPitches.hth = ges' midiDrumPitches.htc = g' -percTwoMusic = +percTwoMusicTHREE = +{ + \new Staff \with { + \remove Time_signature_engraver + \remove Clef_engraver + } + \new Voice \with { + \consists Clef_engraver + } + \relative { + \set Staff.pedalSustainStyle = #'bracket + R1*5/4 | %001 + R1 | + R1*5/4*3 | + R1 + R1*3/4 | + R1 | + R1*3/4 | + R1*7/8 | + R1*3/4 | + R1*7/8 | + } +} + + +percTwoMusicFOUR = { \new Staff \with { \remove Time_signature_engraver diff --git a/manuscripts/pianoDown.ly b/manuscripts/pianoDown.ly index 22a92fd..79c0654 100644 --- a/manuscripts/pianoDown.ly +++ b/manuscripts/pianoDown.ly @@ -1,5 +1,23 @@ % root = ../tiny-cartel.ly -pianoDownMusic = +pianoDownMusicTHREE = +\new Voice +\relative { + \tag #'part { \compressEmptyMeasures } + \clef bass + R1*5/4 + R1 | + R1*5/4*3 | + R1 + R1*3/4 | + R1 | + R1*3/4 | + R1*7/8 | + R1*3/4 | + R1*7/8 | +} + + +pianoDownMusicFOUR = \new Voice \relative { \tag #'part { \compressEmptyMeasures } diff --git a/manuscripts/pianoUp.ly b/manuscripts/pianoUp.ly index 9be96e7..67ab9ee 100644 --- a/manuscripts/pianoUp.ly +++ b/manuscripts/pianoUp.ly @@ -1,5 +1,22 @@ % root = ../tiny-cartel.ly -pianoUpMusic = +pianoUpMusicTHREE = +\relative { + \tag #'part { \compressEmptyMeasures } + \clef treble + R1*5/4 | %001 + R1 | + R1*5/4*3 | + R1 + R1*3/4 | + R1 | + R1*3/4 | + R1*7/8 | + R1*3/4 | + R1*7/8 | +} + + +pianoUpMusicFOUR = \relative { \tag #'part { \compressEmptyMeasures } \clef treble diff --git a/manuscripts/scorePages.ly b/manuscripts/scorePages.ly deleted file mode 100644 index 9865e83..0000000 --- a/manuscripts/scorePages.ly +++ /dev/null @@ -1,12 +0,0 @@ -% root = ../tiny-cartel.ly -scorePages = -\new Voice \with { - \remove Mark_engraver - \remove Clef_engraver -} -{ - \time 4/4 s1 | %001 - \time 3/4 s1*3/4*2 | %002-3 - \time 4/4 s1*5 | %004-14 - \pageBreak -} diff --git a/manuscripts/tempoMap.ly b/manuscripts/tempoMap.ly index 94b1df0..b1a5400 100644 --- a/manuscripts/tempoMap.ly +++ b/manuscripts/tempoMap.ly @@ -1,5 +1,25 @@ % root = ../tiny-cartel.ly -tempoMap = +tempoMapTHREE = +\new Voice \with { + \consists Mark_engraver + \remove Clef_engraver +} +{ + \tempo "Lento, poco rubato" 4=50 + \time 5/4 s1*5/4 | + \time 4/4 s1 | + \time 5/4 s1*5/4*3 | + \time 4/4 s1 | + \time 3/4 s1*3/4 | + \time 4/4 s1 | + \time 3/4 s1*3/4 | + \time 7/8 <>\textMark \markup { \tiny \sans "3+2+2" } s1*7/8 | + \time 3/4 s1*3/4 | + \time 7/8 <>\textMark \markup { \tiny \sans "3+2+2" } s1*7/8 | + \time 4/4 s1 | + +} +tempoMapFOUR = \new Voice \with { \consists Mark_engraver \remove Clef_engraver diff --git a/manuscripts/trombone.ly b/manuscripts/trombone.ly index b3371d4..371aac6 100644 --- a/manuscripts/trombone.ly +++ b/manuscripts/trombone.ly @@ -1,5 +1,21 @@ % root = ../tiny-cartel.ly -tromboneMusic = +tromboneMusicTHREE = +\relative { + \tag #'part { \compressEmptyMeasures } + \clef bass + R1*5/4 | %001 + R1 | + R1*5/4*3 | + R1 + R1*3/4 | + R1 | + R1*3/4 | + R1*7/8 | + R1*3/4 | + R1*7/8 | +} + +tromboneMusicFOUR = \relative { \tag #'part { \compressEmptyMeasures } \clef bass @@ -149,7 +165,7 @@ tromboneMusic = r2\fermata r2 | c,4->\ff c2.\fermata | } -\addQuote "trombone" { \removeWithTag #'score \tromboneMusic } +\addQuote "trombone" { \removeWithTag #'score \tromboneMusicFOUR } tromboneStaff = #(define-music-function (music) (ly:music?) diff --git a/manuscripts/trumpet.ly b/manuscripts/trumpet.ly index 49bb081..2379d06 100644 --- a/manuscripts/trumpet.ly +++ b/manuscripts/trumpet.ly @@ -1,5 +1,21 @@ % root = ../tiny-cartel.ly -trumpetMusic = +trumpetMusicTHREE = +\relative { + \tag #'part { \compressEmptyMeasures } + \clef treble + R1*5/4 | %001 + R1 | + R1*5/4*3 | + R1 + R1*3/4 | + R1 | + R1*3/4 | + R1*7/8 | + R1*3/4 | + R1*7/8 | +} + +trumpetMusicFOUR = \relative { \tag #'part { \compressEmptyMeasures } \clef treble @@ -121,7 +137,7 @@ trumpetMusic = r2\fermata r2 | r4 b'2.->\ff\fermata | } -\addQuote "trumpet" { \removeWithTag #'score \trumpetMusic } +\addQuote "trumpet" { \removeWithTag #'score \trumpetMusicFOUR } trumpetStaff = #(define-music-function (music) (ly:music?) diff --git a/manuscripts/viola.ly b/manuscripts/viola.ly index 713d366..693064a 100644 --- a/manuscripts/viola.ly +++ b/manuscripts/viola.ly @@ -1,5 +1,23 @@ % root = ../tiny-cartel.ly -violaMusic = +violaMusicTHREE = +\relative { + \tag #'part { \compressEmptyMeasures } + \clef alto + r8 f4.~\p f2. | %001 + fis1 | + r4 b8( e,8~ 2.) | + r4 r8 f8~ f2. | + r4 f4~ f2~ f8 cis'8( | + fis,4 dis'2.) | + r8 cis,8~ 2 | + r4 f2. | + c4~ 2 | + r8 cis4~ cis2 | + r8 gis'8~ gis2 | + r8 ees4~ ees2 | +} + +violaMusicFOUR = \relative { \tag #'part { \compressEmptyMeasures } \clef alto diff --git a/manuscripts/violin1.ly b/manuscripts/violin1.ly index f0316f8..3e51808 100644 --- a/manuscripts/violin1.ly +++ b/manuscripts/violin1.ly @@ -1,5 +1,22 @@ % root = ../tiny-cartel.ly -violinOneMusic = +violinOneMusicTHREE = +\relative { + \tag #'part { \compressEmptyMeasures } + \clef treble + R1*5/4 | %001 + r2 r4 4~\mp | + 4~ 8 r8 r2. | + r4 4( c2.) | + r2 r4 r4 r8 cis8( gis1) | + r4 a8( b8~ b4) | + d4( g2.) | + r4 r4 r8 dis8( | + gis4.~ gis2) | + r4 e2 | + a4~ 8~ 2 | +} + +violinOneMusicFOUR = \relative { \tag #'part { \compressEmptyMeasures } \clef treble @@ -161,7 +178,7 @@ violinOneMusic = r2\fermata r2 | r4 a'''2.\flageolet\ff\fermata | } -\addQuote "violin1" { \removeWithTag #'score \violinOneMusic } +\addQuote "violin1" { \removeWithTag #'score \violinOneMusicFOUR } violinOneStaff = #(define-music-function (music) (ly:music?) diff --git a/manuscripts/violin2.ly b/manuscripts/violin2.ly index d276314..9219b9c 100644 --- a/manuscripts/violin2.ly +++ b/manuscripts/violin2.ly @@ -1,5 +1,24 @@ % root = ../tiny-cartel.ly -violinTwoMusic = +violinTwoMusicTHREE = +\relative { + \tag #'part { \compressEmptyMeasures } + \clef treble + r2 r4 r4 r8 gis8(\mp | %001 + cis2.) 4~ | + 4~ 8 r8 r2. | + r4 4( a2.) | + r8 g4~ 8~ 2. | + r4 b2. | + r4 gis2 | + d'4( c2.) | + r8 g8~ g2 | + r4. b2 | + r4 r8 d8~ d4 | + r8 r8 f8~ f2 | +} + + +violinTwoMusicFOUR = \relative { \tag #'part { \compressEmptyMeasures } \clef treble diff --git a/tiny-cartel.ly b/tiny-cartel.ly index 2937b74..97a226d 100644 --- a/tiny-cartel.ly +++ b/tiny-cartel.ly @@ -6,7 +6,6 @@ \include "general/scoreLayout.ly" \include "manuscripts/tempoMap.ly" -\include "manuscripts/scorePages.ly" \include "manuscripts/clarinetSolo.ly" \include "manuscripts/flute.ly" \include "manuscripts/oboe.ly" @@ -47,13 +46,13 @@ } \pageBreak \bookpart { - \tocItem \markup { "IV. " \bold "Allegro energico" } + \tocItem \markup { "III. " \bold "Lento, poco rubato" } \header { title = \markup { \fontsize #1 \xtitle } subtitle = \markup { \medium \italic \xsub } composer = \xcomp poet = \markup { transposed score } - piece = \markup { \large \bold IV. } + piece = \markup { \large \bold III. } arranger = \markup { \tiny \typewriter \shortHash } } \score { @@ -61,25 +60,77 @@ \new StaffGroup << \fluteStaff << - \removeWithTag #'part \tempoMap - \removeWithTag #'part { \killCues \fluteMusic } + \removeWithTag #'part \tempoMapTHREE + \removeWithTag #'part { \killCues \fluteMusicTHREE } + >> + \oboeStaff \removeWithTag #'part { \killCues \oboeMusicTHREE } + \bassClarinetStaff \removeWithTag #'part { \killCues \bassClarinetMusicTHREE } + \bassoonStaff \removeWithTag #'part { \killCues \bassoonMusicTHREE } + >> + \new StaffGroup + << + \hornStaff \removeWithTag #'part { \killCues \hornMusicTHREE } + \trumpetStaff \removeWithTag #'part { \killCues \trumpetMusicTHREE } + \tromboneStaff \removeWithTag #'part { \killCues \tromboneMusicTHREE } + >> + \new StaffGroup + << + \percOneStaff \removeWithTag #'part { \killCues \percOneMusicTHREE } + \percTwoStaff \removeWithTag #'part { \killCues \percTwoMusicTHREE } + >> + \pianoStaff \removeWithTag #'part { \killCues \pianoUpMusicTHREE } \removeWithTag #'part { \killCues \pianoDownMusicTHREE } + \new StaffGroup \with { + systemStartDelimiter = #'SystemStartSquare + } + << + \override StaffGroup.SystemStartSquare.collapse-height = 4 + \override Score.SystemStartBar.collapse-height = 4 + \clarinetStaff << + \removeWithTag #'part { \killCues \clarinetMusicTHREE } + \removeWithTag #'part { \tempoMapTHREE } + >> + >> + \new StaffGroup + << + \violinOneStaff \removeWithTag #'part { \killCues \violinOneMusicTHREE } + \violinTwoStaff \removeWithTag #'part { \killCues \violinTwoMusicTHREE } + \violaStaff \removeWithTag #'part { \killCues \violaMusicTHREE } + \celloStaff \removeWithTag #'part { \killCues \celloMusicTHREE } + \bassStaff \removeWithTag #'part { \killCues \bassMusicTHREE } + >> + >> + } + } + \pageBreak + \bookpart { + \tocItem \markup { "IV. " \bold "Allegro energico" } + \header { + piece = \markup { \large \bold IV. } + } + \score { + << + \new StaffGroup + << + \fluteStaff << + \removeWithTag #'part \tempoMapFOUR + \removeWithTag #'part { \killCues \fluteMusicFOUR } >> - \oboeStaff \removeWithTag #'part { \killCues \oboeMusic } - \bassClarinetStaff \removeWithTag #'part { \killCues \bassClarinetMusic } - \bassoonStaff \removeWithTag #'part { \killCues \bassoonMusic } + \oboeStaff \removeWithTag #'part { \killCues \oboeMusicFOUR } + \bassClarinetStaff \removeWithTag #'part { \killCues \bassClarinetMusicFOUR } + \bassoonStaff \removeWithTag #'part { \killCues \bassoonMusicFOUR } >> \new StaffGroup << - \hornStaff \removeWithTag #'part { \killCues \hornMusic } - \trumpetStaff \removeWithTag #'part { \killCues \trumpetMusic } - \tromboneStaff \removeWithTag #'part { \killCues \tromboneMusic } + \hornStaff \removeWithTag #'part { \killCues \hornMusicFOUR } + \trumpetStaff \removeWithTag #'part { \killCues \trumpetMusicFOUR } + \tromboneStaff \removeWithTag #'part { \killCues \tromboneMusicFOUR } >> \new StaffGroup << - \percOneStaff \removeWithTag #'part { \killCues \percOneMusic } - \percTwoStaff \removeWithTag #'part { \killCues \percTwoMusic } + \percOneStaff \removeWithTag #'part { \killCues \percOneMusicFOUR } + \percTwoStaff \removeWithTag #'part { \killCues \percTwoMusicFOUR } >> - \pianoStaff \removeWithTag #'part { \killCues \pianoUpMusic } \removeWithTag #'part { \killCues \pianoDownMusic } + \pianoStaff \removeWithTag #'part { \killCues \pianoUpMusicFOUR } \removeWithTag #'part { \killCues \pianoDownMusicFOUR } \new StaffGroup \with { systemStartDelimiter = #'SystemStartSquare } @@ -87,17 +138,17 @@ \override StaffGroup.SystemStartSquare.collapse-height = 4 \override Score.SystemStartBar.collapse-height = 4 \clarinetStaff << - \removeWithTag #'part { \killCues \clarinetMusic } - \removeWithTag #'part { \tempoMap } + \removeWithTag #'part { \killCues \clarinetMusicFOUR } + \removeWithTag #'part { \tempoMapFOUR } >> >> \new StaffGroup << - \violinOneStaff \removeWithTag #'part { \killCues \violinOneMusic } - \violinTwoStaff \removeWithTag #'part { \killCues \violinTwoMusic } - \violaStaff \removeWithTag #'part { \killCues \violaMusic } - \celloStaff \removeWithTag #'part { \killCues \celloMusic } - \bassStaff \removeWithTag #'part { \killCues \bassMusic } + \violinOneStaff \removeWithTag #'part { \killCues \violinOneMusicFOUR } + \violinTwoStaff \removeWithTag #'part { \killCues \violinTwoMusicFOUR } + \violaStaff \removeWithTag #'part { \killCues \violaMusicFOUR } + \celloStaff \removeWithTag #'part { \killCues \celloMusicFOUR } + \bassStaff \removeWithTag #'part { \killCues \bassMusicFOUR } >> >> }