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

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

Différentiation de voix avec des notes im briquées — affichage du nom de


From: Lily aime les nymphéas
Subject: Différentiation de voix avec des notes im briquées — affichage du nom de percussions
Date: Mon, 7 Apr 2014 02:52:15 -0700 (PDT)

Bonjour,

J’ai deux problèmes de débutants :
<http://lilypond-french-users.1298960.n2.nabble.com/file/n7581122/image873.png> 


































Mon code :


\version "2.19.3"


clarinetteMusic = 
  \relative c'' { 
        \time 2/4
a2 \bar "|."
        }

corMusic = 
        \transpose c' f
  \relative c'' { \key d \minor
R |
        }

violonMusic = 
        \relative c' { 
                \key g \minor
<< { \voiceOne < d g, >2 }
        \new Voice { \voiceTwo bes!2 }
>>
        }

triangleMusic =  \drummode {
s2 |
}

violoncelleMusic =
        \relative c' {
        \clef bass \key g \minor
        < g, d' >2 |
        }


\score {
  <<
        \new StaffGroup = "StaffGroup_woodwinds" <<

        \new Staff = "Staff_clarinette" {
                \clarinetteMusic
        }

        \new Staff = "Staff_cor" {
                \transposition f
                \transpose f c' \corMusic
        }

        \new Staff = "Staff_violon" {
                \set Staff.instrumentName = #"Viol. I – II"
                \set Staff.shortInstrumentName = #"Violons"
                \violonMusic
        }

        <<
        \new DrumStaff \with{
                \remove "Bar_engraver"
                drumStyleTable = #percussion-style
                \override StaffSymbol.line-count = #1
                \remove "Time_signature_engraver"
                \hide Stem
                \override Stem.Y-extent = ##f
        } \triangleMusic
        >>

        \new Staff = "Staff_violoncelle" {
                \violoncelleMusic
        }

        >>
        >>
}



--
View this message in context: 
http://lilypond-french-users.1298960.n2.nabble.com/Differentiation-de-voix-avec-des-notes-imbriquees-affichage-du-nom-de-percussions-tp7581122.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]