bug-lilypond
[Top][All Lists]
Advanced

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

Stem missing from note


From: David Rugger
Subject: Stem missing from note
Date: Sat, 21 Oct 2006 00:53:56 -0400
User-agent: Mozilla Thunderbird 1.0.7 (Windows/20050923)

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






reply via email to

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