Re: Missing notes after lyrics end: bug?

2013-12-16 Thread Eluze
Trevor Daniels wrote > Arjen Bax wrote Sunday, December 15, 2013 2:48 PM > >> Complete minimal working example, omitting the lower staff: >> >> \version "2.16.2" >> >> sopTxt = \new Lyrics = sopL \with { alignAboveContext = "upper&quo

Re: Missing notes after lyrics end: bug?

2013-12-15 Thread Trevor Daniels
Arjen Bax wrote Sunday, December 15, 2013 2:48 PM > Complete minimal working example, omitting the lower staff: > > \version "2.16.2" > > sopTxt = \new Lyrics = sopL \with { alignAboveContext = "upper" } >\lyricsto sop \lyricmode { A C } > >

Re: vertical centering of chorus lyrics (and not neededcodeinsnippets)

2013-12-07 Thread Phil Holmes
"Eluze" wrote in message news:1386280330826-155148.p...@n5.nabble.com... now there's another little issue in this snippet (which I didn't see before): the melody is melody = \relative c' { c4 d e f g f e8( e f) d4 c e d c } where it should be (note the change from the eighth to fourth durat

Re: vertical centering of chorus lyrics (and not needed codeinsnippets)

2013-12-05 Thread Eluze
fourth duration) melody = \relative c' { c4 d e f | g f e8( e f) d | c4 e d c | } so here is the newest - and hopefully the last - corrected file: LSR503.ly <http://lilypond.1069038.n5.nabble.com/file/n155148/LSR503.ly> Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/vertical-centering-of-chorus-lyrics-and-not-needed-code-in-snippets-tp154979p155148.html Sent from the Bugs mailing list archive at Nabble.com. ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: vertical centering of chorus lyrics (and not needed codeinsnippets)

2013-12-05 Thread David Kastrup
"Phil Holmes" writes: > "Eluze" wrote in message > news:1386257667809-155106.p...@n5.nabble.com... >> Phil Holmes-2 wrote >>> Not sure you can update the snippet, but please do try and let me know on >>> the list that it needs approving. >> >> you're right - I can't >> >> here is the modified co

Re: vertical centering of chorus lyrics (and not neededcodeinsnippets)

2013-12-05 Thread Phil Holmes
"Eluze" wrote in message news:1386264875814-155114.p...@n5.nabble.com... Phil Holmes-2 wrote That doesn't compile on 2.14.0: C:/Users/Phil/AppData/Local/Temp/LSR503.ly:20:16: error: syntax error, unexpected LYRIC_MARKUP \set stanza = \markup {\hspace #2 All:} So the LSR 50

Re: vertical centering of chorus lyrics (and not needed codeinsnippets)

2013-12-05 Thread Eluze
.n5.nabble.com/vertical-centering-of-chorus-lyrics-and-not-needed-code-in-snippets-tp154979p155114.html Sent from the Bugs mailing list archive at Nabble.com. ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: vertical centering of chorus lyrics (and not needed codeinsnippets)

2013-12-05 Thread Phil Holmes
"Eluze" wrote in message news:1386257667809-155106.p...@n5.nabble.com... Phil Holmes-2 wrote Not sure you can update the snippet, but please do try and let me know on the list that it needs approving. you're right - I can't here is the modified code: LSR503.ly

Re: vertical centering of chorus lyrics (and not needed code insnippets)

2013-12-05 Thread Eluze
- View this message in context: http://lilypond.1069038.n5.nabble.com/vertical-centering-of-chorus-lyrics-and-not-needed-code-in-snippets-tp154979p155106.html Sent from the Bugs mailing list archive at Nabble.com. ___ bug-lilypond mailing list bug-

Re: vertical centering of chorus lyrics (and not needed code insnippets)

2013-12-05 Thread Phil Holmes
"Eluze" wrote in message news:1386191449847-155048.p...@n5.nabble.com... Phil Holmes-2 wrote I've updated the snippet: http://lsr.dsi.unimi.it/LSR/Item?id=503 The docs will be updated when the snippet database is imported. thank you, Phil - I sh/would have done it if I'd known that the do

Re: vertical centering of chorus lyrics (and not needed code in snippets)

2013-12-04 Thread Eluze
tions where /extra-offset/ does a better job than /Y-offset/ if you like I can update the LSR-snippet and you will have to approve it - please tell me. Eluze -- View this message in context: http://lilypond.1069038.n5.nabble.com/vertical-centering-of-chorus-lyrics-and-not-needed-code-in-snip

Re: vertical centering of chorus lyrics (and not needed code in snippets)

2013-12-04 Thread Phil Holmes
"Eluze" wrote in message news:1386113894965-154979.p...@n5.nabble.com... the source in http://www.lilypond.org/doc/v2.17/Documentation/snippets/vocal-music#vocal-music-vertically-centered-common-lyrics starts with \include "english.ly" leftbrace = \markup { \overr

vertical centering of chorus lyrics (and not needed code in snippets)

2013-12-03 Thread Eluze
the source in http://www.lilypond.org/doc/v2.17/Documentation/snippets/vocal-music#vocal-music-vertically-centered-common-lyrics starts with \include "english.ly" leftbrace = \markup { \override #'(font-encoding . fetaBraces) \lookup #"brace240" } rightbrace = \markup

Re: vertical spacing of a staff with lyrics is irritating

2013-11-01 Thread Eluze
k-ohara5a5a wrote > It looks like every line of lyrics at the bottom of a score causes extra > space between following markup and any lyrics above the next score: > > <<\new Staff { a'1 a'1 } > \new Lyrics { oh1 oh } > \new Lyrics { oh1 oh } > \new Ly

Re: vertical spacing of a staff with lyrics is irritating

2013-11-01 Thread Keith OHara
Eluze gmail.com> writes: > > If you put A at the bottom of your list, the lyrics become spaced close > > to the staves. > > not sure what you mean with this - example? staff=\new Staff = staff \new Voice = voice { a'1 a'1 } lyric=\context Lyrics = lyr

Re: vertical spacing of a staff with lyrics is irritating

2013-10-31 Thread Eluze
k-ohara5a5a wrote > > Eluze wrote >>> staff=\new Staff = staff \new Voice = voice { a'1 a'1 } >>> lyric=\context Lyrics = lyric \lyricsto voice { oh oh } >>> >>> A =<< \staff \lyric >> >>> >>> B=<< \st

Re: vertical spacing of a staff with lyrics is irritating

2013-10-31 Thread Keith OHara
Eluze gmail.com> writes: > staff=\new Staff = staff \new Voice = voice { a'1 a'1 } > lyric=\context Lyrics = lyric \lyricsto voice { oh oh } > > A =<< \staff \lyric >> > > B=<< \staff \new Lyrics = lyric \with { alignAboveContext = staff } \

Re: vertical spacing of a staff with lyrics is irritating

2013-10-31 Thread Eluze
Eluze wrote > the score after \A always has different vertical spacing: the distance > from the markup line increases and/or the distance between the staff and > the lyrics changes. > > is there an explanation for this? while I managed to reduce the distance between the staff a

vertical spacing of a staff with lyrics is irritating

2013-10-30 Thread Eluze
I'm flummoxed by the vertical spacing in the following example: staff=\new Staff = staff \new Voice = voice { a'1 a'1 } lyric=\context Lyrics = lyric \lyricsto voice { oh oh } A =<< \staff \lyric >> B=<< \staff \new Lyrics = lyric \with { alignAboveContext = st

Re: Lyrics appear in "sans" on linux-64

2013-09-10 Thread James
On 09/09/13 23:08, Mark Polesky wrote: So, how exactly do I get all the New Century Schoolbook fonts in one go? I could download all the typefaces separately, but I won't know when I've gotten them all. I did sudo apt-get build-dep lilypond and it claimed to install something, but I don't

Re: Lyrics appear in "sans" on linux-64

2013-09-09 Thread Mark Polesky
So, how exactly do I get all the New Century Schoolbook fonts in one go?  I could download all the typefaces separately, but I won't know when I've gotten them all. I did   sudo apt-get build-dep lilypond and it claimed to install something, but I don't recall what.  Then I rebooted and checked

Re: Lyrics appear in "sans" on linux-64

2013-08-29 Thread Julien Rioux
On 29/08/2013 12:35 PM, Werner LEMBERG wrote: Here's my make.log: http://www.markpolesky.com/norobots/make.log Indeed: Instead of calling the script pfx2ttf.fontforge four times, I just see true true true true The rule covering this can be found in file `mf/GNUmakefile': $(

Re: Lyrics appear in "sans" on linux-64

2013-08-29 Thread Werner LEMBERG
> Here's my make.log: > > http://www.markpolesky.com/norobots/make.log Indeed: Instead of calling the script pfx2ttf.fontforge four times, I just see true true true true The rule covering this can be found in file `mf/GNUmakefile': $(NCSB_OTFS): $(NCSB_SOURCE_FILES) \

Re: Lyrics appear in "sans" on linux-64

2013-08-28 Thread Phil Holmes
"Mark Polesky" wrote in message news:1377680573.29275.yahoomail...@web181405.mail.ne1.yahoo.com... Werner Lemberg wrote: Can you show us the lines in your `make.log' file directly after the calls to the `pfx2ttf.fontforge' script? Maybe there is some hint which shows what's going on. Curiousl

Re: Lyrics appear in "sans" on linux-64

2013-08-28 Thread Mark Polesky
David Kastrup wrote: >> make all &> make.log >> >> Am I using the wrong redirection operator? > > Depends on your shell.  Bash understands both &> and >&. Well, I'm using bash.  This just gets weirder and weirder. Here's my make.log: http://www.markpolesky.com/norobots/make.log ___

Re: Lyrics appear in "sans" on linux-64

2013-08-28 Thread David Kastrup
Mark Polesky writes: > Werner Lemberg wrote: >> Can you show us the lines in your `make.log' file directly >> after the calls to the `pfx2ttf.fontforge' script?  Maybe >> there is some hint which shows what's going on. > > Curiously, no.  There is no call to that function in my > make.log file. 

Re: Lyrics appear in "sans" on linux-64

2013-08-28 Thread Mark Polesky
Werner Lemberg wrote: > Can you show us the lines in your `make.log' file directly > after the calls to the `pfx2ttf.fontforge' script?  Maybe > there is some hint which shows what's going on. Curiously, no.  There is no call to that function in my make.log file.  I did: make all &> make.log Am

Re: Lyrics appear in "sans" on linux-64

2013-08-28 Thread Werner LEMBERG
> are you implying that you might know how to fix this? Not really. Actually, I hope that some of our make gurus chime in :-) Can you show us the lines in your `make.log' file directly after the calls to the `pfx2ttf.fontforge' script? Maybe there is some hint which shows what's going on.

Re: Lyrics appear in "sans" on linux-64

2013-08-28 Thread Mark Polesky
Werner Lemberg wrote: > Note that there seems to be a bug somewhere regarding > dependencies: Doing a non-parallel build, the above > command is run four times.  Maybe this is the very reasons > of your problem. Werner, are you implying that you might know how to fix this?  Or should I instead as

Re: Lyrics appear in "sans" on linux-64

2013-08-27 Thread Werner LEMBERG
[git cc2b7846] > No such file or directory: './out/CenturySchL-Ital.otf' Obviously, this means that FontForge hasn't created this file while doing `make'. The Century OTFs are created by the script `pfx2ttf.fontforge'. For my local compilation, I see the following command while doing `make all

Re: Lyrics appear in "sans" on linux-64

2013-08-27 Thread Mark Polesky
Phil Holmes wrote: > I'm fairly certain the -j/CPU_COUNT is irrelevant.  Use an > appropriate value for your machine.  I asked earlier what > happens if you try a simple compilation of some music with > lyrics on your built LilyPond.  Could you try, please? Actually I hadn&#x

Re: Lyrics appear in "sans" on linux-64

2013-08-27 Thread Phil Holmes
ything clean, did make/make doc (no -j or CPU_COUNT). Still I get the sans-serif fonts. === I'm fairly certain the -j/CPU_COUNT is irrelevant. Use an appropriate value for your machine. I asked earlier what happens if you try a simple compilation

Re: Lyrics appear in "sans" on linux-64

2013-08-27 Thread Mark Polesky
Mark Polesky wrote: > checking New Century Schoolbook PFB files... dirname: > missing operand Try `dirname --help' for more information. > > I don't know what that means, but it doesn't raise an > error.  I'm going ahead with a full make/make doc, which > takes just under 2hrs on my system when I

Re: Lyrics appear in "sans" on linux-64

2013-08-27 Thread David Kastrup
Mark Polesky writes: > Colin Campbell wrote: >> Another possibility is that your font cache is munged > > Okay, I moved the .lilypond-fonts.cache-2/ directory out of > my home directory, and configure responds with: > > checking New Century Schoolbook PFB files... dirname: missing operand > Try

Re: Lyrics appear in "sans" on linux-64

2013-08-27 Thread Mark Polesky
Colin Campbell wrote: > Another possibility is that your font cache is munged Okay, I moved the .lilypond-fonts.cache-2/ directory out of my home directory, and configure responds with: checking New Century Schoolbook PFB files... dirname: missing operand Try `dirname --help' for more informatio

Re: Lyrics appear in "sans" on linux-64

2013-08-27 Thread Colin Campbell
untu 64bit) do not have this problem. I don't think I compiled LP last since 2.13.12 or so, but if I ever track down a specific regression point, I'll be sure to post it here. - Mark == What happens if you just use your compiled version of LilyPond

Re: Lyrics appear in "sans" on linux-64

2013-08-27 Thread Phil Holmes
n't think I compiled LP last since 2.13.12 or so, but if I ever track down a specific regression point, I'll be sure to post it here. - Mark == What happens if you just use your compiled version o

Re: Lyrics appear in "sans" on linux-64

2013-08-27 Thread James
Hello, On 27/08/13 11:02, Mark Polesky wrote: In case anyone is still interested in this, today I completely cleaned out my source dir and did a `make' and `make doc' (no `-j5' or `CPU_COUNT=5'), from scratch with latest master: rm -rf ~/lilypond-git/* && git reset --hard origin/master ./autoge

Re: Lyrics appear in "sans" on linux-64

2013-08-27 Thread Thomas Morley
2013/8/27 Mark Polesky : > In case anyone is still interested in this, today I > completely cleaned out my source dir and did a `make' and > `make doc' (no `-j5' or `CPU_COUNT=5'), from scratch with > latest master: > > rm -rf ~/lilypond-git/* && git reset --hard origin/master > ./autogen.sh --noco

Re: Lyrics appear in "sans" on linux-64

2013-08-27 Thread Mark Polesky
In case anyone is still interested in this, today I completely cleaned out my source dir and did a `make' and `make doc' (no `-j5' or `CPU_COUNT=5'), from scratch with latest master: rm -rf ~/lilypond-git/* && git reset --hard origin/master ./autogen.sh --noconfigure mkdir build/ cd build/ ../conf

Re: Lyrics appear in "sans" on linux-64

2013-08-26 Thread Phil Holmes
"Mark Polesky" wrote in message news:1377479265.2132.yahoomail...@web181406.mail.ne1.yahoo.com... As time permits, I may try to compile some old releases to see if I can pinpoint the release where the problem emerges, if not the commit itself. This could take a while! In the meantime, I presume

Re: Lyrics appear in "sans" on linux-64

2013-08-26 Thread Phil Holmes
"Mark Polesky" wrote in message news:1377498407.12550.yahoomail...@web181406.mail.ne1.yahoo.com... Colin Campbell wrote: When I compile, I generally use -j3 CPU_COUNT=3 on a dual-core machine, with no font issues that I've seen. I have a quad-core; so I've been using -j5 CPU_COUNT=5. - Mark

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Mark Polesky
Colin Campbell wrote: > When I compile, I generally use -j3 CPU_COUNT=3 on a > dual-core machine, with no font issues that I've seen. I have a quad-core; so I've been using -j5 CPU_COUNT=5. - Mark ___ bug-lilypond mailing list bug-lilypond@gnu.org http

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Colin Campbell
On 13-08-25 07:07 PM, Mark Polesky wrote: David Kastrup wrote: As I mentioned earlier, my font problem only happens on 2.17.25. The output on 2.17.24 is fine. There is no real candidate for such a difference in the commits. So did you choose a significantly different directory name for buildi

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Mark Polesky
David Kastrup wrote: >> As I mentioned earlier, my font problem only happens on >> 2.17.25.  The output on 2.17.24 is fine. > > There is no real candidate for such a difference in the > commits.  So did you choose a significantly different > directory name for building 2.17.25? No.  I haven't bui

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread David Kastrup
Mark Polesky writes: > Colin Campbell wrote: >> To be accurate, I tested on 2.17.24 so I'm just now >> remaking doc after updating to latest master and >> recompiling the binaries. > > As I mentioned earlier, my font problem only happens on > 2.17.25.  The output on 2.17.24 is fine. There is n

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Colin Campbell
and others. And the .PDF is the same. As well as opening the .png in Okular, I've also looked at it in context, in 2.1.1 of the just-generated NR. I don't see any lyrics in sans, just on a really cursory scan of nearby examples. I haven't gone the route of nuking my /build, no

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Mark Polesky
Colin Campbell wrote: > To be accurate, I tested on 2.17.24 so I'm just now > remaking doc after updating to latest master and > recompiling the binaries. As I mentioned earlier, my font problem only happens on 2.17.25.  The output on 2.17.24 is fine. - Mark ___

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Mark Polesky
Phil Holmes wrote: > OK.  You're definitely attaching cropped screenshots, > AFAICS. Yes. > Compare the first one you attached, where the heading > "Using \lyriscto" is sans serif, with the one you've just > attached.  That's a serif font. Exactly.  In the first one, I set my browser's default

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Colin Campbell
On 13-08-25 03:35 PM, Phil Holmes wrote: "Mark Polesky" wrote in message news:1377464714.23076.yahoomail...@web181406.mail.ne1.yahoo.com... forgot the attachment ___

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Phil Holmes
"Mark Polesky" wrote in message news:1377464714.23076.yahoomail...@web181406.mail.ne1.yahoo.com... forgot the attachment ___ bug-lilypond mailing list bug-lilypond@g

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Mark Polesky
Colin Campbell wrote: > Looks as though the problem is local, Mark. I'm willing to accept that as a possibility, but how would I begin to troubleshoot it?  How could I sort out the cause? Besides, if that's true, what if this happens to other users (and ones less advanced than I), what do we te

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Mark Polesky
display the image (that LilyPond produced).  So the browser styles are irrelevant. But for whatever reason, with 2.17.25, on *my* computer, LilyPond is not displaying the default serif font for the lyrics, while 2.17.24 is working just fine for me.  And whatever that reason is, it's not creatin

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Mark Polesky
forgot the attachment<>___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/bug-lilypond

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Colin Campbell
On 13-08-25 02:04 PM, Phil Holmes wrote: "Mark Polesky" wrote in message news:1377458947.49434.yahoomail...@web181402.mail.ne1.yahoo.com... Phil Holmes wrote: I think this must be something to do with your own system - don't forget that for HTML, the font is actually chosen by the browser. Her

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Phil Holmes
"Mark Polesky" wrote in message news:1377458947.49434.yahoomail...@web181402.mail.ne1.yahoo.com... Phil Holmes wrote: I think this must be something to do with your own system - don't forget that for HTML, the font is actually chosen by the browser. Here's latest master, make doc on 64 bit Ubun

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Mark Polesky
Phil Holmes wrote: > I think this must be something to do with your own system > - don't forget that for HTML, the font is actually chosen > by the browser.  Here's latest master, make doc on 64 bit > Ubuntu 10.04. Huh?  The font problem is showing in the png images produced from `make doc', not

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Phil Holmes
"Mark Polesky" wrote in message news:1377399836.87571.yahoomail...@web181404.mail.ne1.yahoo.com... Hi, maybe this has been discussed and I missed it, but I compiled the docs today, and all the lyrics came out in "sans". Is this a known issue? $ uname -a Linux localhost

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Mark Polesky
James wrote: > Using 32 bit lilydev I don't get this problem.  It all > looks 'normal' from building from today's tree. Okay good, that should help developers narrow down this bug. Thomas Morley wrote: > Compiling > > [...] > > with 2.17.24 (via installer) on > Linux kasten 2.6.32-50-generic #1

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread James
Thomas, On 25 August 2013 13:35, Thomas Morley wrote: > 2013/8/25 James : > > Mark, > > > > > > On 25 August 2013 04:03, Mark Polesky wrote: > > > >> Hi, maybe this has been discussed and I missed it, but I > >> compiled the docs today, and

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread Thomas Morley
2013/8/25 James : > Mark, > > > On 25 August 2013 04:03, Mark Polesky wrote: > >> Hi, maybe this has been discussed and I missed it, but I >> compiled the docs today, and all the lyrics came out in >> "sans". Is this a known issue? >> >> $

Re: Lyrics appear in "sans" on linux-64

2013-08-25 Thread James
Mark, On 25 August 2013 04:03, Mark Polesky wrote: > Hi, maybe this has been discussed and I missed it, but I > compiled the docs today, and all the lyrics came out in > "sans". Is this a known issue? > > $ uname -a > Linux localhost 3.2.0-36-generic #57-Ubuntu

Lyrics appear in "sans" on linux-64

2013-08-24 Thread Mark Polesky
Hi, maybe this has been discussed and I missed it, but I compiled the docs today, and all the lyrics came out in "sans".  Is this a known issue? $ uname -a Linux localhost 3.2.0-36-generic #57-Ubuntu SMP Tue Jan 8 21:44:52 UTC 2013 x86_64 x86_64 x86_64 GNU/Lin

Re: vowel aligned lyrics - want to improve it

2013-05-28 Thread Wolf Alight
-- na hän -- der, Her -- re Gud, } \score { \new Staff << \new Voice = "melody" \chant \new Lyrics \lyricsto "melody" \words >> \layout { \context { \Lyrics \override LyricText #'X-offset = #center-on-vowel } } } 2013/4/4 Janek W

Re: Notation Reference doc addition: Techniques Specific to Lyrics

2013-04-04 Thread Janek Warchoł
t; Add to this page after the section for Divisi lyrics at the bottom: >> >> http://lilypond.org/doc/v2.16/Documentation/notation/techniques-specific-to-lyrics >> >> The following is based on this page for Temporary polyphonic passages. >> >> http://lilypond.org

Re: vowel aligned lyrics - want to improve it

2013-04-04 Thread Janek Warchoł
On Thu, Apr 4, 2013 at 12:45 PM, Mats Bengtsson wrote: > I guess the proper way to obtain this would be to be able to set the > reference point for the corresponding LyricText object to correspond to a > certain character and let LilyPond calculate all widths as usual. Such a > solution could then

Re: vowel aligned lyrics - want to improve it

2013-04-04 Thread Janek Warchoł
azing") http://code.google.com/p/lilypond/issues/detail?id=2451 > 2. glyphs which "don't count" for left-edge determination > (e.g., all consonants, if you want vowel-aligned lyrics). http://code.google.com/p/lilypond/issues/detail?id=2452 I know that i'm horribly

Re: vowel aligned lyrics - want to improve it

2013-04-04 Thread Janek Warchoł
On Wed, Apr 3, 2013 at 11:02 PM, Xavier Scheuer wrote: > Someone on the French users mailing list would like to align lyrics > on the first vowel. > http://lilypond-french-users.1298960.n2.nabble.com/Alignement-des-paroles-sur-la-premiere-voyelle-td7579353.html > > I found

Re: vowel aligned lyrics - want to improve it

2013-04-04 Thread Mats Bengtsson
On 04/04/2013 11:50 AM, bug-lilypond-requ...@gnu.org wrote: Hi, Someone on the French users mailing list would like to align lyrics on the first vowel. http://lilypond-french-users.1298960.n2.nabble.com/Alignement-des-paroles-sur-la-premiere-voyelle-td7579353.html I found this thread but

Re: vowel aligned lyrics - want to improve it

2013-04-03 Thread Kieren MacMillan
Hi Xavier, > Someone on the French users mailing list would like to align lyrics > on the first vowel. > http://lilypond-french-users.1298960.n2.nabble.com/Alignement-des-paroles-sur-la-premiere-voyelle-td7579353.html > > I found this thread but searching the LSR with the keyword

Re: vowel aligned lyrics - want to improve it

2013-04-03 Thread Xavier Scheuer
eone on the French users mailing list would like to align lyrics on the first vowel. http://lilypond-french-users.1298960.n2.nabble.com/Alignement-des-paroles-sur-la-premiere-voyelle-td7579353.html I found this thread but searching the LSR with the keyword "vowel" gives no result (and

Re: Notation Reference doc addition: Techniques Specific to Lyrics

2013-03-10 Thread Colin Hall
Guy Stalnaker writes: > Add to this page after the section for Divisi lyrics at the bottom: > > http://lilypond.org/doc/v2.16/Documentation/notation/techniques-specific-to-lyrics > > The following is based on this page for Temporary polyphonic passages. > > http://l

Re: Notation Reference doc addition: Techniques Specific to Lyrics

2013-03-10 Thread Colin Hall
Guy Stalnaker writes: > Add to this page after the section for Divisi lyrics at the bottom: Thanks, Guy, nice work. Cheers, Colin. -- Colin Hall ___ bug-lilypond mailing list bug-lilypond@gnu.org https://lists.gnu.org/mailman/listinfo/

Notation Reference doc addition: Techniques Specific to Lyrics

2013-03-09 Thread Guy Stalnaker
Add to this page after the section for Divisi lyrics at the bottom: http://lilypond.org/doc/v2.16/Documentation/notation/techniques-specific-to-lyrics The following is based on this page for Temporary polyphonic passages. http://lilypond.org/doc/v2.16/Documentation/notation/multiple-voices

Re: Fw: Footnotes to lyrics

2013-02-27 Thread Marek Klein
: >>> >>> \version "2.16.1" >>> << >>> \new Voice = "voice" { c' d' e' f' } >>> \new Lyrics \lyricsto "voice" { \markup { \auto-footnote "Lyric" >>> "footnote" } } &

Fw: Footnotes to lyrics

2013-02-27 Thread Phil Holmes
- Original Message - From: "David Kastrup" To: "Daniel Rosen" Cc: Sent: Wednesday, February 27, 2013 4:43 PM Subject: Re: Footnotes to lyrics Daniel Rosen writes: -Original Message- From: David Kastrup [mailto:d...@gnu.org] Sent: Wednesday, February

Re: Extra leading repeat sign with leading rest and lyrics

2013-01-30 Thread Ralph Palmer
On Mon, Jan 28, 2013 at 10:44 PM, Todd Hesla wrote: > > I'm not top posting. > > % When processing a volta repeat containing a leading rest and lyrics, > % Lilypond 2.14.2 adds an extra leading repeat sign where the lyrics start > % (after the rest). > Thanks for th

Extra leading repeat sign with leading rest and lyrics

2013-01-28 Thread Todd Hesla
> I'm not top posting. % When processing a volta repeat containing a leading rest and lyrics, % Lilypond 2.14.2 adds an extra leading repeat sign where the lyrics start % (after the rest). \version "2.14.2" notes = \relative c' { c4 c c c | \repeat volta 2 { r

Re: Lyrics too cozy with notes

2012-12-17 Thread Colin Hall
; >>> \relative c' { g a' a r4 a1 } > >>> \addlyrics { u u u u } > >>> \relative c''' { r2 r32 d8.. r4 R1 } > >>>>> > >>> > >>> I'm not convinced that the lower voice should slice through the

Re: Lyrics too cozy with notes

2012-12-16 Thread m...@mikesolomon.org
b1ff...@mikesolomon.org... >>> In the following example : >>> >>> \version "2.17.9" >>> >>> << >>> \relative c' { g a' a r4 a1 } >>> \addlyrics { u u u u } >>> \relative c''' { r2

Re: Lyrics too cozy with notes

2012-12-16 Thread Phil Holmes
relative c' { g a' a r4 a1 } \addlyrics { u u u u } \relative c''' { r2 r32 d8.. r4 R1 } I'm not convinced that the lower voice should slice through the lyrics. I'm typesetting a choral works and it looks, while sightreading, that the u in the higher voice is a

Re: Lyrics too cozy with notes

2012-12-16 Thread m...@mikesolomon.org
x27; a r4 a1 } >> \addlyrics { u u u u } >> \relative c''' { r2 r32 d8.. r4 R1 } >>>> >> >> I'm not convinced that the lower voice should slice through the lyrics. I'm >> typesetting a choral works and it looks, while sightreading,

Re: Lyrics too cozy with notes

2012-12-16 Thread Phil Holmes
wrote in message news:4f340ef1-b01d-4332-bc06-88b0cb1ff...@mikesolomon.org... In the following example : \version "2.17.9" << \relative c' { g a' a r4 a1 } \addlyrics { u u u u } \relative c''' { r2 r32 d8.. r4 R1 } I'm not convinced that t

Lyrics too cozy with notes

2012-12-16 Thread m...@mikesolomon.org
In the following example : \version "2.17.9" << \relative c' { g a' a r4 a1 } \addlyrics { u u u u } \relative c''' { r2 r32 d8.. r4 R1 } >> I'm not convinced that the lower voice should slice through the lyrics. I'm typesetting a cho

Re: Two problems: font choice and lyrics

2012-11-09 Thread Phil Holmes
wrote in message news:14221.193.174.248.2.1352484071.squir...@lavabit.com... Hello everybody, during my recent work with lilypond I encountered two quite annoying problems: - If both fontsize and the font itself have been changed in a document, the font choice is not taken into account and Comp

Re: Two problems: font choice and lyrics

2012-11-09 Thread Phil Holmes
iddle of measures) in the same staff. If I try the same without a StaffGroup, another - maybe related - error occurs: the "\new Lyrics" command doesn't work although it is in the usual place, I think. The appendix contains an example, which I thought minimal, for each of the three cas

Two problems: font choice and lyrics

2012-11-09 Thread simon_albrecht
other - maybe related - error occurs: the "\new Lyrics" command doesn't work although it is in the usual place, I think. The appendix contains an example, which I thought minimal, for each of the three cases. I sincerely hope there no tiny mistakes in use which I overlooked, and

Re: lyrics with music disturbs fingering, stroke fingering or string numbering

2012-11-03 Thread David Kastrup
Eluze writes: > Eluze wrote >> having lyrics with music disturbs the fingering, stroke fingering or >> string numbering: > > ok, the solution is to wrap fingerings, string numbers and stroke fingers > into a chord (< … >) > > but, reading the docs you can f

Re: lyrics with music disturbs fingering, stroke fingering or string numbering

2012-11-03 Thread Eluze
Eluze wrote > having lyrics with music disturbs the fingering, stroke fingering or > string numbering: ok, the solution is to wrap fingerings, string numbers and stroke fingers into a chord (< … >) but, reading the docs you can find examples where they are /not/ in chord brackets (a

lyrics with music disturbs fingering, stroke fingering or string numbering

2012-11-02 Thread Eluze
having lyrics with music disturbs the fingering, stroke fingering or string numbering: music = \new Voice = "music" { c'4 \rightHandFinger #1 \5-0 d'8 \rightHandFinger #2 \6-1 d' \rightHandFinger #3 \5-2 < e' \rightHandFinger #4 \6-3 g'-4 >4 <

Re: Five issues with automatic footnotes to lyrics

2012-09-07 Thread Marek Klein
Hello bug-list, 2012/9/7 Trevor Daniels > > worth creating a separate issue for that and ask for the footnote text > > to migrate to the bottom of the page in this special case of markup > > footnote as well. > > > Since this is an obvious placement for a markup footnote, it might be > Will do.

Re: Five issues with automatic footnotes to lyrics

2012-09-07 Thread Trevor Daniels
David Kastrup wrote Thursday, September 06, 2012 11:49 PM > David Kastrup writes: > >> "Trevor Daniels" writes: >> >>> e) The alternative \auto-footnote command would probably work better, >>> but it gives a syntax error in a Lyrics context.

Re: Five issues with automatic footnotes to lyrics

2012-09-06 Thread David Kastrup
David Kastrup writes: > "Trevor Daniels" writes: > >> I'm trying to document footnotes and I have just begun to look at >> footnotes to lyrics. There are so many issues with using automatic >> marks that I think I'll leave this out of the documen

Re: Five issues with automatic footnotes to lyrics

2012-09-06 Thread David Kastrup
"Trevor Daniels" writes: > I'm trying to document footnotes and I have just begun to look at footnotes > to lyrics. There are so many issues with using automatic marks that I think > I'll leave this out of the documentation. Try this: > > \

Five issues with automatic footnotes to lyrics

2012-09-06 Thread Trevor Daniels
I'm trying to document footnotes and I have just begun to look at footnotes to lyrics. There are so many issues with using automatic marks that I think I'll leave this out of the documentation. Try this: \score { << { a' b' c'' d'' }

Re: barcheck fails on rest and lyrics

2012-09-02 Thread Phil Holmes
| hm hm hm hm } > - It took me a while to find it, but this is one of our older bugs. http://code.google.com/p/lilypond/issues/detail?id=99 Sorry, I didn't find this... But I still don't get it. In my example, where should the bars

Re: barcheck fails on rest and lyrics

2012-09-02 Thread Markus Grunwald
took me a while to find it, but this is one of our older bugs. > http://code.google.com/p/lilypond/issues/detail?id=99 Sorry, I didn't find this... But I still don't get it. In my example, where should the bars in the lyrics be - and why? cu Markus

Re: barcheck fails on rest and lyrics

2012-09-02 Thread Colin Hall
On Sun, Sep 02, 2012 at 11:29:49AM +0100, Phil Holmes wrote: > "Markus Grunwald" wrote in > message news:loom.20120901t233835-...@post.gmane.org... > >Hello, > > > >>I'm not top posting. Oh dear... > > > >my first tries with lilypond lead to this warning: > > > >---

Re: barcheck fails on rest and lyrics

2012-09-02 Thread Colin Hall
On Sat, Sep 01, 2012 at 09:42:20PM +, Markus Grunwald wrote: > Hello, > > > I'm not top posting. Oh dear... > > my first tries with lilypond lead to this warning: > > -- > \version "2.14.2" > << > \relative c' { g2 g4 g4 | r4 b b b } >

Re: barcheck fails on rest and lyrics

2012-09-02 Thread Phil Holmes
"Markus Grunwald" wrote in message news:loom.20120901t233835-...@post.gmane.org... Hello, I'm not top posting. Oh dear... my first tries with lilypond lead to this warning: -- \version "2.14.2" << \relative c' { g2 g4 g4 | r4 b b b } \a

<    1   2   3   4   5   6   7   8   9   10   >