Re: A lyrics problem

2022-11-22 Thread Jacques Menu
Hello Valentin, Thanks, that’s a great idea! JM > Le 22 nov. 2022 à 00:35, Valentin Petzel a écrit : > > Hi Jacques, > there is also the option of doing something like this: > > { c2 2 << R1*3 { s8 \grace { \once\omit NoteHead c1 } s4. s2 s1 s2 s4. \grace > { \once\omit NoteHead c1 } } >>

Re: A lyrics problem

2022-11-21 Thread Valentin Petzel
Hi Jacques, there is also the option of doing something like this: { c2 2 << R1*3 { s8 \grace { \once\omit NoteHead c1 } s4. s2 s1 s2 s4. \grace { \once\omit NoteHead c1 } } >> c1 } \addlyrics { \set includeGraceNotes = ##t Kum -- ba -- "" "" -- ya } I suppse a proper implementation would have

Re: A lyrics problem

2022-11-21 Thread Jacques Menu
With: % (12) Oh | Lo -- rd Kum -- \once \override LyricText.X-offset = #-0.5 "ba -" -- | I get this, which is not bad : > Le 21 nov. 2022 à 23:27, Jacques Menu a écrit : > > Hello folks, > > I have a word across a measure and a coda placed farther ahead in the score,

A lyrics problem

2022-11-21 Thread Jacques Menu
Hello folks, I have a word across a measure and a coda placed farther ahead in the score, as shown below. Is there a way to hide the hyphens between "Kumba" and the measure starting the coda? This can be tested on the snippet at the end of this message. Thanks if you can help! JM … … …

Re: Another lyrics problem

2017-01-16 Thread David Sumbler
On Mon, 2017-01-16 at 08:00 -0500, Kieren MacMillan wrote: > Hi David, > > > > > Can somebody show me a working version of the above?  And/or a way > > of piecing together lyrics using variables? > Something like this? > > \version "2.19.48" > > lyricsA = \lyricmode { First set of words; } >

Re: Another lyrics problem

2017-01-16 Thread Kieren MacMillan
Hi David, > Can somebody show me a working version of the above? And/or a way of piecing > together lyrics using variables? Something like this? \version "2.19.48" lyricsA = \lyricmode { First set of words; } lyricsB = \lyricmode { se -- cond set of words. } << \new Staff { \relative

Another lyrics problem

2017-01-16 Thread David Sumbler
%%% \version "2.19.48" <<   \new Staff { \relative {   c'2 d4 e | f1 | } \addlyrics { First set of words; } \relative {   g'4 f e d| c1 | } \addlyrics { se -- cond set of words. }   }   \new Staff { R1*4 |   } >> %%% The above works as I would like it

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
ame staff line, they are located on different heights, just like different stanzas. I don't know how to prevent that. But you could a single context that contains all the lyrics. Cheers, Klaus -- View this message in context: http://lilypond.1069038.n5.nabble.com/Lyrics-problem-tp199246p199249.

Lyrics problem

2017-01-15 Thread Craig Dabelstein
Hi Lilyponders, 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 instruments (who are required to sing) as well.

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?

Lyrics problem

2016-10-02 Thread 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. Who could solve this problem for me? Thanks in advance, Jacques My minimum example

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

Lyrics Problem

2007-01-30 Thread 9-bert
belong to the first trumpet (/trumpetone). I tried something with /addlyrics but that does not work in polyphony and /lyricsto but I only got errors or weired output. I hope you can give me a hint how to handle this. Thank you! Robert -- View this message in context: http://www.nabble.com/Lyrics

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.

chordnames vs lyrics problem

2006-06-13 Thread Simon Dahlbacka
I'm trying to typeset a SATB piece, with chords for pianoThe problem: the sopranos partially have their own lyrics (three verses, so it takes a lot of room) If I put the ChordNames above the lyrics, the placement of the chords looks rather stupid where the sopranos sing the same as the rest, I

Re: chordnames vs lyrics problem

2006-06-13 Thread Mats Bengtsson
Problematic! My best proposal is to typeset the ChordNames below the lyrics. When there is lyrics, you move the ChordNames up and the lyrics down (I would have used the extra-offset property, but it seems that you have found another option). /Mats Simon Dahlbacka wrote: I'm trying to

Re: chordnames vs lyrics problem

2006-06-13 Thread Simon Dahlbacka
My best proposal is to typeset the ChordNames below thelyrics. When there is lyrics, you move the ChordNames up and the lyrics down (I would have used the extra-offsetproperty, but it seems that you have found another option).I found another option, yes, but it did not work (Y-offset that is)But

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 ___

Lyrics problem ...

2006-06-07 Thread Anthony Youngman
I'm now trying to add some words to a phrase ... pennsylvania = { { \override NoteHead #'style = #'cross r2_\markup{ shout } f8. f16 f8. f16 f4 f f8. f16 r4 } % \addlyrics { Penn syl van ia six five thous and } } voiceTromboneI = \relative c' { r2

RE: Lyrics problem ...

2006-06-07 Thread Anthony Youngman
: Lyrics problem ... I'm now trying to add some words to a phrase ... pennsylvania = { { \override NoteHead #'style = #'cross r2_\markup{ shout } f8. f16 f8. f16 f4 f f8. f16 r4 } % \addlyrics { Penn syl van ia six five thous and } } voiceTromboneI = \relative c

Re: Tied notes and lyrics problem

2005-07-18 Thread Mats Bengtsson
Graham Percival wrote: On 16-Jul-05, at 9:30 AM, Borislav Ivanov wrote: Hello. I have a problem when lilypond must add lyrics to tied notes. It thinks that the tied notes are actually one note and add the lyrics to the next untied note. That's the way it's supposed to be. If you want

Tied notes and lyrics problem

2005-07-16 Thread Borislav Ivanov
Hello. I have a problem when lilypond must add lyrics to tied notes. It thinks that the tied notes are actually one note and add the lyrics to the next untied note. Also at some point the lyrics mysteriously dissapiar, and they are to far away from the staff. Here is the source code for

Re: Tied notes and lyrics problem

2005-07-16 Thread Graham Percival
On 16-Jul-05, at 9:30 AM, Borislav Ivanov wrote: Hello. I have a problem when lilypond must add lyrics to tied notes. It thinks that the tied notes are actually one note and add the lyrics to the next untied note. That's the way it's supposed to be. If you want the two notes to be treated

French lyrics problem

2005-04-17 Thread Tom Cato Amundsen
Do you have any idea why \`e does will produce and è when I run lilypond on my laptop, but on the webserver, it does not work and produces \'e? Both machines has lilypond 2.4.2 and tetex-base 2.0.2c-7 installed. You can see the result on http://www.solfege.org/SolfegeDocsFr/Theory-intervals

Re: French lyrics problem

2005-04-17 Thread Tom Cato Amundsen
On Sun, Apr 17, 2005 at 05:30:24PM +0200, Tom Cato Amundsen wrote: Do you have any idea why \`e does will produce and è when I run lilypond on my laptop, but on the webserver, it does not work and produces \'e? Sorry for spamming the list. I was comparing a png image on the server with .dvi

Re: French lyrics problem

2005-04-17 Thread Mats Bengtsson
Have you read http://lilypond.org/doc/v2.4/Documentation/user/out-www/lilypond/Text-encoding.html#Text-encoding (Not that it answers your question directly, but at least it should provide a way to solve your problems.) /Mats Tom Cato Amundsen wrote: Do you have any idea why \`e does will

Re: Multiple lyrics problem

2004-10-05 Thread Patrick Hubers
Erik Sandberg schreef: The following code works fine with 2.3.20, take a look for inspiration. To make it work with 2.2.x, you will have to add the \notes and \lyrics keywords where appropriate, and lilypond will probably give you loads of warnings. But I think the output will be fine. It does

Multiple lyrics problem

2004-10-04 Thread Patrick Hubers
Hi, I'm typesetting a vocal piece (SATB) and I've run into a problem. For the most part, there is simply one set of lyrics to each part, except for a small repeating section in the middle of the piece, where each repeat has it's own lyrics (and, to complicate things a little more, a tacet for

Re: Multiple lyrics problem

2004-10-04 Thread Nancho Alvarez
I'm wondering what the best way is to accomplish this. Basically I want this: Some ly-rics on a sing-le line for the first part 1. (tacet) 2. Ly-rics for sec-ond stan-za 3. Ly-rics for third__ stan-za I do not know it it will work in your version of lilypond, but in older versions it was done

Re: Multiple lyrics problem

2004-10-04 Thread Erik Sandberg
On Monday 04 October 2004 11.47, Patrick Hubers wrote: Hi, I'm typesetting a vocal piece (SATB) and I've run into a problem. For the most part, there is simply one set of lyrics to each part, except for a small repeating section in the middle of the piece, where each repeat has it's own