Yesterday I try to install Lilypond 1.5.17 and got some troubles.
I already have 1.4.8 installed, so I go to 1.4.8 directory and
make distclean
Then go to 1.5.17
./configure
make
and instantly get error message like SCM_CELL_TYPE undefined in
moment.hh
After some file grepping and little edi
Firstly, I want to ask how I can typeset chord that spans two piano
stafs, two (for example) notes on left hand, two on right hand staff.
When I try to do such thing I got full chord on one of the staves.
Secondly, when I try to use slur after grace notes like this:
\grace {[c16 d e f]}
outpu
I try to typeset some piece with wany repeating chords like this:
< c4 e > < c e > < c e > < c e > | < d a > < d a > < d a > < d a > |
< e d > < e d > < e d > < e d > ...
( there is much more repeats of each chord real piece)
To save some typing I try to enter it like this:
\repeat unfold 4 <
I try to enter piece of music with next rythm
6/8 c8 | c c c c c c | c c c c c c | c c c c c :| c | c c c c c c |
When I try to do it in such way:
%
\score {
\context Voice
\notes
\relative c {
\time 6/8
\partial 8
> > I try to enter some piece with lot of stacato notes. Is there any
> > better way then type a lot of "-." like this
> > "c-. d-. e-. f-. g-. a-. h-. ... and so on"?
>
> You could probably do a Scheme function that adds the scripts
> to each note and use it like
> \apply #add-staccato \theMusic
I try to enter some piece with lot of stacato notes. Is there any
better way then type a lot of "-." like this
"c-. d-. e-. f-. g-. a-. h-. ... and so on"?
And second question: can I set different times for different staves?
For example "\time 4/4" for right piano hand, and "\time 3/4" for
left?
I want create paper without any notation - clefs, barlines, notes -
just five line staffs like this
===
===
===
...
I need it for writing.
Is it possible with lilypond?
Also I may need to create paper with staffs and clefs for orchestral
scores.
I try some ways, but none works.
Thanks to everybody who helped me - lilypond now works very well, but
I got next problem:
I try to typeset some piece of music with two voices. I do it like
this
\score
{
\notes \context Staff = "StaffA" {
\relative c''
{
a' g f e | d8 f e g
<
\context Voice
Some time ago I download lilypond 1.4.7, compile it and try to some of
mutopia examples.
Ouput files contains only five-line staffs and some junk letters.
Then I download 1.4.0.rpm install it and try again.
Wow! Notes appeared on the staves! But no klefs displayed at all.
Then I play around in dif