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

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

Re: Accords sur 2 portées


From: Xavier Scheuer
Subject: Re: Accords sur 2 portées
Date: Sat, 21 Aug 2010 16:39:18 +0200

2010/8/21 Xavier Scheuer <address@hidden>:
>
> Bonjour,
>
> Tu as bien utilisé ce qui est indiqué dans le manuel de notation,
> NR 2.2.1 Vue d’ensemble des claviers > Hampes et changements de portée
> http://lilypond.org/doc/v2.13/Documentation/notation/common-notation-for-keyboards#cross_002dstaff-stems
> ?
>
> Chez moi ça fonctionne, cf. le code ci-dessous (je me suis même amusé à
> utiliser  \once \override NoteColumn #'force-hshift = #0.8  dans la
> voix 2 pour avoir quelque chose d'encore plus lisible).

En zoomant je m'aperçois que #'length = #12 est légèrement insuffisant.
 => passer à 14 ou plus  ;-)


\new PianoStaff <<
 \new Staff = "up" {
   <<
     \new Voice = "1" {
       \relative c' {
         \voiceOne
         f2
       }
     }
     \new Voice = "2" {
       \relative c' {
         \voiceTwo
         \once \override NoteColumn #'force-hshift = #0.8 e4 d!
       }
     }
   >>
 }
 \new Staff = "up" {
   \clef bass
   <<
     \new Voice = "3" {
       \relative c {
         \override Stem #'cross-staff = ##t
         \override Stem #'length = #14
         \override Stem #'flag-style = #'no-flag
         \voiceOne
         f2
       }
     }
     \new Voice = "4" {
       \relative c, {
         \voiceTwo
         <d! a' e'>2\arpeggio
       }
     }
   >>
 }
>>


Cordialement,
Xavier

--
Xavier Scheuer <address@hidden>



reply via email to

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