lilypond-user
[Top][All Lists]
Advanced

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

Re: How to separate these voices??


From: steve
Subject: Re: How to separate these voices??
Date: Mon, 9 Jun 2014 13:20:10 -0400
User-agent: SquirrelMail/1.4.19

>
> This program produces no output.  Please include working minimal
> examples demonstrating your problem with queries like that.
>

         Ooops sorry.....


\version "2.18.0"

 voiceone = \relative c' {
    <<
    { e2. | }
      \\
    { gis,8[ b] gis[ b] gis[ b] | }
    >>
 }

 voicetwo = \relative c {
    < e, e' >4 dis' cis |
 }

 guitar = << { \voiceone } \\ { \voicetwo } >>

global = {
  \time 3/4
  \key e \major
  \clef "G_8"
}


    \score {
        \new Staff  { << \global \guitar >> }

        \layout { }
    }

 -steve




reply via email to

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