Re: Lyrics problem

2017-01-15 Thread Craig Dabelstein
Thanks guys. All fixed. I appreciate it. Craig On 16 January 2017 at 08:04, Malte Meyn wrote: > > > Am 15.01.2017 um 21:58 schrieb Craig Dabelstein: > > Has anyone encountered this before? In bars 1 and 19 of this MWE the > > lyrics have been put a long way from the

Re: Lyrics problem

2017-01-15 Thread Malte Meyn
Am 15.01.2017 um 21:58 schrieb Craig Dabelstein: > Has anyone encountered this before? In bars 1 and 19 of this MWE the > lyrics have been put a long way from the staff. In this example it only > occures when \compressFullBarRests is used, but in my full score it is > occurring with other

Re: Lyrics problem

2017-01-15 Thread Klaus Blum
Hi Craig, Craig Dabelstein wrote > In bars 1 and 19 of this MWE the lyrics > have been put a long way from the staff. In this example it only occures > when \compressFullBarRests is used that happens because each \addlyrics command starts a new lyrics context. If they belong to the same staff

Re: Lyrics problem

2016-10-02 Thread Jacques Bedaux
Thank you, Harm and David > On 02 Oct 2016, at 21:27, Thomas Morley wrote: > > 2016-10-02 20:06 GMT+02:00 Jacques Bedaux : >> Hi all >> >> I have a problem with lyrics in a voice that splits in two parts for only >> one or two measures, so you don't

Re: Lyrics problem

2016-10-02 Thread Thomas Morley
2016-10-02 20:06 GMT+02:00 Jacques Bedaux : > Hi all > > I have a problem with lyrics in a voice that splits in two parts for only > one or two measures, so you don't want to make two different voices. > Lilypond gets confused and skips a part of the music. Nope. LilyPond

Re: Lyrics problem

2016-10-02 Thread David Kastrup
Jacques Bedaux writes: > Hi all > > I have a problem with lyrics in a voice that splits in two parts for > only one or two measures, so you don't want to make two different > voices. Lilypond gets confused and skips a part of the music. > > Who could solve this problem for me?

Re: Lyrics Problem

2007-02-02 Thread Mats Bengtsson
to solve this? Greets Robert -Original Message- Date: Thu, 01 Feb 2007 13:44:44 +0100 Subject: Re: Lyrics Problem From: Mats Bengtsson [EMAIL PROTECTED] To: 9-bert [EMAIL PROTECTED] Basically, what you have to do is to provide a name to the corresponding voice of music and then refer

Re: Lyrics Problem

2007-02-01 Thread Mats Bengtsson
Basically, what you have to do is to provide a name to the corresponding voice of music and then refer to that with \lyricsto, see the sections on lyrics in the manual. In your example, it would look something like mylyrics = \lyricmode{ Hi, here's some ly -- rics } \score{ \new PianoStaff

Re: Lyrics Problem

2007-02-01 Thread [EMAIL PROTECTED]
        \tromboneone \\ \trombonetwo     } I get the error that Voice trumpetI is not known. That's because the voice is declared after \new Lyrics ... - Any idea how to solve this?GreetsRobert -Original Message- Date: Thu, 01 Feb 2007 13:44:44 +0100 Subject: Re: Lyrics Problem From: Mats

Re: Lyrics Problem

2007-01-30 Thread Eduardo Vieira
Citando 9-bert [EMAIL PROTECTED]: Hello! I got a problem adding lyrics to a piece for four brass instruments. Although I already searched the net and some forums I didn't get any furhter, but I hope you can help me. That's what I've got: ... \new PianoStaff \new Staff {

Re: Lyrics problem ... Bug? Feature? ???

2006-06-13 Thread Graham Percival
On 12-Jun-06, at 6:04 AM, Mats Bengtsson wrote: Anthony Youngman wrote: And I'll download and read the 2.9 docu at some point. Although I get the impression it might not be a good idea to upgrade for a while ... Actually, the manuals for 2.8 and 2.9 are (almost) identical for the moment.

RE: Lyrics problem ... Bug? Feature? ???

2006-06-12 Thread Anthony Youngman
investigation to follow - my current source attached ... Cheers, Wol -Original Message- From: Mats Bengtsson [mailto:[EMAIL PROTECTED] Sent: 08 June 2006 12:43 To: Anthony Youngman Cc: lilypond-user@gnu.org Subject: Re: Lyrics problem ... I got the same programming error but still the output

RE: Lyrics problem ... Bug? Feature? ???

2006-06-12 Thread Anthony Youngman
@gnu.org Subject: RE: Lyrics problem ... Bug? Feature? ??? I've changed my approach - I felt all along that the rests were what was screwing things up. (Which means, I think, that if I copy your example exactly as you've given it, it'll be just as big a mess as before. But I'll try your approach

Re: Lyrics problem ... Bug? Feature? ???

2006-06-12 Thread Mats Bengtsson
; lilypond-user@gnu.org Subject: RE: Lyrics problem ... Bug? Feature? ??? I've changed my approach - I felt all along that the rests were what was screwing things up. (Which means, I think, that if I copy your example exactly as you've given it, it'll be just as big a mess as before. But I'll try your

Re: Lyrics problem ... Bug? Feature? ???

2006-06-12 Thread Mats Bengtsson
Anthony Youngman wrote: I've changed my approach - I felt all along that the rests were what was screwing things up. (Which means, I think, that if I copy your example exactly as you've given it, it'll be just as big a mess as before. But I'll try your approach in a minute - I'm still going

RE: Lyrics problem ... Bug? Feature? ???

2006-06-12 Thread Anthony Youngman
... Cheers, Wol -Original Message- From: Mats Bengtsson [mailto:[EMAIL PROTECTED] Sent: 12 June 2006 13:25 To: Anthony Youngman Cc: lilypond-user@gnu.org; lilypond-devel@gnu.org Subject: Re: Lyrics problem ... Bug? Feature? ??? Anthony Youngman wrote: I've changed my approach - I felt all along

Re: Lyrics problem ...

2006-06-08 Thread Mats Bengtsson
The problem is that \addlyrics doesn't really work that way, see Sect. 7.3.4 The Lyrics Context. It seems that the following version actually does work: pennsylvania = \new Voice{\override NoteHead #'style = #'cross r2_\markup{ shout } f8. f16 f8. f16 f4 f f8. f16 r4 } \addlyrics {

RE: Lyrics problem ...

2006-06-08 Thread Anthony Youngman
@gnu.org Subject: Re: Lyrics problem ... The problem is that \addlyrics doesn't really work that way, see Sect. 7.3.4 The Lyrics Context. It seems that the following version actually does work: pennsylvania = \new Voice{\override NoteHead #'style = #'cross r2_\markup{ shout } f8. f16

Re: Lyrics problem ...

2006-06-08 Thread Mats Bengtsson
Youngman Cc: lilypond-user@gnu.org Subject: Re: Lyrics problem ... The problem is that \addlyrics doesn't really work that way, see Sect. 7.3.4 The Lyrics Context. It seems that the following version actually does work: pennsylvania = \new Voice{\override NoteHead #'style = #'cross r2_

Re: Lyrics problem ...

2006-06-08 Thread Mats Bengtsson
Mats Bengtsson wrote: \new Lyrics \lyricsto pennsylvania { \pennsylvaniaLyrics \pennsylvaniaLyrics } This repetition of the same lyrics can of course also be obtained using \repeat unfold 2 \pennsylvaniaLyrics /Mats ___

RE: Lyrics problem ...

2006-06-07 Thread Anthony Youngman
Just compiled it with the lyrics line uncommented, and I notice the log says programming error. The relevant files are attached for debugging - the part file is the one to compile ... # -*-compilation-*- Changing working directory to `C:/Documents and Settings/wally/My