Hi Ted,
try replacing
"bottommaragin" with "bottommargin"
:-)
Thomas
> I have been typesetting some renaissance choir music with beautiful
> results, except for the overall page layout. It would be great if the
> manual could have some more information about page layout and complete
> working
The best solution is probably to use a Scheme function similar to
the one used in the implementation of \partcombine, that looks at
the duration of the notes in the two voices and combines the notes
into chords if they have the same duration and into separate voices
if the durations differ. Maybe
I hope the earlier answers have helped you get started.
andrew Black wrote:
Hi
I am fairly new to lilypond. I have RTFM-ed but am rather confused by
the number of ways of adding lyrics to a score. My confusion might be
caused by not understanding what \new and \context does.
Both create
This thread inspires a feature request.
In v 2.4.3, simple MultiMeasure rests can only be scaled piecewise. Please
implement font-size for MultiMeasureRest so it is effective for simple rests
as well as church rests.
If this is not possible, at least add length of the vertical end lines and
leng
Title: Scheme incompatibility
This code works:
%
\version "2.4.3"
size = #3
\score {{\relative c'' {
\override NoteHead #'font-size = \size
c }}}
%
Change the number to
size = #3.
and it doesn't w
What's weird is that fractional numbers are accepted if you
specify them directly, for example
\override NoteHead #'font-size = #3.5
/Mats
Fairchild wrote:
This code works:
%
\version "2.4.3"
size = #3
\score {{\relative c'' {
\override NoteHead #'fo
Can you motivate a situation where it is interesting to
change that size. The (vertical) length of the end lines
is now determined as twice the separation between two staff lines,
according to normal typesetting practice. If you change the size
of the stave itself, this length should automatically
Mats -
No substantive argument. Certainly not a high priority thing. Just seems
nice for consistency and completeness.
- Bruce
-Original Message-
From: Mats Bengtsson [mailto:[EMAIL PROTECTED]
Sent: Monday, May 23, 2005 11:30 AM
To: Fairchild
Cc: lilypond-de
On 20-May-05, at 10:15 PM, Warren Stickney wrote:
Using Lily 2.4.2 with cygwin it appears that \tieDotted is broken.
\slurDotted is working OK however and I've used this in it's place to
get my
pdf.
I've updated \tieDotted so that it has the same form as \slurDotted, but
\slurDotted is also
According to
http://lilypond.org/doc/v2.5/input/regression/out-www/collated-files.html
\slurDotted is not broken.
\slurDotted
c''4 ~ c''4
That's not a slur, but a tie. Didn't you mean c''4( c''4)?
Bert
___
lilypond-user mailing list
lilypond-u
On 23-May-05, at 12:22 PM, Bertalan Fodor wrote:
According to
http://lilypond.org/doc/v2.5/input/regression/out-www/collated-
files.html \slurDotted is not broken.
\slurDotted
c''4 ~ c''4
That's not a slur, but a tie. Didn't you mean c''4( c''4)?
Argh. That would explain it.
OK, so
I get a message "Download Incomplete" when I try to download the version 2.4.2
off of Bertalan's site. I know there are newer versions available, but I want
to go back to try something that I thought I had working when I used 2.4.2 that
I can't seem to get to work now. I do have an old version
Fairchild wrote:
It seems Scheme code distinguishes integers from real numbers in a way
that is incompatible with LilyPond. It is necessary to convert
"inexact" values. E.g.:
size = #( inexact->exact 3. )
which is acceptable. That's a pain.
Should I:
A. Further my education,
B. Live wi
Yes I have a special purpose for it.
I write a lot of material for my drums lessons (it's a reason I switch
to Linux and Lilypond). And for child it's better to understand rhythm
if each bar is evenly written. So each bar length (distance) means same
beats and subdivisions inside. It's very vis
Thanks Ruud for a useful template. And thanks Mats for giving me some
insight into contexts. Taken together I am beginning to piece the
concepts together,
Ruud van Silfhout wrote:
rightHandMusic = \relative c' { c d e f }
leftHandMusic = \relative c { e f g a }
\score {
\context GrandStaff
15 matches
Mail list logo