[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Harpe changement de portée
From: |
Jean Abou Samra |
Subject: |
Re: Harpe changement de portée |
Date: |
Wed, 30 Mar 2022 16:19:44 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 |
Le 30/03/2022 à 16:08, xtof pno a écrit :
Bonjour Jean,
Voici le code de la harpe, mais est-ce suffisant pour vous faire un avis ?
Malheureusement non, car je ne vois pas ce qui cloche :
en insérant juste \change, ça fonctionne.
\version "2.22.2"
global = { \time 3/4 }
scoreAUpper = \relative c'' {
\global
% En avant la musique !
\set Score.markFormatter = #format-mark-box-alphabet
R2. *6
r4 r g8 b
d4 r r
R2. *4
\mark \default
fis,4 a cis
d r r
R2. *4
\change Staff = "lower"
g,,8
\change Staff = "upper"
<b' e>8 g'4 fis
R2. *2
\mark \default
R2. *2
cis,2.\mp \flageolet }
scoreALower = \relative c' {
\global
% En avant la musique !
\set Score.markFormatter = #format-mark-box-alphabet
R2. *6
r4 e,4 r
R2. *5
% s8 s r4 r
fis4 a cis d r r
R2. *4 }
\new PianoStaff \with {
instrumentName = "Harpe"
shortInstrumentName = "Hp."
} <<
\new Staff = "upper" \with {
midiInstrument = "orchestral harp"
} \scoreAUpper
\new Staff = "lower" \with {
midiInstrument = "orchestral harp"
} { \clef bass \scoreALower }
>>
Non ?
Jean