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

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

Re: Écrire plusieurs doigtés pour une même note


From: Eluze
Subject: Re: Écrire plusieurs doigtés pour une même note
Date: Fri, 30 Mar 2012 06:10:12 -0700 (PDT)

je délire … - pas besoin de copier la voix, puis'que les lyrics différents
attachés à une voix occupent une ligne chaqu'un:

strokeFingerProps = \with {
  \override LyricText #'font-shape = #'italic
  \override LyricText #'font-size = #'-4
  \override VerticalAxisGroup #'nonstaff-nonstaff-spacing #'minimum-distance
= ##f
}
#(define RH rightHandFinger)
\score {
  \context Staff ="staff1" {
    \clef "G_8"
    \time 9/8
    \override Staff.NoteColumn #'ignore-collision = ##t
    <<
      \context Voice = "voice1" {
        \voiceOne
        \relative c' { e8 e e b b b g g g }
      }
      \context Lyrics = "strokeFinger1" \with {
        \strokeFingerProps
        alignAboveContext = "staff1"
      } \lyricsto "voice1" { m a i m a i m a i }
      \context Lyrics = "strokeFinger2" \with {
        \strokeFingerProps
        alignAboveContext = "strokeFinger1"
      } \lyricsto "voice1" { a m i a m i a m i }
      \context Lyrics = "strokeFinger3" \with {
        \strokeFingerProps
        alignAboveContext = "strokeFinger2"
      } \lyricsto "voice1" { i m a i m a "…" "…" "…" }
      \context Voice = "bass" \relative {
        \voiceTwo
        \set strokeFingerOrientations = #'(left)
        <e,,-\RH #0 >4. <b'-\RH #0 > e,
      }
    >>
  }
}



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Ecrire-plusieurs-doigtes-pour-une-meme-note-tp7413647p7421449.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]