Re: lilypond-user Digest, Vol 66, Issue 13

2008-05-06 Thread Mats Bengtsson
Frederick Dennis wrote: The ignore melismata routine is fine but I would also like to use dotted slurs. If you search for "dotted" in the "LilyPond Index" in the manual (i.e. the index of the manual), you will find that there's a predefined macro \slurDotted that makes all following slurs be

pdf is not procuced

2008-05-06 Thread Stefan Thomas
Dear lilypond users, when I want to make a pdf-file of my score I get the following message: pdf is not procuced /home/Stefan/partituren/differance/musik/musik_ab94.ly:154:4: Warnung: Keine rhythmische Gruppe zu beenden r 4 \times 2/3 { r 8 e'\p f, } | %nochnschlagzwo 107 [8][8] Vorverarbeitung

Re: All Ye People Clap your hands (was Re: lilypond-user Digest, Vol 66, Issue 13)

2008-05-06 Thread Father Gordon Gilbert
> Programmierfehler: Multi_measure_rest::get_rods (): I am not spanned! > Fortsetzung, die Daumen drücken > Programmierfehler: Multi_measure_rest::get_rods (): I am not spanned! > Fortsetzung, die Daumen drücken > Programmierfehler: Multi_measure_rest::get_rods (): I am not spanne

Re: All Ye People Clap your hands (was Re: lilypond-user Digest, Vol 66, Issue 13)

2008-05-06 Thread Francisco Vila
2008/5/6 Father Gordon Gilbert <[EMAIL PROTECTED]>: > But I get several warnings when it tries to compile. I get the pdf just > fine, but the midi is stupid (I don't really care, but I'd like to fix it if > possible so when I *do* need the midi it will work.) > warning: MIDI channel wrapped around

Re: All Ye People Clap your hands (was Re: lilypond-user Digest, Vol 66, Issue 13)

2008-05-06 Thread Francisco Vila
2008/5/6 Francisco Vila <[EMAIL PROTECTED]>: > MIDI files can not have more than 16 channels, that's why your output > gets remapped channels modulo 16 (i.e. starting again from the first > channel). You have too much voices, maybe you could make a specia midi > block that contains only the ess

Re: pdf is not procuced

2008-05-06 Thread James E. Bailey
Am 06.05.2008 um 11:49 schrieb Stefan Thomas: Dear lilypond users, when I want to make a pdf-file of my score I get the following message: pdf is not procuced /home/Stefan/partituren/differance/musik/musik_ab94.ly:154:4: Warnung: Keine rhythmische Gruppe zu beenden r 4 \times 2/3 { r

Re: All Ye People Clap your hands (was Re: lilypond-user Digest, Vol 66, Issue 13)

2008-05-06 Thread Mats Bengtsson
Francisco, your answer is partially relevant here. Yes, there's a limitation of 16 channels in MIDI. In LilyPond, each Staff and Lyrics context will result in a new MIDI channel and since channel 0 is reserved for common information and channel 10 is reserved for percussion, there are only 14 l

Re: pdf is not procuced

2008-05-06 Thread Trevor Daniels
I don't think this is the problem. White space in general is ignored and I certainly do not get any errors when I try this small example with spaces between the note and its duration. Stefan - maybe the error is elsewhere. Could you post a slightly longer extract so we can see the earlier

Re: All Ye People Clap your hands (was Re: lilypond-user Digest, Vol 66, Issue 13)

2008-05-06 Thread Francisco Vila
2008/5/6 Mats Bengtsson <[EMAIL PROTECTED]>: > Note that LilyPond automatically will use channel 10 only for percussion, > so there's no risk > for strange drum sounds unless you really want them. Sorry, I didn't know that. Thanks > In this particular .ly file The original message did not com

Lyric representation in MIDI?

2008-05-06 Thread Mats Bengtsson
Perhaps some of you have MIDI expertise enough to answer the following question. Currently, LilyPond uses a separate track (and channel) for each Lyric context to output the corresponding lyric syllables, so that players like timidity (and certainly several other "Karaoke" like players) can pr

Re: Lyric representation in MIDI?

2008-05-06 Thread Francisco Vila
2008/5/6 Mats Bengtsson <[EMAIL PROTECTED]>: > Currently, LilyPond uses a separate track (and channel) for each Lyric > context to output > the corresponding lyric syllables, AFAICT all lyrics could perfectly go into the same track. Lyrics events and other META events do not have a channel. One

Re: All Ye People Clap your hands (was Re: lilypond-user

2008-05-06 Thread Ralph Little
Hi, I don't know if this is what you are looking for but here is something that Mats posted sometime back (2003) I believe: http://www.mail-archive.com/lilypond-user@gnu.org/msg03243.html Regards, Ralph - Instant message from any web browser! Try the new

Re: pdf is not procuced

2008-05-06 Thread Stefan Thomas
Dear Trevor , dear James, Yes the mistake must be something else. The first 22 pages of the score are ok. The mistake must be in a later fragment. I have to find the mistake in this part of the score. For the future I know: I have to make more backups of older versions. 2008/5/6 Trevor Daniels <[E

Two voices, only one note

2008-05-06 Thread Alberto Simões
Hi, Folks I would like to mimic a score I have, where there are two voices in the same score, but the note is used for both (instead of replicating it). I am using this code: << { c8[ c'(-1 g c g c]) } \\ { c,2. } >> And lilypond renders to notes for the first C. There is a com

Glissandi as "slides" in vocal music

2008-05-06 Thread Stephen
I am searching your archives and pages for the equivalent of slides in vocal music. The appearance of a slide is a short glissando beginning (or ending) at a note head. I have a SATB two-staff score with several slides and am wondering if there is any way to coerce these out of the glissando a

Re: Two voices, only one note

2008-05-06 Thread Valentin Villenave
2008/5/6 Alberto Simões <[EMAIL PROTECTED]>: > Is this possible? Try \override Staff.NoteCollision #'merge-differently-headed = ##t and \override Staff.NoteCollision #'merge-differently-dotted = ##t These commands are explained on http://lilypond.org/doc/v2.11/Documentation/user/lilypond/

Re: Two voices, only one note

2008-05-06 Thread Simon Bailey
alberto, On May 6, 2008, at 6:48 PM, Alberto Simões wrote: I would like to mimic a score I have, where there are two voices in the same score, but the note is used for both (instead of replicating it). I am using this code: << { c8[ c'(-1 g c g c]) } \\ { c,2. } >> And lilyp

Chords problem

2008-05-06 Thread Christian Jägle
Hi, I want to insert a few (not all) chord names in a sheet. I trid the following: \relative c { .. <<   \chords { cis:m1 }   { cis,1 } >> .. } but then the Chord name is below the melody. How can I achieve, that the chord is above the melody line. I thought about an extra chord part with

Re: Two voices, only one note

2008-05-06 Thread Alberto Simões
Simon Bailey wrote: try: << { \override Staff.NoteCollision #'merge-differently-headed = ##t c8[ c'(-1 g c g c]) } \\ { c,2. } >> found here: http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Collision-resolution#Collision-resolution Damn. I think this is new

Re: Two voices, only one note

2008-05-06 Thread Damian leGassick
the ppc version of 2.11 works fine on leopard from the command line or within jEdit or Textmate it's only the bundled text editing program that does not work yet all the best d On 6 May 2008, at 20:57, Alberto Simões wrote: Simon Bailey wrote: try: << { \override Staff.NoteCollisi

Re: Two voices, only one note

2008-05-06 Thread Alberto Simões
Damian leGassick wrote: the ppc version of 2.11 works fine on leopard from the command line or within jEdit or Textmate it's only the bundled text editing program that does not work yet The latest that I tried was missing libstdc++ :-( I can try again soon Thanks Alberto all the best d

Re: Two voices, only one note

2008-05-06 Thread Mats Bengtsson
Quoting Alberto Simões <[EMAIL PROTECTED]>: Simon Bailey wrote: try: << { \override Staff.NoteCollision #'merge-differently-headed = ##t c8[ c'(-1 g c g c]) } \\ { c,2. } >> found here: http://lilypond.org/doc/v2.11/Documentation/user/lilypond/Collision-resolution#Colli

Re: Two voices, only one note

2008-05-06 Thread Alberto Simões
Mats Bengtsson wrote: Did you try with version 2.10? It seems to work well with 2.10.23 when I try it, and the property is documented at http://lilypond.org/doc/v2.10/Documentation/user/lilypond-internals/NoteCollision#NoteCollision Well, yes. I tried it :-S I have 2.10.33 here. << { \ove

Re: Two voices, only one note

2008-05-06 Thread Damian leGassick
it works for me on 10.5.2 i'm thinking...i do have xtools installed - that might be the difference as regards the missing library d On 6 May 2008, at 21:36, Alberto Simões wrote: Mats Bengtsson wrote: Did you try with version 2.10? It seems to work well with 2.10.23 when I try it, and t

Re: Two voices, only one note

2008-05-06 Thread Alberto Simões
Damian leGassick wrote: it works for me on 10.5.2 i'm thinking...i do have xtools installed - that might be the difference as regards the missing library I have it as well. [EMAIL PROTECTED] tmp]$ find /Applications/LilyPond.app/ -name libstd* /Applications/LilyPond.app//Contents/Resources/l

Re: Two voices, only one note

2008-05-06 Thread Mats Bengtsson
Quoting Alberto Simões <[EMAIL PROTECTED]>: Well, yes. I tried it :-S I have 2.10.33 here. << { \override Staff.NoteCollision #'merge-differently-headed = ##t c8[ c'(-1 g-2 c g c]) } \\ { c,2. } >> :-( Since you want to merge a dotted note with a non-dotted one, you also need

Re: Two voices, only one note

2008-05-06 Thread Alberto Simões
Mats Bengtsson wrote: Quoting Alberto Simões <[EMAIL PROTECTED]>: Well, yes. I tried it :-S I have 2.10.33 here. << { \override Staff.NoteCollision #'merge-differently-headed = ##t c8[ c'(-1 g-2 c g c]) } \\ { c,2. } >> :-( Since you want to merge a dotted note with a non-dot

Re: Two voices, only one note

2008-05-06 Thread Alberto Simões
Alberto Simões wrote: Mats Bengtsson wrote: Quoting Alberto Simões <[EMAIL PROTECTED]>: Well, yes. I tried it :-S I have 2.10.33 here. << { \override Staff.NoteCollision #'merge-differently-headed = ##t c8[ c'(-1 g-2 c g c]) } \\ { c,2. } >> :-( Since you want to merge a dot

Re: Two voices, only one note

2008-05-06 Thread Neil Puttock
2008/5/6 Neil Puttock <[EMAIL PROTECTED]>: > Hi Alberto, > > 2008/5/6 Alberto Simões <[EMAIL PROTECTED]>: > > > > Sorry to bother a little more. > > Any hint on why it doesn't work on this case? > > > > > > << { \override Staff.NoteCollision #'merge-differently-headed = ##t > > \over

Re: Two voices, only one note

2008-05-06 Thread Trevor Daniels
Alberto Simões wrote Sorry to bother a little more. Any hint on why it doesn't work on this case? << { \override Staff.NoteCollision #'merge-differently-headed = ##t \override Staff.NoteCollision #'merge-differently-dotted = ##t f4 f' f } \\ { f,2. } >> I suspect it is because a qu

Re: Two voices, only one note

2008-05-06 Thread Neil Puttock
Hi Alberto, 2008/5/6 Alberto Simões <[EMAIL PROTECTED]>: > Sorry to bother a little more. > Any hint on why it doesn't work on this case? > > > << { \override Staff.NoteCollision #'merge-differently-headed = ##t > \override Staff.NoteCollision #'merge-differently-dotted = ##t > f4 f'

Re: Chords problem

2008-05-06 Thread Gilles Sadowski
Hello. > I want to insert a few (not all) chord names in a sheet. > > I trid the following: > > \relative c { > .. > <<   \chords { cis:m1 }  >  { cis,1 } >> > .. > } > > but then the Chord name is below the melody. Not so here; this code %- \version "2.10.10" theMusic = \relative

markup in \wordwrap-string

2008-05-06 Thread Peter Van Kranenburg
Something like \markup { \wordwrap-string #" blah \italic { blah } blah"} doesn't work. From the documentation I could not figure out how to create a paragraph of text in which markup is possible. Does someone have a solution for this? Thanks in advance, Peter van Kranenburg _

Re: markup in \wordwrap-string

2008-05-06 Thread Peter Van Kranenburg
Peter Van Kranenburg wrote: Something like \markup { \wordwrap-string #" blah \italic { blah } blah"} doesn't work. From the documentation I could not figure out how to create a paragraph of text in which markup is possible. Does someone have a solution for this? I was too quick asking th

Re: All Ye People Clap your hands (was Re: lilypond-user

2008-05-06 Thread hhpmusic
Dear Gilbert So this is the first time I offer help in this list! Perhaps I can introduce a way I always do with my large orchestral scores with part amount from 24 to 42. I get this experience because I ever did it in my Braille Music Editor, which is very hard to turn a *listenable braille musi

Header on all pages - how to ?

2008-05-06 Thread Helmut Arnold
Hi list, I'm new to this list and with lilypond. I like to print the header on all pages of a score, but couldn't found any hint, either this mailing-archive nor in google. Can someone telling if its possible ? Regards Helmut ___ lilypon

Re: Lyric representation in MIDI?

2008-05-06 Thread Arvid Grøtting
Mats Bengtsson <[EMAIL PROTECTED]> writes: > For songs with several verses, I guess the lyric printouts won't > make any sense, no matter how we place the information in the MIDI > files. Not unless we introduce some kind of semantic to tell Lilypond that they are verses, anyway. pseudocode-like