Two staves in one line

2005-06-05 Thread Roman Käppeler
Hi, how can I put two staves (Trumpet I, Trumpet II) in one line? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

More pictures to manual

2005-06-05 Thread Roman Käppeler
Hi, I don't know whos making the documentation for Lilypond, but my suggestion is to put many, many, many ... more pictures to the manual! The easiest way to learn Lilypond and to manage the difficulties would be to have something like a cook book. In this cook book you see nearly all different

Re: More pictures to manual

2005-06-07 Thread Roman Käppeler
Graham Percival wrote: >> At the moment this does not suffice for me. The manual just gives >> the basics, but to get the result from this basics is still very, >> very difficult! To write the notes is very, very easy, but to put >> different staves together or something else still drives me gr

Re: More pictures to manual

2005-06-09 Thread Roman Käppeler
Erik Sandberg wrote: On Tuesday 07 June 2005 09.58, Mats Bengtsson wrote: Have you looked at the Tips and Tricks document and the Regression Test document in the on-line documentation? They provide exactly what you ask for. Also, all(?) these examples plus more are also available in

Notes within parenthesis

2005-06-11 Thread Roman Käppeler
Hi, I have a Choral with Trumpet 1 + 2 in one staff (Chord notation). Is it possible to include a note within parenthesis over the complete staff (for Trp. 1+2)? The included note (chord) has to be played second time only and I want to exclude it this way when they play the first turn.

Vertical gap between scores

2005-06-11 Thread Roman Käppeler
Hi, how can I enlarge the vertical gap between the two scores in my following lilypond structure? - \book { \score { \context Staff << \new Voice { \voiceOne \staffTrumpetI } \ne

Problem with organ notes

2006-08-15 Thread Roman Käppeler
Hi, I am just trying to write an organ staff with 5 voices and getting cracy: 1. voice:        trumpet on the first  stave, 2.-4 voice:    church organ on the second stave and 5. voice:        church organ on third stave. I tried this as follows as you can see in my example file above.

Re: Problem with organ notes

2006-08-16 Thread Roman Käppeler
Hi Johannes, thanks for your help! But I think this doesn't exactly fit to my problem. In the example below I get exactly the result needed and without compiling errors. But theres one disadvantage: the voices of these chords aren't separated into different files or sections within the main.ly

Markup with 3 lines

2006-08-16 Thread Roman Käppeler
Hi, in the first bar of a peace I need to write Allegro (4 = 100)    Solo Trumpet     Marcato How can I realize this, so that this three lines are one below the other? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/

Re: Markup with 3 lines

2006-08-16 Thread Roman Käppeler
Kieren MacMillan wrote: How can I realize this, so that this three lines are one below the other? \column { a b c } Hi, this was what I was trying, but didn't work properly in the following form: c8^\markup {\column { {\bold "Allegro" (\smaller \general-align #Y #DOWN \note #

Re: Markup with 3 lines

2006-08-16 Thread Roman Käppeler
Kieren MacMillan wrote: c8^\markup {\column { {\bold "Allegro" (\smaller \general-align #Y #DOWN \note #"4" #1 = \smaller \general-align #Y #DOWN 100) } "Solo Trumpet" {\italic "  Marcato"}}} The issue here is that \column interprets every element as an individual line. Therefo

Compile faster

2005-03-21 Thread Roman Käppeler
Hi,I am using LilyPond 2.4.2 under Cygwin (Windows XP). When compiling files it needs about 20 seconds for one file with only a few notes! Is there an option to speed up this process? The output should only be a .dvi-file. At the moment I got *.tex, *.pdf, *.dvi ... I tried the --output=file option

Pictured manual

2005-03-21 Thread Roman Käppeler
Hi,does anyone know a LilyPond manual which has the lilypond commands + little pictures together?The "Appendix G Cheat Sheet" from the official manual is exactly what I mean, but it should be more completely including repeats with "alternatives" and so onDoes anyone know of a good manual?Verschicke

Rests

2005-03-21 Thread Roman Käppeler
Hi, sorry, I am bit confused with displaying rests. How can I center rests (R1) in the middle of a bar? How can I display repeated Rests with the typical symbol, R1*4 creates 1 rest per bar!? ___ lilypond-user mailing list lilypond-user@gnu.or

Rests

2005-03-22 Thread Roman Käppeler
Hi, sorry, I am bit confused with displaying rests. How can I center rests (R1) in the middle of a bar? How can I display repeated Rests with the typical symbol, R1*4 creates 1 rest per bar!? ___ lilypond-user mailing list lilypond-user@gnu.org http:/

Optional notes

2005-03-24 Thread Roman Käppeler
Hi, how can I write an optional note within one bar with a break just like that: | (g4) r1 | The note g4 is played at the second turn. The rest r1 only in the first turn! How can I write this with lilypond 2.4.2? ___ lilypond-user mailing list lilyp

Barcheck error

2005-03-24 Thread Roman Käppeler
Hi, when realizing upbeats at the beginning I got barcheck errors and the result isn't that I want to have. What's the problem here? I couldn't find "upbeat" in the manual, so I thought doing a \partial at the beginning is right, isn't it?

Re: Barcheck error

2005-03-25 Thread Roman Käppeler
Mats Bengtsson wrote: >Why not use the bar check feature of LilyPond to find your problem? >Also, read the section on Rests in the manual, especially follow the >link to Multi measure rests. > >Finally, I recommend you read about the \version statement in >http://lilypond.org/doc/v2.4/Documentatio

Re: Barcheck error

2005-03-25 Thread Roman Käppeler
David Bobroff wrote: >I ran your file on v2.5.16 and got no barcheck failure. I look at the >*.ly code and found an error. In the trumpet part 'takt2,3' you have: > >r1*2 > >You should have: > >r1.*2 > >Since the time signature is 6/4 a whole measure rest is a dotted whole >note, so you need the

Extra space over notes

2005-03-25 Thread Roman Käppeler
Hi, is there a possibility to increase the space over notes? This means I want to increase the space over all notes, this includes notes with '\f' '-.', '^>', '\<', '^"Text"' and so on but not '\(', for instance... ___ lilypond-user mailing list lilypo

Re: Extra space over notes

2005-03-25 Thread Roman Käppeler
Mats Bengtsson wrote: >See >http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Common-tweaks.html#Common-tweaks >and links therefrom. > > Yes, I already read some of this parts. But does this mean it is only possible to do this for the respective parts and there is no common way to

No Beam for the complete staff

2005-05-27 Thread Roman Käppeler
Hi, how can I disable beams for a complete staff? I only want to write e.g. c8 d e f and beams should not be displayed. How can I do this? ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-user

Choir Staffs

2005-05-29 Thread Roman Käppeler
Hi all, sorry I am too stupid to setup a Choir-Staff in which I have a "Tenor I" and "Tenor II" in one Line and a "Bass I" and "Bass II" in the other line. Beams in Tenor I/Bass I should be up and beams in Tenor II/BassII should be directed down. Both TenorI/II, BassI/II should have lyrics. Does