lilypond-user
[Top][All Lists]
Advanced

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

How to separate these voices??


From: steve
Subject: How to separate these voices??
Date: Mon, 9 Jun 2014 11:55:30 -0400
User-agent: SquirrelMail/1.4.19

  Howdy!

         How do I get the bass quarter notes to separate from
 the middle 8ths? They are fused as 8ths, and

\override NoteColumn.force-hshift = #1

     shifts both the middle and bass voices?


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


             thanx - steve





reply via email to

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