Re: Barlines between staffs

2006-12-11 Thread Mats Bengtsson
Could you please prepare a complete example that can be ran directly through LilyPond, which illustrates the problem (keep it as short as possible, though). This will make it much easier for us on the mailing list to try different ideas. /Mats Maurits Lamers wrote: Hi, I sent a mail a we

Re: \parallelMusic and PianoStaff

2006-12-11 Thread Mats Bengtsson
You have to set up the staves of the PianoStaff, just as you do without \parallelMusic. Try something like \version "2.10.0" \include "english.ly" Music = { \key c \major \time 4/4 \parallelMusic #'(voiceA voiceB voiceC voiceD) { r8g'16[ c''] e''[ g' c'' e''] r8

Fwd: lilypond and editors

2006-12-11 Thread Arjan Bos
On 7 dec 2006, at 22:09, Thomas Scharkowski wrote: Just curious: what's wrong with jEdit? Thomas Remember: While all editors can save your files, only one can save your soul. (Per Abrahamsen on alt.religion.emacs) Arjan ___ lilypond-user ma

feature request: read standard input

2006-12-11 Thread Ed Stauff
It sure would be helpful to have an option for reading the standard input, so I can pipe the output of a program that generates LilyPond code directly into LilyPond.exe. ___ lilypond-user mailing list lilypond-user@gnu.org http://lists.gnu.org/mailman/

Re: Barlines between staffs

2006-12-11 Thread Eduardo Vieira
Citando Maurits Lamers <[EMAIL PROTECTED]>: I can't find in the list your first post. Did you try in the context Lyrics revert those properties for the bass? Maybe in layout you could try this that I never tested: \context { \Lyrics = SopraanLyrics { \consis

Re: adding lyrics in poetry format? (old style hymn books)

2006-12-11 Thread Geoff Horton
http://lilypond.org/doc/v2.10/Documentation/user/lilypond/More-about-stanzas.html#More-about-stanzas You didn't mention what version you're using; this was added to the 2.10 manual, but it works back to the 2.8 series. Geoff ___ lilypond-user mailing

adding lyrics in poetry format? (old style hymn books)

2006-12-11 Thread Ted Walther
, taken from the 1904 edition of the Methodist Hymn Book. http://reactor-core.org/~djw/pics/20061211/methodist/ The last pic is the one you want; the first three establish the printing and copyright date of the book as 1904. Ted -- It's not true unless it makes you

Re: Vertical alignmend of volta brackets

2006-12-11 Thread Mats Bengtsson
See http://lists.gnu.org/archive/html/lilypond-user/2005-01/msg00013.html for one solution. A more complicated method to do the same thing is available in the LSR (See the link at www.lilypond.org -> Documentation) if you search for "Volta". /Mats Quoting Martijn Vromans <[EMAIL PROTECTED]>:

\parallelMusic and PianoStaff

2006-12-11 Thread Palmer, Ralph
Greetings - I'm running LilyPond 2.10.0 under Windows XP Pro SP2. I'm struggling with using \parallelMusic with PianoStaff. (Is there a functional difference between pianoStaff and PianoStaff? Is one obsolete?) In the following snippet, I'm trying to get : four voices in one measure on two stave

Vertical alignmend of volta brackets

2006-12-11 Thread Martijn Vromans
Hi all, I use the \repeat {...} \alternative {...} commands to created brackets and I'm wondering how to adjust the vertical alignment of volta brackets. Can this be done easily? I'm trying to use the Y-offset setting of the VoltaBracket property, but it doesn't work. Probably I'm forgetting some

Barlines between staffs

2006-12-11 Thread Maurits Lamers
Hi, I sent a mail a week ago about the same problem, but did not get any response (as far as I can see from the digests). So, for a second try: I want to typeset a renaissance choir piece and I would like to do it with the barlines not on the staffs but between them. The structure I chose

Re: Put a slash on acciaccatura beamed eighth notes

2006-12-11 Thread Mats Bengtsson
Frédéric Chiasson wrote: Also, if you know the file where the slash is put with stroke-style = "grace", please tell me so I can try to to put code for beamed notes with my basic programming skills. That's easy to find, just do grep stroke-style lily/* in the source code tree. However, this wi

Re: Church music

2006-12-11 Thread Mats Bengtsson
Jean-marc LEGRAND wrote: lily2.10 on XP Hi ! I've found some tricks to answer tour questions. 1. when you have one word for mutliple notes without slur, you have to use _ for each note. For example : Gott over a4 b c d. You write in addlyrics {Gott _ _ _ } An alternative method is des

Church music

2006-12-11 Thread Jean-marc LEGRAND
lily2.10 on XP Hi ! I've found some tricks to answer tour questions. 1. when you have one word for mutliple notes without slur, you have to use _ for each note. For example : Gott over a4 b c d. You write in addlyrics {Gott _ _ _ } For Menschen with Men over a b c and schen over d, you wr