bug-lilypond
[Top][All Lists]
Advanced

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

voicing bug


From: Tiffany Weisman
Subject: voicing bug
Date: Mon, 8 Mar 2004 20:48:13 -0800 (PST)

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




reply via email to

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