Re: NullVoice lyrics alignment error

2017-09-22 Thread David Wright
On Fri 22 Sep 2017 at 16:48:38 (-0400), Pierre-Luc Gauthier wrote: > 2017-09-21 18:43 GMT-04:00 David Wright : > > My observations (again without knowing what the code actually does) > > suggest that because no X-space is required to set anything¹, the > > positions of the timing "anchors" produce

Re: NullVoice lyrics alignment error

2017-09-22 Thread Pierre-Luc Gauthier
2017-09-21 18:43 GMT-04:00 David Wright : > Say I'm setting a typical Anglican (Episcopal) hymn in four parts on > two staves with the words in between them. The voice parts will have > passing notes etc. at different times, each of which necessitates a > left-alignment of that syllable and an appr

Re: NullVoice lyrics alignment error

2017-09-21 Thread David Wright
On Thu 21 Sep 2017 at 13:58:47 (-0400), Pierre-Luc Gauthier wrote: > 2017-09-21 13:21 GMT-04:00 David Wright : > > I think you're exceeding the capabilities of NullVoice. > > It will passively follow the position of timing points > > set by other voices and thereby give \lyricsto the > > position a

Re: NullVoice lyrics alignment error

2017-09-21 Thread David Wright
On Wed 20 Sep 2017 at 11:51:22 (-0400), Pierre-Luc Gauthier wrote: > Hi there, > > The first word (Lyrics) is not aligned correctly as it is bellow the > clef instead of being bellow or "in" the music. > > Is this an error or am-I using it wrong? > > I see this happening often e.g. in musicals w

Re: NullVoice lyrics alignment error

2017-09-21 Thread Pierre-Luc Gauthier
2017-09-21 13:21 GMT-04:00 David Wright : > I think you're exceeding the capabilities of NullVoice. > It will passively follow the position of timing points > set by other voices and thereby give \lyricsto the > position and alignment information it needs for setting > the lyrics, but it doesn't ac

NullVoice lyrics alignment error

2017-09-20 Thread Pierre-Luc Gauthier
Hi there, The first word (Lyrics) is not aligned correctly as it is bellow the clef instead of being bellow or "in" the music. Is this an error or am-I using it wrong? I see this happening often e.g. in musicals where lyrics are important for the violin player. Here is my MWE : \version "2.21.

Re: Adjustments to lyrics alignment

2014-01-30 Thread Gonçalo Nogueira
> > > Maybe a bit too ambitious regarding the mix and match of markups and > music (I am not saying that some variant of that should or should not be > working, but it's not quite clear what and how). Try the following > instead: > > -- > David Kastrup > I ended up finding out that the attached a

Re: Adjustments to lyrics alignment

2014-01-29 Thread David Kastrup
Gonçalo Nogueira writes: > Learning Scheme is complete overkill for my Lilypond needs but > I will probably learn it anyway just because it seems fun. > > I think Lilypond would greatly benefit from a way of defining > simple macros that would enable one to just write something > like: > > alignL

Re: Adjustments to lyrics alignment

2014-01-29 Thread Gonçalo Nogueira
Learning Scheme is complete overkill for my Lilypond needs but I will probably learn it anyway just because it seems fun. I think Lilypond would greatly benefit from a way of defining simple macros that would enable one to just write something like: alignLyrics = \macro { \tweak self-alignment-X

Re: Adjustments to lyrics alignment

2014-01-29 Thread David Kastrup
Gonçalo Nogueira writes: > Thanks, that works. It was my first time trying to define a music > function so excuse the noobness. In this case, being an old hand would not have helped much. > Also, I need to learn Scheme. Never a bad idea, but it should not require an electrical engineering degr

Re: Adjustments to lyrics alignment

2014-01-29 Thread Gonçalo Nogueira
Thanks, that works. It was my first time trying to define a music function so excuse the noobness. Also, I need to learn Scheme. Gonçalo Nogueira about.me/goncalonogueira 2014-01-29 David Kastrup > Gonçalo Nogueira writes: > > >> > >> You can try the following: > >> > >> > >> > >> Note that #

Re: Adjustments to lyrics alignment

2014-01-29 Thread David Kastrup
Gonçalo Nogueira writes: >> >> You can try the following: >> >> >> >> Note that #LEFT is the same as #-1 and #RIGHT the same as #1 and you can >> also use any value in between to get more subtle results. Or even >> beyond the range of -1..1 in order to get less subtle results. >> >> I apologize

Re: Adjustments to lyrics alignment

2014-01-29 Thread Alexander Kobel
On 01/29/2014 03:38 PM, Gonçalo Nogueira wrote: Is there a way I can define a music function so that I can write \alignLyrics #0.7 syllable The attachment shows what I have tried but is not compiling. Try the following: alignLyrics = #(define-music-function (parser location alignment t

Re: Adjustments to lyrics alignment

2014-01-29 Thread Gonçalo Nogueira
> > You can try the following: > > > > Note that #LEFT is the same as #-1 and #RIGHT the same as #1 and you can > also use any value in between to get more subtle results. Or even > beyond the range of -1..1 in order to get less subtle results. > > I apologize for the necessity of using \markup in

Re: Adjustments to lyrics alignment

2014-01-22 Thread David Kastrup
Gonçalo Nogueira writes: > That's great. Thank you! > I was about to try giving lyrics a slightly different rhythm > than the melody by specifying the rhythm manually for all lyrics. What do > you think > of that approach? Not much. The Midi will be out of sync, for one thing. Also, lyrics wi

Re: Adjustments to lyrics alignment

2014-01-22 Thread Gonçalo Nogueira
2014/1/22 David Kastrup > Gonçalo Nogueira writes: > > > Hi list, > > > > I was wondering if there is anyway to manually adjust the alignment of > > *single* > > syllables to their notes. Consider the following fragment: > > > > \relative c'' { > > \autoBeamOff > > c8. a16 f4 > > } \addlyric

Re: Adjustments to lyrics alignment

2014-01-22 Thread David Kastrup
Gonçalo Nogueira writes: > Hi list, > > I was wondering if there is anyway to manually adjust the alignment of > *single* > syllables to their notes. Consider the following fragment: > > \relative c'' { > \autoBeamOff > c8. a16 f4 > } \addlyrics { > le -- bens -- satt > } > Look at that ug

Adjustments to lyrics alignment

2014-01-22 Thread Gonçalo Nogueira
Hi list, I was wondering if there is anyway to manually adjust the alignment of *single* syllables to their notes. Consider the following fragment: \relative c'' { \autoBeamOff c8. a16 f4 } \addlyrics { le -- bens -- satt } Look at that ugly spacing between the A and the F. Is there a way

Re: lyrics alignment problems with slurs and ties

2010-07-30 Thread Werner
> Is this related? > > http://code.google.com/p/lilypond/issues/detail?id=1026 No. But I found out, that’s just because I’m stupid. I took a line from some example — with or without the commented line - that makes the difference! \context Lyrics = Text { } % \set Sc

Re: lyrics alignment problems with slurs and ties

2010-07-30 Thread James
Hello, On 30/07/2010 16:14, James Bailey wrote: Here I had to add a “ _ ” or a “\skip1” for every note connected with a tie. ... Why \lyricsto doesn’t behave like \addlyrics here? ... PS: The docs http://lilypond.org/doc/v2.13/Documentation/notation-big-page#multiple-notes-to-one-syllabl

Re: lyrics alignment problems with slurs and ties

2010-07-30 Thread James Bailey
On Jul 30, 2010, at 4:58 PM, Werner wrote: > Hello, > > using an \addlyrics block I found out, that lilypond puts only one syllable to > notes connected with a slur ( ) automatically. (This is also said in the > docs.) > If I want another behavior, I have to use phrasing slurs \( \). Fine. Prob

lyrics alignment problems with slurs and ties

2010-07-30 Thread Werner
Hello, using an \addlyrics block I found out, that lilypond puts only one syllable to notes connected with a slur ( ) automatically. (This is also said in the docs.) If I want another behavior, I have to use phrasing slurs \( \). Fine. Problem solved. Also to notes connected with ties, lilypond al

Re: lyrics alignment in melismas

2007-07-01 Thread Valentin Villenave
2007/6/5, Wilbert Berendsen <[EMAIL PROTECTED]>: Hi Wilbert, as far as I can see everybody forgot to answer your question. when two eigth notes are just a \melisma, the lyric syllabe is centered below the first note. But when the two notes are connected with a slur, the syllabe is left-aligned

lyrics alignment in melismas

2007-06-05 Thread Wilbert Berendsen
Hi, when two eigth notes are just a \melisma, the lyric syllabe is centered below the first note. But when the two notes are connected with a slur, the syllabe is left-aligned with the first note, and continues below the second note. e.g.: g'8 \melisma a' \melismaEnd gives a syllabe centered b

Re: need some lyrics alignment in a melisma

2007-01-08 Thread Mats Bengtsson
Try \override LyricText #'self-alignment-X = #LEFT (the default value is #CENTER) /Mats Ted Walther wrote: Hi. I'm typing in some Sacred Harp music. Is there a way to make a word in a melisma be aligned the same as words that are tied to a single note? See, in the four part music, for long

need some lyrics alignment in a melisma

2007-01-07 Thread Ted Walther
Hi. I'm typing in some Sacred Harp music. Is there a way to make a word in a melisma be aligned the same as words that are tied to a single note? See, in the four part music, for long stretches people might be singing the music in the same time, but one voice might use two short notes to sing t

Re: Lyrics alignment, stanza numbers, metadata

2005-12-12 Thread Mats Bengtsson
Don Blaheta wrote: I have a bunch of questions that arose while setting a song. I've put up the ly and pdf (run through Lilypond 2.6.4) at http://www.blahedo.org/ly/comfort.ly http://www.blahedo.org/ly/comfort.pdf 1) Is there any way to make the stanza numbers line up? Virtually every t

Re: Lyrics alignment, stanza numbers, metadata

2005-12-11 Thread Gilles
Hi. > > 2) I've noticed lyrics misalignments before, but they seem worse > > recently; this piece is a good example. Actually, as I look at it I > > think the lyrics syllables are horizontally centred with each other, but > > left-aligned with the note head. That's not how I thought it was > > s

Re: Lyrics alignment, stanza numbers, metadata

2005-12-11 Thread Don Blaheta
So I managed to find workarounds for two of the problems: > 1) Is there any way to make the stanza numbers line up? Virtually every > time I've done stanza numbers, they've looked like this, sometimes worse > (overprinting the start of the line). The answer I've found is "forget stanzas and use

Lyrics alignment, stanza numbers, metadata

2005-12-10 Thread Don Blaheta
I have a bunch of questions that arose while setting a song. I've put up the ly and pdf (run through Lilypond 2.6.4) at http://www.blahedo.org/ly/comfort.ly http://www.blahedo.org/ly/comfort.pdf 1) Is there any way to make the stanza numbers line up? Virtually every time I've done stanza nu

Re: Stanzas in Lyrics --- alignment

2005-10-06 Thread Anna Choma
Thank you very much. It works, but only for one voice. I have 4 voices, and each of them has two stanzas. My score looks (fragment with 2 voices): \score { \context ChoirStaff << \context Voice = discantusNotes << \set Staff.instrument = "Cantus" \global \discantusNotes \lyricsto "disc

Re: Stanzas in Lyrics --- alignment

2005-10-06 Thread Mats Bengtsson
First of all, did you check the default setting of this property for Lyrics? If you follow the links pointed out in the email, you will find out that the default is |(-1.2 . 2.4). If you want to keep the default distance to the stave, then you don't want to change the upper extent of the first sta

Re: Stanzas in Lyrics --- alignment

2005-10-06 Thread Mats Bengtsson
See the answer to question 3 in http://lists.gnu.org/archive/html/lilypond-user/2005-03/msg00367.html /Mats Anna Choma wrote: Hello, Maybe this is very easy, but I don't know how to do it. I have been looking in the manual, program reference and so on. I Have two stanzas of Lyrics and I wan

Stanzas in Lyrics --- alignment

2005-10-05 Thread Anna Choma
Hello, Maybe this is very easy, but I don't know how to do it. I have been looking in the manual, program reference and so on. I Have two stanzas of Lyrics and I want them to be closer each other. Namely how to reduce a little the gap between the first and second stanza without affecting padding o

RE: More on lyrics alignment and the repeat option (repeat percent)

2005-05-06 Thread Luis Guillermo Agudelo
Sorry, just a small but important typo.. The unfolded version is correct, the FOLDED version is not Thanks, Luis From: "Luis Guillermo Agudelo" <[EMAIL PROTECTED]> To: lilypond-user@gnu.org Subject: More on lyrics alignment and the repeat option (repeat percent) Date: Thu, 2

More on lyrics alignment and the repeat option (repeat percent)

2005-05-05 Thread Luis Guillermo Agudelo
Dear lilypond users, I noticed that in the discussion log, there is quite a lot already about lyrics and alignment but I quite didn't see the problem I am having now. I believe it is a bug. When using repeat percent, the lyrics do not get aligned with the "//"(repeat) sign according to the numb

Re: Lyrics alignment problem

2005-04-15 Thread Ferenc Wagner
riccardo orfei <[EMAIL PROTECTED]> writes: > er... we were talking of a 2.4.5 not of a 2.5.x, didn't we? Yes. See http://tac.ki.iif.hu/lilypond.html, the announcement hasn't yet arrived to info-lilypond. Caveat: some characters in the PDF output look strange. The PS is fine, however. -- Feri.

Re: Lyrics alignment problem

2005-04-14 Thread Riccardo Orfei
Riccardo Orfei wrote: I am sure. Alas, "the last famous words"! I have been invited by Mats to send him my stuff, which I did, and the very next minute I found out what the problem was: I didn't remove the "\new Lyrics" after each \lyricsto clause, nullifying the effect of the grouping. Of, cour

Re: Lyrics alignment problem

2005-04-13 Thread Mats Bengtsson
Riccardo Orfei wrote: > Are you sure? When I try the following example with LilyPond > version 2.4.5, I get all the lyrics in a single line. > > /Mats I am sure. If it's not considered an abuse, I think I could post my .png version of the snippet. It sounds very strange. I just tried the

Re: Lyrics alignment problem

2005-04-12 Thread riccardo orfei
Ferenc Wagner wrote: riccardo orfei <[EMAIL PROTECTED]> writes: Ferenc Wagner wrote: Paul Scott <[EMAIL PROTECTED]> writes: Riccardo Orfei wrote: Unfortunately, I am running Lilypond 2.4.2, the Debian Woody version. That would be Ferenc Wagner's version, right?

Re: Lyrics alignment problem

2005-04-12 Thread Ferenc Wagner
riccardo orfei <[EMAIL PROTECTED]> writes: > Ferenc Wagner wrote: > >> Paul Scott <[EMAIL PROTECTED]> writes: >> >>> Riccardo Orfei wrote: >>> Unfortunately, I am running Lilypond 2.4.2, the Debian Woody version. >>> >>> That would be Ferenc Wagner's version, right? >>> Can anybody tell

Re: Lyrics alignment problem

2005-04-12 Thread Ferenc Wagner
Helder Gomes da Silva <[EMAIL PROTECTED]> writes: >> Use: >> deb http://afavant.elte.hu/~wferi/debian woody main >> and apt-get install lilypond (not lilypond-snapshot) >> > > Thank you very much > Can you tell-me if the mirror is down? It is not a mirror, but it is down and will stay down.

Re: Lyrics alignment problem

2005-04-12 Thread riccardo orfei
Ferenc Wagner wrote: Paul Scott <[EMAIL PROTECTED]> writes: Riccardo Orfei wrote: Unfortunately, I am running Lilypond 2.4.2, the Debian Woody version. That would be Ferenc Wagner's version, right? Can anybody tell me how to upgrade gracefully from this version to a newer one? He has

Re: Lyrics alignment problem

2005-04-12 Thread Helder Gomes da Silva
Use: deb http://afavant.elte.hu/~wferi/debian woody main and apt-get install lilypond (not lilypond-snapshot) Thank you very much Can you tell-me if the mirror is down? I'm not able to retrieve the packages list with apt-get update I'm using debian sarge (testing) Helder __

Re: Lyrics alignment problem

2005-04-12 Thread Paul Scott
Ferenc Wagner wrote: Paul Scott <[EMAIL PROTECTED]> writes: Riccardo Orfei wrote: Unfortunately, I am running Lilypond 2.4.2, the Debian Woody version. That would be Ferenc Wagner's version, right? Can anybody tell me how to upgrade gracefully from this version to a newer one?

Re: Lyrics alignment problem

2005-04-12 Thread Paul Scott
Paul Scott wrote: Helder Gomes da Silva wrote: He has upgraded it to 2.4.5 just a couple of days ago. apt-get update apt-get install should do it. I'm using deb http://www.pedrokroeger.net/lilypond/ ./ in my sources.list configuration. With apt-cache show I can only see version 2.4.2 Use: deb

Re: Lyrics alignment problem

2005-04-12 Thread Paul Scott
Helder Gomes da Silva wrote: He has upgraded it to 2.4.5 just a couple of days ago. apt-get update apt-get install should do it. I'm using deb http://www.pedrokroeger.net/lilypond/ ./ in my sources.list configuration. With apt-cache show I can only see version 2.4.2 Use: deb http://afavant.elte

Re: Lyrics alignment problem

2005-04-12 Thread Ferenc Wagner
Paul Scott <[EMAIL PROTECTED]> writes: > Riccardo Orfei wrote: > >> Unfortunately, I am running Lilypond 2.4.2, the Debian Woody version. > > That would be Ferenc Wagner's version, right? > >> Can anybody tell me how to upgrade gracefully from this version to a >> newer one? > > He has upgraded it

Re: Lyrics alignment problem

2005-04-12 Thread Helder Gomes da Silva
He has upgraded it to 2.4.5 just a couple of days ago. apt-get update apt-get install should do it. I'm using deb http://www.pedrokroeger.net/lilypond/ ./ in my sources.list configuration. With apt-cache show I can only see version 2.4.2 I'm having problems during installation, but I don't know

Re: Lyrics alignment problem

2005-04-12 Thread Paul Scott
Riccardo Orfei wrote: > Are you sure? When I try the following example with LilyPond > version 2.4.5, I get all the lyrics in a single line. > > /Mats I am sure. If it's not considered an abuse, I think I could post my .png version of the snippet. Unfortunately, I am running Lilypond 2.4.2, t

Re: Lyrics alignment problem

2005-04-12 Thread Riccardo Orfei
> Are you sure? When I try the following example with LilyPond > version 2.4.5, I get all the lyrics in a single line. > > /Mats I am sure. If it's not considered an abuse, I think I could post my .png version of the snippet. Unfortunately, I am running Lilypond 2.4.2, the Debian Woody versio

Re: Lyrics alignment problem

2005-04-11 Thread Mats Bengtsson
Are you sure? When I try the following example with LilyPond version 2.4.5, I get all the lyrics in a single line. /Mats \version "2.4.0" \include "italiano.ly" % tilde = ~ global = { \time 4/4 \key mib \major } % = \relative { do re mi fa } = \relative { sol' la si do } = \relati

Re: Lyrics alignment problem

2005-04-11 Thread Riccardo Orfei
Sorry, I tried it, but it doesn't still work. Any hint? Ric == Mats Bengtsson wrote: Keep all the lyrics within the same Lyrics context: \score { << \new Staff { \repeat volta 2 { \context Voice = "voice" { \ } } \alternative { \context Voice = "altI" { \ } \context Voice = "alt

Re: Lyrics alignment problem

2005-04-11 Thread Mats Bengtsson
Keep all the lyrics within the same Lyrics context: \score { << \new Staff { \repeat volta 2 { \context Voice = "voice" { \ } } \alternative { \context Voice = "altI" { \ } \context Voice = "altII" { \ } } } \new Lyrics << \lyricsto "voice" \ly \lyricsto "altI" \ly \lyricsto "

Lyrics alignment problem

2005-04-11 Thread Riccardo Orfei
dear lilypond users, I am experiencing some trouble in writing lyrics in a song with repeats and alternatives. Here is a sample of what I get: the text of this simple song is being displayed on three lines. What am I supposed to do to have my text on a single line? Thank you for your kind attenti

Lyrics alignment

2004-04-09 Thread Adam Tee
Hi all, I'm having a few problems with an example I am producing where I need some lyrics to be aligned with rests. In previous versions I have been able to do this simple by specifying the durations for the lyrics but in the latest version 2.2.0 this does not happen. Is there an easy solution t

Lyrics alignment

2003-07-05 Thread Józsa Márton
Under slurred notes Lilypond puts the syllable right to the first note in the group. I would like to put the syllable exactly under the first note. Changing alignment or begin-alignment didn't help. Please, help Thanks, Márton ___ Lilypond-user mail

Lyrics alignment

2003-07-02 Thread Józsa Márton
Lilypond puts the syllable under slurred notes right to the first note in the group. I would like to put the syllable exactly under the first note. Changing alignment or begin-alignment didn't help. Please, help Thanks, Márton ___ Lilypond-user mail

lyrics alignment

2003-01-15 Thread Ferenc Wagner
Hello, hopefully my last question tonight. For lyrics in two lines I use the \repeat construct: A1 -- a2. be-4 cause4. the8 \repeat fold 2 {} \alternative { {world4 is round4. it8 turns4 me o1 -- on4 _2 _8 be- cause2.. the8 world2. is4 rou1 -- nd2} {wind

lyrics alignment

2002-01-02 Thread Thomas Willhalm
Hello, first, let me take the opportunity to thank Laura and Mats for their help last time. The stanza numbers now look very nice in my songs. (Is there a particular reason why two variables LyricsVoice.stz and LyricsVoice.stanza must be set?) However, I'm not satisfied with the l

lyrics alignment (2)

2002-01-02 Thread Thomas Willhalm
sorry, I've forgot the attachment -- http://www.thomas.willhalm.de/ \header { mutopiatitle = "Macht hoch die T\"{u}r, die Tor macht weit" mutopiacomposer = "Halle 1704" mutopiapoet = "Georg Weißel vor 1623" mutopiainstrument = "Voice" date = "" source = "Gotteslob" style = "Hymn" copyri

Re: Breath, Was: Lyrics alignment again

2001-11-30 Thread Mats Bengtsson
> Hello, > > > > > Another thing I ran in to was that they use a checkmark as a way to note > > > > places where one takes a breath. I eventually figured out a hack with > > > > \bowup that works OK. > > > > > > I think that would be a nice hack to submit to > > > http://lilypond.org/wiki/?LilyP

Re: Lyrics alignment again

2001-11-27 Thread Gregory (Grisha) Trubetskoy
The hack is rather simple - Upbow (it's not bowup after all) is perfect as far as the shape goes, the only problem is that it appears above a note rather than before one. So you have to shift it to the left: \property Voice.Script \override #'extra-offset = #'(-2 . 0) c-\upbow \propert

Re: Breath, Was: Lyrics alignment again

2001-11-27 Thread David Boersma
Hello, > > > Another thing I ran in to was that they use a checkmark as a way to note > > > places where one takes a breath. I eventually figured out a hack with > > > \bowup that works OK. > > > > I think that would be a nice hack to submit to > > http://lilypond.org/wiki/?LilyPondHacks... (and

Breath, Was: Lyrics alignment again

2001-11-27 Thread Mats Bengtsson
> Hello, > > > Another thing I ran in to was that they use a checkmark as a way to note > > places where one takes a breath. I eventually figured out a hack with > > \bowup that works OK. > > I think that would be a nice hack to submit to > http://lilypond.org/wiki/?LilyPondHacks... (and/or to t

Re: Lyrics alignment again

2001-11-27 Thread David Boersma
Hello, > Another thing I ran in to was that they use a checkmark as a way to note > places where one takes a breath. I eventually figured out a hack with > \bowup that works OK. I think that would be a nice hack to submit to http://lilypond.org/wiki/?LilyPondHacks... (and/or to the proposed 'Tip

Re: Lyrics alignment again

2001-11-26 Thread Gregory (Grisha) Trubetskoy
On Mon, 26 Nov 2001, Mark Hindley wrote: > What I wrote about 1.4.9 certainly will give you an easier way to > control the lyric placement. But what I think you need is to use > \context ChoirStaff rather than StaffGroup and then there will be no > barlines in between the staves. Funny you shou

Re: Lyrics alignment again

2001-11-26 Thread Mats Bengtsson
> Gregory (Grisha) Trubetskoy writes: > > > > I saw the question posted earlier re lyrics alignment, but I can't quite > > tell whether it adresses my problem, so sorry if I'm being repeticious. > > > > I have Lyrics in between two staves in a

Lyrics alignment again

2001-11-26 Thread Mark Hindley
Gregory (Grisha) Trubetskoy writes: > > I saw the question posted earlier re lyrics alignment, but I can't quite > tell whether it adresses my problem, so sorry if I'm being repeticious. > > I have Lyrics in between two staves in a StaffGroup. This way bar lines

Lyrics alignment again

2001-11-25 Thread Gregory (Grisha) Trubetskoy
I saw the question posted earlier re lyrics alignment, but I can't quite tell whether it adresses my problem, so sorry if I'm being repeticious. I have Lyrics in between two staves in a StaffGroup. This way bar lines go all across from the top staff to the bottom one. I'm using

Lyrics alignment

2001-11-22 Thread Mark Hindley
Bas Wassink writes: > Can someone help me with the horizontal alignment of syllables ? I have just done a patch for this that is in 1.4.9. Basically there are 3 lyric alignments (automatically determined): Left for the first syllable of a phrase, Right for the last and centred for the rest. T

Lyrics alignment

2001-11-22 Thread Bas Wassink
Can someone help me with the horizontal alignment of syllables ? I've tried several ways to set/override the alignment, but I can't figure out the exact syntaxis (The online reference is a bit fuzzy on this.) Also I'd like to report a bug (?): When using '--' in Lyrics-mode between to syllable