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: Mon, 23 Oct 2006 08:43:30 +0200
User-agent: Thunderbird 1.5.0.7 (X11/20060909)

In that case, I would propose to enter the chords as chords. In the second measure, what confuses LilyPond is that you have one stemless note (the whole note) and one with stem, that should "share" the same stem. Here's one way to handle it, namely to put the whole note in a separate voice. Read section "Explicitly Instantiating
Voices" to figure out why I didn't use the <<{...} \\ {...} >> construct.

\version "2.8.7"

solopart = \relative c'' {
 \key g \major
 \time 4/4
  <d f,>4.( <b d,>8) <a cis,>4 \( <b c,> |
  << \new Voice{g1} {\voiceTwo b,4.( a8 g2)\) } >> \oneVoice |
}

\score {
 {
    \clef treble
    \solopart
 }
}

  /Mats

David Rugger wrote:
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







_______________________________________________
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]