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

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

Re: Parties séparées à partir d'un conducteur


From: martial
Subject: Re: Parties séparées à partir d'un conducteur
Date: Fri, 8 Nov 2019 01:18:05 -0700 (MST)

Bonjour 

sortie de partition 1 conducteur et instruments séparés
%--------------
A = \relative c' { c d e c g' c c, } 
B = { \A }
C = { \A }
Etc = { \A }

\book {   
  \bookOutputSuffix "conducteur"
  \header { title = "Demo" instrument = "conducteur" }
  \score { 
    \new StaffGroup   
    <<
      \new Staff \with { instrumentName = "A"  } \A 
      \new Staff \with { instrumentName = "B"  } \B 
      \new Staff \with { instrumentName = "C"  } \C
      \new Staff \with { instrumentName = "Etc"  } \Etc 
    >> 
  }
}

\book { 
   \bookOutputSuffix "A"
  \header { title = "Demo"  instrument = "A" }
\score { 
 \new Staff \with { instrumentName = "Etc"  } \A
}
}
% ...
\book { 
   \bookOutputSuffix "Etc"
  \header { title = "Demo"  instrument = "Etc" }
\score { 
 \new Staff \with { instrumentName = "Etc"  } \Etc
}
}
%---------------------------



-----
♫artial♪
--
Sent from: http://lilypond-french-users.1298960.n2.nabble.com/



reply via email to

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