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: Olivier Albiez
Subject: Re: Problème avec la fusion de notes
Date: Sun, 24 Jun 2018 18:14:38 +0200

Super. Merci.

Le dim. 24 juin 2018 à 14:32, moebius <address@hidden> a écrit :
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 }
>        >>
>       }
>      >>
>    >>
> }

_______________________________________________
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]