Skip to content

Commit

Permalink
parts
Browse files Browse the repository at this point in the history
  • Loading branch information
skafdasschaf committed Feb 11, 2023
1 parent ae0ca37 commit 584e9e7
Show file tree
Hide file tree
Showing 8 changed files with 85 additions and 82 deletions.
3 changes: 2 additions & 1 deletion metadata.yaml
Expand Up @@ -16,6 +16,7 @@ sources:
license: public domain
principal: true
notes: parts for A solo, trb, vl 1, vl 2, vlc, org, and maestro di cappella
imslp:
imslp: Regis_superni_nuntia_(Tůma,_František_Ignác_Antonín)
parts:
A_solo: Alto solo
trb: Trombone solo
34 changes: 34 additions & 0 deletions scores/A_solo.ly
@@ -0,0 +1,34 @@
\version "2.24.0"

\include "../definitions.ly"
\include "score_settings/coro.ly"

\paper {
system-system-spacing.basic-distance = #20
system-system-spacing.minimum-distance = #20
systems-per-page = #6
}

\book {
\bookpart {
\section "Regis superni nuntia"
\addTocEntry
\paper { indent = 2\cm }
\score {
<<
\new ChoirStaff <<
\new Staff {
\set Staff.instrumentName = \markup \center-column { "Alto" "solo" }
\new Voice = "Alto" { \dynamicUp \RegisAlto }
}
\new Lyrics \lyricsto Alto \RegisAltoLyrics
>>
\new Staff {
\set Staff.instrumentName = "Organo"
\RegisOrgano
}
\new FiguredBass { \RegisBassFigures }
>>
}
}
}
13 changes: 2 additions & 11 deletions scores/b.ly
Expand Up @@ -6,25 +6,16 @@

\book {
\bookpart {
\section "1" "First"
\section "Regis superni nuntia"
\addTocEntry
\paper { indent = 2\cm }
\score {
<<
\new Staff {
\set Staff.instrumentName = "Bassi"
\xxxOrgano
\RegisOrgano
}
>>
}
}
\bookpart {
\section "2" "Second"
\addTocEntry
\score {
<<
\new Staff { \yyyOrgano }
>>
}
}
}
46 changes: 0 additions & 46 deletions scores/coro.ly

This file was deleted.

16 changes: 3 additions & 13 deletions scores/org.ly
Expand Up @@ -6,26 +6,16 @@

\book {
\bookpart {
\section "1" "First"
\section "Regis superni nuntia"
\addTocEntry
\paper { indent = 2\cm }
\score {
<<
\new Staff {
\set Staff.instrumentName = "Organo"
\xxxOrgano
\RegisOrgano
}
\new FiguredBass { \xxxBassFigures }
>>
}
}
\bookpart {
\section "2" "Second"
\addTocEntry
\score {
<<
\new Staff { \yyyOrgano }
\new FiguredBass { \yyyBassFigures }
\new FiguredBass { \RegisBassFigures }
>>
}
}
Expand Down
21 changes: 21 additions & 0 deletions scores/trb.ly
@@ -0,0 +1,21 @@
\version "2.24.0"

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

\book {
\bookpart {
\section "Regis superni nuntia"
\addTocEntry
\paper { indent = 2\cm page-count = #1 }
\score {
<<
\new Staff {
\set Staff.instrumentName = "Trombone"
\RegisTrombone
}
>>
}
}
}
13 changes: 2 additions & 11 deletions scores/vl1.ly
Expand Up @@ -6,25 +6,16 @@

\book {
\bookpart {
\section "1" "First"
\section "Regis superni nuntia"
\addTocEntry
\paper { indent = 2\cm }
\score {
<<
\new Staff {
\set Staff.instrumentName = "Violino I"
\xxxViolinoI
\RegisViolinoI
}
>>
}
}
\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 "Regis superni nuntia"
\addTocEntry
\paper { indent = 2\cm page-count = #1 }
\score {
<<
\new Staff {
\set Staff.instrumentName = "Violino II"
\RegisViolinoII
}
>>
}
}
}

0 comments on commit 584e9e7

Please sign in to comment.