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

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

Re: Arpège de piano


From: Pierre Perol-Schneider
Subject: Re: Arpège de piano
Date: Sun, 17 Mar 2013 19:12:04 +0100

Bonsoir Julien,
C'est vrai qu'on est un peut coincé là...
J'ai essayé plusieurs solutions, voici celle qui, visuellement, est la moins mauvaise :

 \version "2.14.2"


global = {
  \key c \minor
  \numericTimeSignature
  \time 3/4
}

  right = \relative c'' {
  \global
  % En avant la musique !
  \set PianoStaff.connectArpeggios = ##t
  \set Timing.measureLength = #(ly:make-moment 4 4)
  << { g4 s g8 g g4 } \\  { s2 <b, dis>2  \arpeggio }  >>
  \set Timing.measureLength = #(ly:make-moment 3 4)
  }
  
  left = \relative c' {
  \global
  \set Timing.measureLength = #(ly:make-moment 4 4)
  g,4 s g'2\arpeggio 
  \set Timing.measureLength = #(ly:make-moment 3 4)
  }
  
  
  \score {
  

 
  \new PianoStaff \with {
    instrumentName = "Piano"
  } <<
    \new Staff = "right" \with {
      midiInstrument = "acoustic grand"
    } \right
    \new Staff = "left" \with {
      midiInstrument = "acoustic grand"
    } { \clef bass \left }
 
    
  >>
  \layout { }
  \midi {
    \context {
      \Score
      tempoWholesPerMinute = #(ly:make-moment 160 4)
    }
  }
}

Si tu as besoin d'une sortie midi, alors il faut ajouter une balise pour conserver la métrique : http://lilypond.org/doc/v2.14/Documentation/notation/different-editions-from-one-source#using-tags
en espérant que ça aide.
Pierre

2013/3/17 julien <address@hidden>
 Voilà le code :

arpegio_lilypond.ly
<http://lilypond-french-users.1298960.n2.nabble.com/file/n7579202/arpegio_lilypond.ly>

Merci pour votre aide.



--
View this message in context: http://lilypond-french-users.1298960.n2.nabble.com/Arpege-de-piano-tp7579183p7579202.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]