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

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

Re: partition piano avec 3 voix


From: Christophe Pochon
Subject: Re: partition piano avec 3 voix
Date: Fri, 21 Jul 2017 09:59:08 +0200

:-)


2017-07-21 9:01 GMT+02:00 NOreply <address@hidden>:
Comme ça?
\version "2.18.2"
%-------------------------------------

 Global =
 {
   \numericTimeSignature
 \time 3/4
 \key d\major
 }
 %-----------------------
LaMainDroite =
\new Staff = "droite"
\relative c
  <<
    {
      \Global
       r4 fis'' a
    }
  \\
    \crossStaff  {
       r4 < d,, fis>2
    }
  >>
%------------------------------------
LaMainGauche =
\new Staff ="gauche"
\relative c
{
  \Global
  \clef bass
 << { g2. } \\ { s4 b'2} >>
}
%----------------------------------------
 \score
 {
   \new PianoStaff
   <<
     \LaMainDroite
     \LaMainGauche
    >>
   \layout
    {
     \context
     {
      \PianoStaff
      \consists #Span_stem_engraver
     }
    }
 }



--
View this message in context: http://lilypond-french-users.1298960.n2.nabble.com/partition-piano-avec-3-voix-tp7585129p7585132.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.

_______________________________________________
liste de diffusion lilypond-user-fr
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user-fr


reply via email to

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