No, separate voices is not what I want. The notes are violin double stops and the stems are supposed to go in the same direction.

David

Mats Bengtsson wrote:

Are you sure that you don't want to set these two lines
of music as separate voices? In other words, to use
...

    <<
       {
          d4.( b8) a4 b
          g1
       }
       \\
       {
          f4. d8 cis4\( c
          \stemDown
          b4.( a8 g2)\)
       }
    >>

If you look at the .log file, you should see a warning message
telling about the problem.

  /Mats


David Rugger wrote:

The first note in the second measure (the dotted quarter b) is missing a stem. Operating system is Windows XP.

\version "2.8.7"
solopart = {
  \key g \major
  \relative c'' {
   \time 4/4
     <<
        {
           d4.( b8) a4 b
           g1
        }
        {
           f4. d8 cis4\( c
           \stemDown
           b4.( a8 g2)\)
        }
     >>
  }
}
\score {
  {
     \clef treble
     \solopart
  }
}




_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond







_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to