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

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

Re: Remove empty staves


From: dmlmg20110107
Subject: Re: Remove empty staves
Date: Fri, 29 Jun 2012 02:58:35 -0700 (PDT)

Je viens de trouver.

En fait cela fonctionne en changeant PianoStaff par ChoirStaff.
Cela étant dit, je n'y comprends toujours pas grand chose... pourquoi cela
fonctionne-t-il maintenant et pas avant ? Si j'avais une partition pour
clavier cela ne fonctionnerait donc pas... ?


\layout {
  \context {
    \Staff \RemoveEmptyStaves
        \override VerticalAxisGroup #'remove-first = ##t
  }
}

\score {
        \new ChoirStaff <<
                \new Staff <<
                                \MetriqueArmure
                                \clef "treble"
                                                \new Voice = "Soprano"{ 
\voiceOne \Soprano }
                                                \new Voice = "Alto" { \voiceTwo 
\Alto }
                >>

        \new Staff <<
                                        \MetriqueArmure
                                        \clef "bass"
                                                \new Voice = "Tenore" { 
\voiceOne \Tenore }
                                                \new Voice = "Basso" { 
\voiceTwo \Basso }
                >>
        >>
} 


--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Remove-empty-staves-tp7578168p7578169.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]