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
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
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
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
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
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.
>
>
> 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
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
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
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
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 #
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
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
>
> 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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
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?
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
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.
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
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
__
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?
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
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
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
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
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
> 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
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
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
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 "
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
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
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
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
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
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
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
> 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
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
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
> 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
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
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
> 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
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
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
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
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
72 matches
Mail list logo