Hi Jay,

Here is the exact code I entered (in Notepad):

{
  \time 2/4
  \clef bass
  c4 c g g a a g2
}

Here is what I got:

Considering that the picture shows a scale { c d e f g a b c }, something is definitely wrong! ;-)

Try cutting and pasting this into Notepad and compiling:

_____________________________

\version "2.11.30"

\paper { ragged-right = ##t }

{
  \time 2/4
  \clef bass
  c4 c g g a a g2
}
_____________________________

Obviously, replace "2.11.30" with whatever version you've installed.

Hope this helps!
Kieren.


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to