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

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

Re: Problème avec la fusion de notes


From: moebius
Subject: Re: Problème avec la fusion de notes
Date: Sun, 24 Jun 2018 14:32:06 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.8.0

Bonjour,

Une solution :

\version "2.18.2"
\include "italiano.ly"

\score {
  <<
  \new PianoStaff <<
    \new Staff = "RH" {
      \clef "treble"
      \time 2/4
      re'8 fa' fa' re'
    }
    \new Staff = "LH" {
      \clef "bass"
      \time 2/4
      <<
        \new Voice = "1" { \voiceOne si,8 si si
                           \change Staff = "RH"
                           \stemDown

                           re' }
        \new Voice = "2" { \voiceTwo si,4 si4 }
      >>
     }
    >>
  >>
}

Le 24/06/2018 à 13:17, Olivier Albiez a écrit :
\version "2.18.2"
\include "italiano.ly <http://italiano.ly>"

\score {
   <<
   \new PianoStaff <<
     \new Staff = "RH" {
       \clef "treble"
       \time 2/4
       re'8 fa' fa' re'
     }
     \new Staff = "LH" {
       \clef "bass"
       \time 2/4
       <<
         \new Voice = "1" { \voiceOne si,8 si si re' }
         \new Voice = "2" { \voiceTwo si,4 si4 }
       >>
      }
     >>
   >>
}



reply via email to

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