lilypond-user-fr
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Liaison de phrasé sur 2 portées


From: julien
Subject: Re: Liaison de phrasé sur 2 portées
Date: Fri, 21 Sep 2012 10:29:00 -0700 (PDT)

C'est bien ça. Merci beaucoup.

Toutefois, je n'ai pas su intégrer les variables pour avoir le même résultat
dans la partition complète. J'ai des messages d'erreurs indiquant la
non-reconnaissance des silences ("rests").

Voici mes variables :
mezzoSopranoVoicePart = \new Staff \with {
  instrumentName = "Chant"
  midiInstrument = "choir aahs"
} { \mezzoSopranoVoice }
\addlyrics { \verse }

pianoPart = \new PianoStaff \with {
  instrumentName = "Piano"
} <<
  \new Staff = "right" \with {
    midiInstrument = "acoustic grand"
  } \right
  \new Staff = "left" \with {
    midiInstrument = "acoustic grand"
  } { \clef bass \left }
>>

\score {
  <<
    \mezzoSopranoVoicePart
    \pianoPart
  >>
  \layout { }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 80 4)
    }
  }
}

Que dois-je y modifier ?
Merci pour votre patience.



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Liaison-de-phrase-sur-2-portees-tp7578403p7578430.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]