bug-lilypond
[Top][All Lists]
Advanced

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

Re: Stem missing from note


From: David Rugger
Subject: Re: Stem missing from note
Date: Sun, 22 Oct 2006 23:20:55 -0400
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-lilypond









reply via email to

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