lilypond-user
[Top][All Lists]
Advanced

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

Re: horizontal spacing


From: Kieren MacMillan
Subject: Re: horizontal spacing
Date: Tue, 28 Aug 2007 20:55:05 -0400

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.




reply via email to

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