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

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

Re: Interruption momentannée de hampes


From: Eluze
Subject: Re: Interruption momentannée de hampes
Date: Mon, 12 Aug 2013 03:04:24 -0700 (PDT)

JMarc n'ayant pas pu lire mon fichier je copies le code directement:

\version "2.17.24"
gauche = \change Staff = "mg"
droite = \change Staff = "md"
voixCentrale={g4 g g g}
% voixCentrale={g1} % pas de hampe!!!
withVoiceCentral=\with{
  \override NoteHead.layer     = #56
  \override Stem    .layer     = #55
  \override Stem    .color     = #white
  \override Stem    .thickness = #5
  \override Stem    .X-offset  = #-.05
}
withStaffCentral=\with{\override StaffSymbol.layer=57}
\score {
  \new PianoStaff <<
    \new Staff = "md" {
      \relative c''{s1}
    }
    \new Staff = "centre" \with {\withStaffCentral}
    <<
      \new Voice \with {\withVoiceCentral}
      \relative c''{
        \stemUp
        \voixCentrale
      }
      \new Voice \with {\withVoiceCentral}
      \relative c''{
        \stemDown
        \voixCentrale
      }
    >>
    \new Staff = "mg" {
      \clef bass
      \relative c{
        \stemDown
        \repeat unfold 4 {
          \droite e''16 [\gauche c,, \droite e'' \gauche c,,]
        }
      }
    }
  >>
}
\layout {
  \context {
    \Voice
    \override Stem.layer = #-5
  }
}

Eluze



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Interruption-momentannee-de-hampes-tp7580242p7580285.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]