diff --git a/0004 - Mozart - Benedictus sit deus - KV117.def b/0004 - Mozart - Benedictus sit deus - KV117.def index c970a8e1f3b5c8982d35bf7de0b956c019c137c6..321c7afd80852ec5b59918da5b1c7f85a27150fb 100644 --- a/0004 - Mozart - Benedictus sit deus - KV117.def +++ b/0004 - Mozart - Benedictus sit deus - KV117.def @@ -31,6 +31,7 @@ "Continuo", "VcB" ], "vocalvoices": ["SSolo", "S", "A", "T", "B"], + "noscore_instruments": ["S", "A", "T", "B"], "scores": ["Full", "Vocal", "Choral"], }, diff --git a/Makefile b/Makefile index 3c28f41087731dbf45dea5e13c3dc669d579c4ca..f70b0c267df1f721e13ad3e9544355d619736c44 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,7 @@ lily: $(pdfs) $(additionalscores) $(OUT) : mkdir -p $(OUT) -$(instruments): % : $(OUT)/$(base)_Instrument_%.pdf $(SRCS) +$(instruments) SSolo: % : $(OUT)/$(base)_Instrument_%.pdf $(SRCS) $(scores): % : $(OUT)/$(base)_Score_%.pdf $(SRCS) diff --git a/Mozart_BenedictusSitDeus.zip b/Mozart_BenedictusSitDeus.zip new file mode 100644 index 0000000000000000000000000000000000000000..d970c2d898f5888977d86f9ac32252c13204885e Binary files /dev/null and b/Mozart_BenedictusSitDeus.zip differ diff --git a/Mozart_BenedictusSitDeus_Instrument_SSolo.ly b/Mozart_BenedictusSitDeus_Instrument_SSolo.ly index 0fca5e85887d68735bea7da0f6291c3365986110..7002813d66ecbc21fd14745ad399d27ef466b5b3 100644 --- a/Mozart_BenedictusSitDeus_Instrument_SSolo.ly +++ b/Mozart_BenedictusSitDeus_Instrument_SSolo.ly @@ -5,6 +5,10 @@ instrument = \SSoloInstrumentName scorenumber = \markup{\scoreNumber \SSoloNumber} } +\paper { + page-count = #1 +} +#(set-global-staff-size 15.75) \createScore #"IAllegro" #'("SSolo") \createScore #"IIAndante" #'("SSolo") diff --git a/Mozart_BenedictusSitDeus_Music_02_Andante.ily b/Mozart_BenedictusSitDeus_Music_02_Andante.ily index 15aabbdef88c535a5ebb19e7b5ea6edd1e66f335..1a9723d7e4173ffd2ab580bad098186d408bdb0e 100644 --- a/Mozart_BenedictusSitDeus_Music_02_Andante.ily +++ b/Mozart_BenedictusSitDeus_Music_02_Andante.ily @@ -759,7 +759,8 @@ IIAndanteVaIIMusic = \relative c' { \addQuote "IIAndanteVaIIMusic" { \IIAndanteVaIIMusic } IIAndanteSSoloMusic = \relative c'' { - R2*16 | % 17 + R2*12 | % 13 + \namedCueDuring #"IIAndanteVIMusic" #DOWN #"Vl." #"" { R2*4 } | % 17 c4. a16[( f]) | % 18 e8.[( f32 g]) f8 r | % 19 c'4. a16[( f]) | \barNumberCheck #20 @@ -788,7 +789,9 @@ IIAndanteSSoloMusic = \relative c'' { g,4~ g16[( g']) \appoggiatura {f32} e16 \appoggiatura {d32} c16 | % 42 d2\trill | % 43 c4 r | % 44 - R2*7 | % 51 + R2*5 | % 49 + \tag #'cued \once \override InstrumentSwitch #'X-offset = #-3 + \namedCueDuring #"IIAndanteVIMusic" #UP #"Vl." #"" { R2*2 } | % 51 c4 c | % 52 c16[( h]) c8 c d | % 53 e16[( c]) a[( g]) g8. f16 | % 54 diff --git a/out/Mozart_BenedictusSitDeus_Instrument_SSolo.pdf b/out/Mozart_BenedictusSitDeus_Instrument_SSolo.pdf new file mode 100644 index 0000000000000000000000000000000000000000..bf00a66843a44ef6666a03194a835519a326a832 Binary files /dev/null and b/out/Mozart_BenedictusSitDeus_Instrument_SSolo.pdf differ