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

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

Re: Partition 4 mains piano


From: Eluze
Subject: Re: Partition 4 mains piano
Date: Wed, 16 Jun 2010 04:23:37 -0700 (PDT)

voici un petit modèle élémentaire:

{
  \context StaffGroup = "1" \with { 
    \consists Instrument_name_engraver
    instrumentName = "Pianos"
    } 
  \simultaneous {
    \context PianoStaff = "1"
    \simultaneous {
      \new Staff = "one" { c }
      \new Staff = "two" { c }
    }
    \context PianoStaff = "2"
    \simultaneous {
      \new Staff = "one" { c }
      \new Staff = "two" { c }
    }
  }
}


-- 
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Partition-4-mains-piano-tp5185924p5186001.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]