Skip to content

Commit

Permalink
updates parts
Browse files Browse the repository at this point in the history
  • Loading branch information
skafdasschaf committed Apr 28, 2024
1 parent cc6cc28 commit 81f9aa0
Show file tree
Hide file tree
Showing 18 changed files with 182 additions and 20 deletions.
12 changes: 11 additions & 1 deletion scores/b.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "b")
Expand Down Expand Up @@ -63,4 +63,14 @@
>>
}
}
\bookpart {
\section "6a" "Agnus Dei (long version)"
\addTocEntry
\paper { systems-per-page = #6 }
\score {
<<
\new Staff { \AgnusLongOrgano }
>>
}
}
}
15 changes: 14 additions & 1 deletion scores/cl1.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "cl 1")
Expand Down Expand Up @@ -82,4 +82,17 @@
>>
}
}
\bookpart {
\section "6a" "Agnus Dei (long version)"
\addTocEntry
\paper { systems-per-page = #3 }
\score {
<<
\new Staff {
\set Staff.instrumentName = \transposedNameShort "cl 1" "A" ""
\AgnusLongClarinettoI
}
>>
}
}
}
15 changes: 14 additions & 1 deletion scores/cl2.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "cl 2")
Expand Down Expand Up @@ -82,4 +82,17 @@
>>
}
}
\bookpart {
\section "6a" "Agnus Dei (long version)"
\addTocEntry
\paper { systems-per-page = #1 }
\score {
<<
\new Staff {
\set Staff.instrumentName = \transposedNameShort "cl 2" "A" ""
\AgnusLongClarinettoII
}
>>
}
}
}
2 changes: 1 addition & 1 deletion scores/cor12.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "cor")
Expand Down
37 changes: 36 additions & 1 deletion scores/coro.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
\include "score_settings/coro.ly"
Expand Down Expand Up @@ -254,4 +254,39 @@
>>
}
}
\bookpart {
\section "6a" "Agnus Dei (long version)"
\addTocEntry
\score {
<<
\new ChoirStaff <<
\new Staff {
\set Staff.instrumentName = "S"
\new Voice = "Soprano" { \dynamicUp \AgnusLongSoprano }
}
\new Lyrics \lyricsto Soprano \AgnusLongSopranoLyrics

\new Staff {
\set Staff.instrumentName = "A"
\new Voice = "Alto" { \dynamicUp \AgnusLongAlto }
}
\new Lyrics \lyricsto Alto \AgnusLongAltoLyrics

\new Staff {
\set Staff.instrumentName = "T"
\new Voice = "Tenore" { \dynamicUp \AgnusLongTenore }
}
\new Lyrics \lyricsto Tenore \AgnusLongTenoreLyrics

\new Staff {
\set Staff.instrumentName = "B"
\new Voice = "Basso" { \dynamicUp \AgnusLongBasso }
}
\new Lyrics \lyricsto Basso \AgnusLongBassoLyrics
>>
\new Staff { \AgnusLongOrgano }
\new FiguredBass { \AgnusLongBassFigures }
>>
}
}
}
12 changes: 11 additions & 1 deletion scores/fag1.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "fag 1")
Expand Down Expand Up @@ -65,4 +65,14 @@
>>
}
}
\bookpart {
\section "6a" "Agnus Dei (long version)"
\addTocEntry
\paper { systems-per-page = #3 }
\score {
<<
\new Staff { \AgnusLongFagottoI }
>>
}
}
}
12 changes: 11 additions & 1 deletion scores/fag2.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "fag 2")
Expand Down Expand Up @@ -65,4 +65,14 @@
>>
}
}
\bookpart {
\section "6a" "Agnus Dei (long version)"
\addTocEntry
\paper { systems-per-page = #1 }
\score {
<<
\new Staff { \AgnusLongFagottoII }
>>
}
}
}
12 changes: 11 additions & 1 deletion scores/ob1.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "ob 1")
Expand Down Expand Up @@ -65,4 +65,14 @@
>>
}
}
\bookpart {
\section "6a" "Agnus Dei (long version)"
\addTocEntry
\paper { systems-per-page = #3 }
\score {
<<
\new Staff { \AgnusLongOboeI }
>>
}
}
}
12 changes: 11 additions & 1 deletion scores/ob2.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "ob 2")
Expand Down Expand Up @@ -65,4 +65,14 @@
>>
}
}
\bookpart {
\section "6a" "Agnus Dei (long version)"
\addTocEntry
\paper { systems-per-page = #1 }
\score {
<<
\new Staff { \AgnusLongOboeII }
>>
}
}
}
13 changes: 12 additions & 1 deletion scores/org.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "org")
Expand Down Expand Up @@ -69,4 +69,15 @@
>>
}
}
\bookpart {
\section "6a" "Agnus Dei (long version)"
\addTocEntry
\paper { systems-per-page = #6 }
\score {
<<
\new Staff { \AgnusLongOrgano }
\new FiguredBass { \AgnusLongBassFigures }
>>
}
}
}
2 changes: 1 addition & 1 deletion scores/ottoni.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name-upper "clno")
Expand Down
2 changes: 1 addition & 1 deletion scores/trb1.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "trb 1")
Expand Down
2 changes: 1 addition & 1 deletion scores/trb2.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "trb 2")
Expand Down
2 changes: 1 addition & 1 deletion scores/trb3.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "trb 3")
Expand Down
12 changes: 11 additions & 1 deletion scores/vl1.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "vl 1")
Expand Down Expand Up @@ -64,4 +64,14 @@
>>
}
}
\bookpart {
\section "6a" "Agnus Dei (long version)"
\addTocEntry
\paper { systems-per-page = #6 }
\score {
<<
\new Staff { \AgnusLongViolinoI }
>>
}
}
}
12 changes: 11 additions & 1 deletion scores/vl2.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "vl 2")
Expand Down Expand Up @@ -64,4 +64,14 @@
>>
}
}
\bookpart {
\section "6a" "Agnus Dei (long version)"
\addTocEntry
\paper { systems-per-page = #6 }
\score {
<<
\new Staff { \AgnusLongViolinoII }
>>
}
}
}
16 changes: 13 additions & 3 deletions scores/vla.ly
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name (markup #:center-column ("vla" "1, 2")))
#(define option-instrument-name "vla")
\include "score_settings/one-staff.ly"

\book {
Expand All @@ -12,7 +12,7 @@
\score {
<<
\new Staff {
\set Staff.instrumentName = "Viola I, II"
\set Staff.instrumentName = "Viole"
\KyrieViola
}
>>
Expand Down Expand Up @@ -64,4 +64,14 @@
>>
}
}
\bookpart {
\section "6a" "Agnus Dei (long version)"
\addTocEntry
\paper { systems-per-page = #6 }
\score {
<<
\new Staff { \AgnusLongViola }
>>
}
}
}
12 changes: 11 additions & 1 deletion scores/vlc.ly
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\version "2.24.0"
\version "2.24.2"

\include "../definitions.ly"
#(define option-instrument-name "vlc")
Expand Down Expand Up @@ -63,4 +63,14 @@
>>
}
}
\bookpart {
\section "6a" "Agnus Dei (long version)"
\addTocEntry
\paper { systems-per-page = #6 }
\score {
<<
\new Staff { \AgnusLongCello }
>>
}
}
}

0 comments on commit 81f9aa0

Please sign in to comment.