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

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

Re: Voix séparées ou ensemble - concilier PDF et MIDI


From: Seventies
Subject: Re: Voix séparées ou ensemble - concilier PDF et MIDI
Date: Tue, 7 Nov 2017 03:19:31 -0700 (MST)

Voici la solution que j'utilise : pas simple, mais elle est systématique. En
gros, deux \score, l'un pour le PDF, l'autre pour le midi :

\score {
  \new ChoirStaff \with {midiInstrument = #"choir aahs"} <<
    \new Staff = women <<
      \clef treble
      \set Staff.instrumentName=\markup {\fontsize #0 \line {\center-column
{"Soprano" "Alto"}}}
      \set Staff.shortInstrumentName = "S-A"
      #(set-accidental-style 'modern 'Score)
      \new Voice = "sopranos" {
        \voiceOne
        << \global \sopMusic >>
      }
      \new Voice = "altos" {
        \voiceTwo
        << \global \altoMusic >>
    } >>
    \new Staff = men <<
      \clef bass
      \set Staff.instrumentName=\markup {\fontsize #0 \line {\center-column
{"Tenor" "Bass"}}}
      \set Staff.shortInstrumentName = "T-B"
      \new Voice = "tenors" {
        \voiceOne
        << \global \tenorMusic >>
      }
      \new Voice = "basses" {
        \voiceTwo << \global \bassMusic>>
    } >>
    \new FiguredBass {\figuremode {\chiffrageFonctionII}}
  >>
  \layout {
  }
}

\score {
  <<
    \new Staff \with {midiInstrument = #"choir aahs"} \sopMusic
    \new Staff \with {midiInstrument = #"choir aahs"} \altoMusic
    \new Staff \with {midiInstrument = #"choir aahs"} \tenorMusic
    \new Staff \with {midiInstrument = #"choir aahs"} \bassMusic
  >>
  \midi {
  }
}




-----
Liste des partitions LilyPond en http://www.espace-midi.com/lilypond
--
Sent from: http://lilypond-french-users.1298960.n2.nabble.com/



reply via email to

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