Version 2.1.26, cygwin.

The C# and C are notated as one note. They should be
two separate notes, one with a sharp and one with a
natural.


\paper  {
  linewidth = 500\pt
}
\version "2.1.26"
\header {
  }

upperOne = \notes\relative c'' {
\voiceOne
  \key d \minor
  \time 4/4
d,4 cis d2 \bar "|."
  }

upperTwo = \notes\relative c' {
  \voiceTwo
  c4 c a2
  }


\score {
  \context Staff <<
      \context Voice = one \upperOne
      \context Voice = two \upperTwo
    >>  
  \paper { }  
  \midi { }  
}


__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster
http://search.yahoo.com


_______________________________________________
Bug-lilypond mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to