summaryrefslogtreecommitdiff
path: root/par-toute-la-terre.ly
diff options
context:
space:
mode:
Diffstat (limited to 'par-toute-la-terre.ly')
-rw-r--r--par-toute-la-terre.ly31
1 files changed, 29 insertions, 2 deletions
diff --git a/par-toute-la-terre.ly b/par-toute-la-terre.ly
index b5ee1c8..520d8ee 100644
--- a/par-toute-la-terre.ly
+++ b/par-toute-la-terre.ly
@@ -234,13 +234,29 @@ voix_hommes = \new Staff \with {
trompette = \new Staff \with {
midiInstrument = "trumpet"
- \RemoveAllEmptyStaves
+ instrumentName = "Instr. (Ut)"
+ shortInstrumentName = "I."
+ %\RemoveAllEmptyStaves
} {
\couplet_trompette
\refrain_trompette
}
-choeur = \new ChoirStaff <<
+trompette_sib = \new Staff \with {
+ midiInstrument = "trumpet"
+ instrumentName = "Instr. (Sib)"
+ shortInstrumentName = "I."
+ %\RemoveAllEmptyStaves
+} {
+ \transpose sib do' {
+ \couplet_trompette
+ \refrain_trompette
+ }
+}
+
+choeur = \new ChoirStaff \with {
+ instrumentName = "Chœur"
+} <<
\voix_femmes
\new Lyrics = "paroles"
\voix_hommes
@@ -323,6 +339,17 @@ choeur = \new ChoirStaff <<
}
}
}
+ \score {
+ <<
+ \compressMMRests { \trompette_sib }
+ >>
+ \layout {
+ \context {
+ \Staff
+ \RemoveEmptyStaves
+ }
+ }
+ }
\paper {
left-margin = 1.5\cm
right-margin = 1.5\cm