>
> 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


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to