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

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

Re: portée à 11 lignes


From: Schneidy
Subject: Re: portée à 11 lignes
Date: Mon, 31 Mar 2014 10:21:21 -0700 (PDT)

Autre astuce possible pour une vue style "Danhauser" :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.18.2"

\score {
  \new StaffGroup 
    \with { 
      systemStartDelimiter = #'SystemStartBrace 
    }
    <<
      \new Staff 
      \with { 
        \override VerticalAxisGroup.staff-staff-spacing = #'((padding . -2))
      }
      << 
        \override Staff.StaffSymbol.line-count = #4
        \override Staff.Clef.extra-offset = #'(4 . -0.5)
        {
          \clef G
          s1 \bar ""
          
        }
      >>
      \new Staff 
      \with { 
        \override VerticalAxisGroup.staff-staff-spacing = #'((padding .
-.5))
      }
      << 
        \override Staff.StaffSymbol.line-count = #3
        {
          \clef C
          s1 
        }
      >>
      \new Staff 
      << 
        \override Staff.StaffSymbol.line-count = #4
        \override Staff.Clef.extra-offset = #'(4 . 0.5)
        { 
          \clef F
          s1
          
        }
      >>
    >> 
   \layout {
     indent = 0
     \context {
       \Staff
       \omit TimeSignature
     }
   }
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Cordialement,
~Pierre



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/portee-a-11-lignes-tp7581074p7581080.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]