Skip to content

Commit

Permalink
parts
Browse files Browse the repository at this point in the history
  • Loading branch information
skafdasschaf committed Jun 5, 2023
1 parent ac13dad commit ea2cd08
Show file tree
Hide file tree
Showing 7 changed files with 61 additions and 47 deletions.
2 changes: 1 addition & 1 deletion metadata.yaml
Expand Up @@ -14,4 +14,4 @@ sources:
url: https://digital.slub-dresden.de/id382288378
license: public domain
principal: true
imslp:
imslp: Miserere_in_C_minor_(Kolberer,_Cajetan)
13 changes: 2 additions & 11 deletions scores/b.ly
Expand Up @@ -6,25 +6,16 @@

\book {
\bookpart {
\section "1" "First"
\section "Miserere"
\addTocEntry
\paper { indent = 2\cm }
\score {
<<
\new Staff {
\set Staff.instrumentName = "Bassi"
\xxxOrgano
\MiserereOrgano
}
>>
}
}
\bookpart {
\section "2" "Second"
\addTocEntry
\score {
<<
\new Staff { \yyyOrgano }
>>
}
}
}
22 changes: 11 additions & 11 deletions scores/coro.ly
Expand Up @@ -5,41 +5,41 @@

\book {
\bookpart {
\section "1" "First"
\section "Miserere"
\addTocEntry
\paper { indent = 2\cm }
\score {
<<
\new ChoirStaff <<
\new Staff {
\set Staff.instrumentName = "Soprano"
\new Voice = "Soprano" { \dynamicUp \xxxSoprano }
\new Voice = "Soprano" { \dynamicUp \MiserereSoprano }
}
\new Lyrics \lyricsto Soprano \xxxSopranoLyrics
\new Lyrics \lyricsto Soprano \MiserereSopranoLyrics

\new Staff {
\set Staff.instrumentName = "Alto"
\new Voice = "Alto" { \dynamicUp \xxxAlto }
\new Voice = "Alto" { \dynamicUp \MiserereAlto }
}
\new Lyrics \lyricsto Alto \xxxAltoLyrics
\new Lyrics \lyricsto Alto \MiserereAltoLyrics

\new Staff {
\set Staff.instrumentName = "Tenore"
\new Voice = "Tenore" { \dynamicUp \xxxTenore }
\new Voice = "Tenore" { \dynamicUp \MiserereTenore }
}
\new Lyrics \lyricsto Tenore \xxxTenoreLyrics
\new Lyrics \lyricsto Tenore \MiserereTenoreLyrics

\new Staff {
\set Staff.instrumentName = "Basso"
\new Voice = "Basso" { \dynamicUp \xxxBasso }
\new Voice = "Basso" { \dynamicUp \MiserereBasso }
}
\new Lyrics \lyricsto Basso \xxxBassoLyrics
\new Lyrics \lyricsto Basso \MiserereBassoLyrics
>>
\new Staff {
\set Staff.instrumentName = "Organo"
\xxxOrgano
\MiserereOrgano
}
\new FiguredBass { \xxxBassFigures }
\new FiguredBass { \MiserereBassFigures }
>>
}
}
Expand Down
16 changes: 3 additions & 13 deletions scores/org.ly
Expand Up @@ -6,26 +6,16 @@

\book {
\bookpart {
\section "1" "First"
\section "Miserere"
\addTocEntry
\paper { indent = 2\cm }
\score {
<<
\new Staff {
\set Staff.instrumentName = "Organo"
\xxxOrgano
\MiserereOrgano
}
\new FiguredBass { \xxxBassFigures }
>>
}
}
\bookpart {
\section "2" "Second"
\addTocEntry
\score {
<<
\new Staff { \yyyOrgano }
\new FiguredBass { \yyyBassFigures }
\new FiguredBass { \MiserereBassFigures }
>>
}
}
Expand Down
13 changes: 2 additions & 11 deletions scores/vl1.ly
Expand Up @@ -6,25 +6,16 @@

\book {
\bookpart {
\section "1" "First"
\section "Miserere"
\addTocEntry
\paper { indent = 2\cm }
\score {
<<
\new Staff {
\set Staff.instrumentName = "Violino I"
\xxxViolinoI
\MiserereViolinoI
}
>>
}
}
\bookpart {
\section "2" "Second"
\addTocEntry
\score {
<<
\new Staff { \yyyViolinoI }
>>
}
}
}
21 changes: 21 additions & 0 deletions scores/vl2.ly
@@ -0,0 +1,21 @@
\version "2.24.0"

\include "../definitions.ly"
#(define option-instrument-name "vl 2")
\include "score_settings/one-staff.ly"

\book {
\bookpart {
\section "Miserere"
\addTocEntry
\paper { indent = 2\cm }
\score {
<<
\new Staff {
\set Staff.instrumentName = "Violino II"
\MiserereViolinoII
}
>>
}
}
}
21 changes: 21 additions & 0 deletions scores/vla.ly
@@ -0,0 +1,21 @@
\version "2.24.0"

\include "../definitions.ly"
#(define option-instrument-name "vla")
\include "score_settings/one-staff.ly"

\book {
\bookpart {
\section "Miserere"
\addTocEntry
\paper { indent = 2\cm }
\score {
<<
\new Staff {
\set Staff.instrumentName = "Viola"
\MiserereViola
}
>>
}
}
}

0 comments on commit ea2cd08

Please sign in to comment.