bug-lilypond
[Top][All Lists]
Advanced

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

Re: Stem missing from note


From: Mats Bengtsson
Subject: Re: Stem missing from note
Date: Sun, 22 Oct 2006 19:59:48 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20060628 Debian/1.7.8-1sarge7.1

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



--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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