How to begin?

2001-10-01 Thread Antoniouk Sergio
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

Slurs

2001-10-02 Thread Antoniouk Sergio
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

Just paper

2001-10-02 Thread Antoniouk Sergio
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.

stacato

2001-10-03 Thread Antoniouk Sergio
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?

Re: stacato

2001-10-03 Thread Antoniouk Sergio
> > 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

stacato

2001-10-04 Thread Antoniouk Sergio
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

Strange behavior

2001-10-08 Thread Antoniouk Sergio
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 <

Grace notes, chords and slurs.

2001-10-15 Thread Antoniouk Sergio
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

Lilypond 1.5.17 troubles

2001-10-17 Thread Antoniouk Sergio
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