From 2a56e6342a594241c0112f56a48f5f9abe9acdaf Mon Sep 17 00:00:00 2001 From: Nicolas Sceaux Date: Sun, 11 Mar 2012 14:53:05 +0100 Subject: [PATCH] =?utf8?q?Atys=20:=20acte=204=20sc=C3=A8ne=205=20[6/9]?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Lully/Opera/LWV53Atys/EEFmenuet/chiffres.ily | 11 ++++++----- Lully/Opera/LWV53Atys/EEFmenuet/global.ily | 13 ++++++++++--- Lully/Opera/LWV53Atys/EEFmenuet/score.ily | 29 +++++++++++++++++----------- Lully/Opera/LWV53Atys/EEFmenuet/silence.ily | 2 +- 4 files changed, 35 insertions(+), 20 deletions(-) rewrite Lully/Opera/LWV53Atys/EEFmenuet/score.ily (88%) diff --git a/Lully/Opera/LWV53Atys/EEFmenuet/chiffres.ily b/Lully/Opera/LWV53Atys/EEFmenuet/chiffres.ily index 39e595c8..68383440 100644 --- a/Lully/Opera/LWV53Atys/EEFmenuet/chiffres.ily +++ b/Lully/Opera/LWV53Atys/EEFmenuet/chiffres.ily @@ -1,5 +1,6 @@ -% 181 -<_>2 <6>4 <_>2. <_>2 <6>4 <_>2 <6>4 <_> <5 6>2 <_+>2. <_>2 <6>4 <_>2. - -% 182 -<_>2 <6>4 <_> <5 6>2 <_+>2. <_>4. <6> <5 6>2. <_>2 <6+>4 <_> <_+>2 <_>2. +\baussenFigures { + % 181 + s2 <6>4 s2. s2 <6>4 s2 <6>4 s <6 5>2 <_+>2. s2 <6>4 s2. + % 182 + s2 <6>4 s <6 5>2 <_+>2. s4. <6> <6 5>2. s2 <6+>4 s <_+>2 s2. +} diff --git a/Lully/Opera/LWV53Atys/EEFmenuet/global.ily b/Lully/Opera/LWV53Atys/EEFmenuet/global.ily index 4ccb745d..f4444b7e 100644 --- a/Lully/Opera/LWV53Atys/EEFmenuet/global.ily +++ b/Lully/Opera/LWV53Atys/EEFmenuet/global.ily @@ -1,3 +1,10 @@ -\keys la \minor -\digitTime\time 3/4 \midiTempo #160 -s2.*6 \bar ":|" s2.*10 \bar "|." +<< + { \keys la \minor + \digitTime\time 3/4 \midiTempo #160 + s2.*6 \origVersion\bar "|:|" \modVersion\bar ":|" s2.*10 \bar "|." + } + \origLayout { + s2.*9\pageBreak + s2.*7\break + } +>> diff --git a/Lully/Opera/LWV53Atys/EEFmenuet/score.ily b/Lully/Opera/LWV53Atys/EEFmenuet/score.ily dissimilarity index 88% index 8cca11b6..08c2dfac 100644 --- a/Lully/Opera/LWV53Atys/EEFmenuet/score.ily +++ b/Lully/Opera/LWV53Atys/EEFmenuet/score.ily @@ -1,11 +1,18 @@ -\score { - \new StaffGroup << - \new Staff << \global \includeNotes "dessus" >> - \new Staff << \global \includeNotes "haute-contre" >> - \new Staff << \global \includeNotes "taille" >> - \new Staff << \global \includeNotes "quinte" >> - \new Staff << \global \includeNotes "basse" \includeFigures "chiffres" >> - >> - \layout { } - \midi { } -} +\score { + << + \setMusic #'group << + \new Staff << \global \includeNotes "dessus" >> + \new Staff << \global \includeNotes "haute-contre" >> + \new Staff << \global \includeNotes "taille" >> + \new Staff << \global \includeNotes "quinte" >> + \new Staff << + \global \includeNotes "basse" + \includeFigures "chiffres" + >> + >> + \origVersion\new StaffGroupNoBar \group + \modVersion\new StaffGroup \group + >> + \layout { } + \midi { } +} diff --git a/Lully/Opera/LWV53Atys/EEFmenuet/silence.ily b/Lully/Opera/LWV53Atys/EEFmenuet/silence.ily index 38992cbe..f2678668 100644 --- a/Lully/Opera/LWV53Atys/EEFmenuet/silence.ily +++ b/Lully/Opera/LWV53Atys/EEFmenuet/silence.ily @@ -1 +1 @@ -R2.*6\noBreak R2.*10 \ No newline at end of file +R2.*6 R2.*10 \ No newline at end of file -- 2.11.4.GIT