Re: 4 voices on 3 staves?

2006-04-16 Thread jango
THANKS A LOT! -- View this message in context: http://www.nabble.com/4-voices-on-3-staves--t1435465.html#a3943430 Sent from the Gnu - Lilypond - User forum at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailm

4 voices on 3 staves?

2006-04-11 Thread jango
I was trying to do it on my own, but I got lost :) I need to get two voices on the first stave and then 2 additional staves with one voice on each. Can anyone give me an actual code that would perform this task? Thank you a lot. -- View this message in context: http://www.nabble.com/4-voices-on

Re: bars trouble

2006-03-17 Thread jango
thanks a lot! that was really easy, i guess i should not have asked that question :D -- View this message in context: http://www.nabble.com/bars-trouble-t1288920.html#a3458858 Sent from the Gnu - Lilypond - User forum at Nabble.com. ___ lilypond-use

\remove "Timing_engraver" question

2006-03-17 Thread jango
Hi! I read a section about adding/removing plug-ins. What I wanted was to remove Time_signature_engraver, using \with key. But I don't really understand where should I put it in my code (attached). Though I tried different places, it still gives me errors, I guess I'm doing something wrong :D

bars trouble

2006-03-15 Thread jango
i have the problems with \bar "|" i need a certain bar to run across the stave, like on the picture: http://img220.imageshack.us/img220/1330/tem13ct.jpg , but i have something like that instead: http://img220.imageshack.us/img220/1330/tem13ct.jpg thanks! bassMusic = \relative c' { %

Re: line breaks

2006-03-14 Thread jango
thanks, that workes! -- View this message in context: http://www.nabble.com/line-breaks-t1279916.html#a3402848 Sent from the Gnu - Lilypond - User forum at Nabble.com. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/

Re: line breaks

2006-03-14 Thread jango
thanks a lot. 1. probaly I do misunderstand it :) I am an expert in music, just trying to engrave some pieces, and that's tough in the beginning :D though I read the manual :D btw, is it bad, that I change \relative keys several times in one voice? 2. the original music piece doesn't have time

line breaks

2006-03-14 Thread jango
I thought they are added automatically. =\ I have that piece of music: http://img125.imageshack.us/my.php?image=temp22lw.jpg ,encoded in lilypond. If I uncomment all note lines a strange thing occures: all notes are engraved on a single line, like that: http://img211.imageshack.us/my.php?image=te

Re: stuck with alto\bass notes

2006-03-13 Thread jango
thanks :) I thought, i've tried everything =/ -- View this message in context: http://www.nabble.com/stuck-with-alto%5Cbass-notes-t1275339.html#a3387552 Sent from the Gnu - Lilypond - User forum at Nabble.com. ___ lilypond-user mailing list lilypond-

Re: stuck with alto\bass notes

2006-03-13 Thread jango
>why not try something, compile it, and if you don't like the results, >either change octaves (using , or ') or use the --png option and show us >a picture of what's wrong. honestly, i'm not entirely sure what you're >asking. sorry, i will try to clarify that =) I have that piece of music. ht

stuck with alto\bass notes

2006-03-13 Thread jango
this is a piece of music i was trying to engrave with lilypond: http://img54.imageshack.us/my.php?image=untitled7et2.jpg i got the following: \version "2.6.0" global = { \key bes \major \time 4/4 } sopMusic = \relative c'' { b2 b2 \bar "||"

Re: help! need an example

2006-03-13 Thread jango
i will definitly do that, though i don't think that music will be very useful :) -- View this message in context: http://www.nabble.com/help%21-need-an-example-t1269418.html#a3383591 Sent from the Gnu - Lilypond - User forum at Nabble.com. ___ lilypo

Re: help! need an example

2006-03-13 Thread jango
thanks a lot guys :) though i still have a trouble. that's the code i got: \version "2.6.0" global = { \key bes \major \time 4/4 } sopMusic = \relative c'' { b2 b2 \bar "||" \time 9/4 b4\( c2 d2\) d4 d4 c2\( b2\) a2\( b4 c4\) }

help! need an example

2006-03-12 Thread jango
I'm trying to copy music using lilypond, even though I read half of the manual I don't understand ways of putting notes in a correct sequence :) i have a piece of music, it's really short (like 12 notes). I want to ask somebody help me and explain how the notes sequence should look like. here i