[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Écrire plusieurs doigtés pour une même note
From: |
Flo |
Subject: |
Re: Écrire plusieurs doigtés pour une même note |
Date: |
Sat, 31 Mar 2012 07:22:04 -0700 (PDT) |
Eluze wrote
>
> 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,
> }
> >>
> }
> }
>
Hé bien c'est parfait ! merci beaucoup.
Je posterai mon fichier quand j'aurais fini de rédiger tout ça.
Flo
--
View this message in context:
http://lilypond-french-users.1298960.n2.nabble.com/Ecrire-plusieurs-doigtes-pour-une-meme-note-tp7413647p7424840.html
Sent from the LilyPond French Users mailing list archive at Nabble.com.