From 45b888fbadb178e45cc3a9d3251d9d35c4ab7aa3 Mon Sep 17 00:00:00 2001 From: Nicolas Sceaux Date: Sat, 23 Nov 2013 19:20:41 +0100 Subject: [PATCH] =?utf8?q?Indes=20Galantes=201736=20/=20le=20Turc=20:=20sc?= =?utf8?q?=C3=A8ne=202=20[5/6]?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Rameau/Opera/IndesGalantes1736/BBEchoeur/basse.ily | 4 +- .../Opera/IndesGalantes1736/BBEchoeur/dessus.ily | 6 +- .../Opera/IndesGalantes1736/BBEchoeur/global.ily | 5 +- .../Opera/IndesGalantes1736/BBEchoeur/parties.ily | 3 +- Rameau/Opera/IndesGalantes1736/BBEchoeur/parts.ily | 19 ++--- .../IndesGalantes1736/BBEchoeur/score-silence.ily | 25 ------ Rameau/Opera/IndesGalantes1736/BBEchoeur/score.ily | 92 ++++++++-------------- .../Opera/IndesGalantes1736/BBEchoeur/silence.ily | 1 - .../IndesGalantes1736/BBEchoeur/voix-dessus.ily | 4 +- .../BBEchoeur/voix-haute-contre.ily | 2 +- 10 files changed, 52 insertions(+), 109 deletions(-) rewrite Rameau/Opera/IndesGalantes1736/BBEchoeur/parts.ily (100%) delete mode 100644 Rameau/Opera/IndesGalantes1736/BBEchoeur/score-silence.ily rewrite Rameau/Opera/IndesGalantes1736/BBEchoeur/score.ily (71%) delete mode 100644 Rameau/Opera/IndesGalantes1736/BBEchoeur/silence.ily diff --git a/Rameau/Opera/IndesGalantes1736/BBEchoeur/basse.ily b/Rameau/Opera/IndesGalantes1736/BBEchoeur/basse.ily index d595a7df..7ff16337 100644 --- a/Rameau/Opera/IndesGalantes1736/BBEchoeur/basse.ily +++ b/Rameau/Opera/IndesGalantes1736/BBEchoeur/basse.ily @@ -1,9 +1,9 @@ -\clef "basse" sol8^"Tous" sol | +\clef "basse" sol8 sol | do'2 do'8 mib' | lab4. lab8 lab lab | sol2 do'4 | fa2. | r8 lab lab sol fa mib | re4 re mib | -si, si, do | +si,\trill si, do | sol,2. | diff --git a/Rameau/Opera/IndesGalantes1736/BBEchoeur/dessus.ily b/Rameau/Opera/IndesGalantes1736/BBEchoeur/dessus.ily index d2c4d785..b0aece57 100644 --- a/Rameau/Opera/IndesGalantes1736/BBEchoeur/dessus.ily +++ b/Rameau/Opera/IndesGalantes1736/BBEchoeur/dessus.ily @@ -1,7 +1,7 @@ -\clef "dessus" re''8_\fort re'' | +\clef "dessus" re''8 re'' | mib''2 mib''8 mib'' | -do''4. do''8 do'' do'' | -sib'2 sol'4 | +\appoggiatura re''8 do''4. do''8 do'' do'' | +sib'2 sol'4\trill | lab'2. | r8 fa'' fa'' mib'' re'' do'' | si'4 si' do'' | diff --git a/Rameau/Opera/IndesGalantes1736/BBEchoeur/global.ily b/Rameau/Opera/IndesGalantes1736/BBEchoeur/global.ily index eed22948..a018611c 100644 --- a/Rameau/Opera/IndesGalantes1736/BBEchoeur/global.ily +++ b/Rameau/Opera/IndesGalantes1736/BBEchoeur/global.ily @@ -1,4 +1,3 @@ -\oldKey sol \minor -\newKey do \minor +\keys sol \minor \digitTime\time 3/4 \midiTempo #144 -\partial 4 s4 s2.*8 \bar "|." \ No newline at end of file +\partial 4 s4 s2.*8 \bar "|." diff --git a/Rameau/Opera/IndesGalantes1736/BBEchoeur/parties.ily b/Rameau/Opera/IndesGalantes1736/BBEchoeur/parties.ily index 181a4246..143545a3 100644 --- a/Rameau/Opera/IndesGalantes1736/BBEchoeur/parties.ily +++ b/Rameau/Opera/IndesGalantes1736/BBEchoeur/parties.ily @@ -1,5 +1,4 @@ -\tag #'haute-contre \clef "haute-contre" -\tag #'taille \clef "taille" si'8 re'' | +\clef "haute-contre" si'8 re'' | sol'2 sol'8 sol' | sol'4. fa'8 fa' fa' | re'2 do'4 | diff --git a/Rameau/Opera/IndesGalantes1736/BBEchoeur/parts.ily b/Rameau/Opera/IndesGalantes1736/BBEchoeur/parts.ily dissimilarity index 100% index 1b0c30cf..1993a085 100644 --- a/Rameau/Opera/IndesGalantes1736/BBEchoeur/parts.ily +++ b/Rameau/Opera/IndesGalantes1736/BBEchoeur/parts.ily @@ -1,9 +1,10 @@ -\piecePartSpecs #`((dessus #:indent 0) - (haute-contre #:notes "parties" - #:tag-notes haute-contre - #:indent 0) - (taille #:notes "parties" - #:tag-notes taille - #:indent 0) - (basse #:indent 0) - (silence #:score "score-silence")) +\piecePartSpecs +#`((dessus) + (parties) + (basse) + (silence #:on-the-fly-markup + , #{ \markup\lyrics { + \bold CHŒUR + \verse#12 { Que nous sert d’échaper à la fureur des Mers ? } + \verse#12 { En évitant la mort nous tombons dans les fers. } +} #})) diff --git a/Rameau/Opera/IndesGalantes1736/BBEchoeur/score-silence.ily b/Rameau/Opera/IndesGalantes1736/BBEchoeur/score-silence.ily deleted file mode 100644 index 37c155ec..00000000 --- a/Rameau/Opera/IndesGalantes1736/BBEchoeur/score-silence.ily +++ /dev/null @@ -1,25 +0,0 @@ -\markup \line { - \force-line-width-ratio #11/20 \score { - \new Staff \with { \tinyStaff } << - \keepWithTag #'(part) \global \includeNotes #(*note-filename*) - \clef #(*clef*) - $(or (*score-extra-music*) (make-music 'Music)) - >> - \layout { - indent = #0 - ragged-last = ##t - line-width = 6\cm - \context { - \Score - \remove "Bar_number_engraver" - \override RehearsalMark #'font-size = #-1 - \override MetronomeMark #'font-size = #-2 - } - } - } - \force-line-width-ratio #8/20 \fontsize #-2 \column { - \bold\line { Chœur de Matelots qu'on ne voit point. } - \verse#12 { Que nous sert d’échaper à la fureur des Mers ? } - \verse#12 { En évitant la mort nous tombons dans les fers. } - } -} diff --git a/Rameau/Opera/IndesGalantes1736/BBEchoeur/score.ily b/Rameau/Opera/IndesGalantes1736/BBEchoeur/score.ily dissimilarity index 71% index ee268565..2a2cb53b 100644 --- a/Rameau/Opera/IndesGalantes1736/BBEchoeur/score.ily +++ b/Rameau/Opera/IndesGalantes1736/BBEchoeur/score.ily @@ -1,61 +1,31 @@ -\score { - << - \origVersion\new StaffGroupNoBar << - \new Staff \withLyrics << - \global \includeNotes "voix-dessus" - >> \includeLyrics "paroles" - \new Staff \withLyrics << - \global \includeNotes "voix-haute-contre" - >> \includeLyrics "paroles" - \new Staff \withLyrics << - \global \includeNotes "voix-taille" - >> \includeLyrics "paroles" - \new Staff \withLyrics << - \global \includeNotes "voix-basse" - >> \includeLyrics "paroles" - \new Staff << \global \includeNotes "dessus" >> - \new Staff << - \global \keepWithTag #'haute-contre \includeNotes "parties" - >> - \new Staff << - \global \includeNotes "basse" - >> - >> - - \modVersion\new StaffGroupNoBar << - \new StaffGroupNoBracket << - \new Staff << - <>^"[Dessus]" - \global \includeNotes "dessus" - >> - \new Staff << - <>^\markup\whiteout { [Hautes-contre et tailles] } - \global \keepWithTag #'haute-contre \includeNotes "parties" - >> - >> - \new ChoirStaff << - \new Staff \withLyrics << - \global \includeNotes "voix-dessus" - >> \includeLyrics "paroles" - \new Staff \withLyrics << - \global \includeNotes "voix-haute-contre" - >> \includeLyrics "paroles" - \new Staff \withLyrics << - \global \includeNotes "voix-taille" - >> \includeLyrics "paroles" - \new Staff \withLyrics << - \global \includeNotes "voix-basse" - >> \includeLyrics "paroles" - >> - \new Staff << - \global \includeNotes "basse" - >> - >> - >> - \layout { - indent = \noindent - ragged-right = ##f - ragged-last = ##f - } - \midi { } -} +\score { + \new StaffGroupNoBar << + \new StaffGroupNoBracket << + \new Staff \with { \violonInstr } << + \global \includeNotes "dessus" + >> + \new Staff \with { \partiesInstr } << + \global \includeNotes "parties" + >> + >> + \new ChoirStaff \with { \choeurInstr } << + \new Staff \withLyrics << + \global \includeNotes "voix-dessus" + >> \includeLyrics "paroles" + \new Staff \withLyrics << + \global \includeNotes "voix-haute-contre" + >> \includeLyrics "paroles" + \new Staff \withLyrics << + \global \includeNotes "voix-taille" + >> \includeLyrics "paroles" + \new Staff \withLyrics << + \global \includeNotes "voix-basse" + >> \includeLyrics "paroles" + >> + \new Staff \with { \basseInstr } << + \global \includeNotes "basse" + >> + >> + \layout { } + \midi { } +} diff --git a/Rameau/Opera/IndesGalantes1736/BBEchoeur/silence.ily b/Rameau/Opera/IndesGalantes1736/BBEchoeur/silence.ily deleted file mode 100644 index 9d208241..00000000 --- a/Rameau/Opera/IndesGalantes1736/BBEchoeur/silence.ily +++ /dev/null @@ -1 +0,0 @@ -r4 R2.*8 \ No newline at end of file diff --git a/Rameau/Opera/IndesGalantes1736/BBEchoeur/voix-dessus.ily b/Rameau/Opera/IndesGalantes1736/BBEchoeur/voix-dessus.ily index 73d44e96..b279c174 100644 --- a/Rameau/Opera/IndesGalantes1736/BBEchoeur/voix-dessus.ily +++ b/Rameau/Opera/IndesGalantes1736/BBEchoeur/voix-dessus.ily @@ -1,7 +1,7 @@ \clef "vdessus" re''8 re'' | mib''2 mib''8 mib'' | -do''4. do''8 do'' do'' | -sib'2 sol'4 | +\appoggiatura re''8 do''4. do''8 do'' do'' | +sib'2 sol'4\trill | lab'2. | r8 fa'' fa'' mib'' re'' do'' | si'4 si' do'' | diff --git a/Rameau/Opera/IndesGalantes1736/BBEchoeur/voix-haute-contre.ily b/Rameau/Opera/IndesGalantes1736/BBEchoeur/voix-haute-contre.ily index f9a75367..7ad0a243 100644 --- a/Rameau/Opera/IndesGalantes1736/BBEchoeur/voix-haute-contre.ily +++ b/Rameau/Opera/IndesGalantes1736/BBEchoeur/voix-haute-contre.ily @@ -1,7 +1,7 @@ \clef "vhaute-contre" sol'8 sol' | sol'2 sol'8 sol' | sol'4. fa'8 fa' fa' | -fa'2 mi'4 | +fa'2 mi'4\trill | fa'2. | r8 re' re' mib' fa' sol' | lab'4 lab' sol' | -- 2.11.4.GIT