Re: Lyrics placement

2018-09-24 Thread Vaughan McAlley
On Mon, 24 Sep 2018 at 05:31, Guy Stalnaker wrote: > And THEN I find this: > > http://lsr.di.unimi.it/LSR/Item?id=781 > > LOL > > I've already redone the code to swap the voices, but I'll investigate this > snippet to see if I can learn how it works. > > Guy >

Re: Lyrics placement

2018-09-23 Thread Guy Stalnaker
And THEN I find this: http://lsr.di.unimi.it/LSR/Item?id=781 LOL I've already redone the code to swap the voices, but I'll investigate this snippet to see if I can learn how it works. Guy ___ lilypond-user mailing list lilypond-user@gnu.org https://li

Re: Lyrics placement

2018-09-23 Thread Guy Stalnaker
on is what I've done. Guy Guy Stalnaker jimmyg...@gmail.com On Sun, Sep 23, 2018 at 9:08 AM Phil Holmes wrote: > - Original Message - > From: "Kieren MacMillan" > To: "Guy Stalnaker" > Cc: "Lilypond-User Mailing List" > Sent: S

Re: Lyrics placement

2018-09-23 Thread Phil Holmes
- Original Message - From: "Kieren MacMillan" To: "Guy Stalnaker" Cc: "Lilypond-User Mailing List" Sent: Sunday, September 23, 2018 2:51 PM Subject: Re: Lyrics placement Hi Guy, Does your definition of ChoirStaff accept Lyrics? That’s usually

Re: Lyrics placement

2018-09-23 Thread Kieren MacMillan
Hi Guy, Does your definition of ChoirStaff accept Lyrics? That’s usually the reason I see for "jumping" contexts… Hope that helps! Kieren. Kieren MacMillan, composer ‣ website: www.kierenmacmillan.info ‣ email: i...@kierenmacmillan.info

Lyrics placement

2018-09-22 Thread Guy Stalnaker
All, Every so often LP does something so unexpected I have no idea how to trouble-shoot it. I have a score with this structure (simplified - this structure is a Frescobaldi standard SATB with piano reduction Wizard output): %Voices /soprano /also /tenor /bass %Temp lyrics (see below) here %keyboa

Re: lyrics placement change from 2.18 to 2.19 ?

2015-10-16 Thread Johannes Waldmann
On 10/09/2015 06:57 AM, David Kastrup wrote: > ... thanks, that's a very useful code snippet, and it solves my immediate problem. - Johannes. ___ lilypond-user mailing list lilypond-user@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-user

Re: lyrics placement change from 2.18 to 2.19 ?

2015-10-09 Thread David Kastrup
Johannes Waldmann writes: > Hi. > > The following snippet is interpreted > differently by 2.18.* and 2.19.* : > > \score { > << > \new Staff { \key a \minor \relative c'' { > a1 \new Voice { c2 d2 } e1 > }} > \addlyrics { foo bar } >>

Re: lyrics placement change from 2.18 to 2.19 ?

2015-10-08 Thread Simon Albrecht
r } } notes are displayed identically, but lyrics placement is changed: with 2.18.2, foo -> a1, bar -> e1, with 2.19.27, foo -> a1, bar -> c2. This breaks a bunch of my scores (so I don't like it). Is this a bug? Or a bug-fix? Most likely so. I suspect the fix for issu

lyrics placement change from 2.18 to 2.19 ?

2015-10-08 Thread Johannes Waldmann
Hi. The following snippet is interpreted differently by 2.18.* and 2.19.* : \score { << \new Staff { \key a \minor \relative c'' { a1 \new Voice { c2 d2 } e1 }} \addlyrics { foo bar } >> } notes are displayed identically, but lyrics placement is changed: with 2.18.2,

Re: Lyrics placement

2012-10-29 Thread Guy Stalnaker
Thanks Trevor -- I had to completely rework how the score was described and, and you said, jettison /addlyrics. The template will be different now, but the lyrics are indeed above the staff where I want them to be. The issue was with using << >> in a nested way to get SopranoOne and SopranoTwo

Re: Lyrics placement

2012-10-29 Thread Trevor Daniels
Guy Stalnaker wrote Monday, October 29, 2012 2:37 AM > Hello everyone -- my first question to this list. Hi, welcome! > I have looked over the Learning Guide and the Notation Reference for > help in telling Lilypond to put S1 lyrics above the staff. Yet I'm > stymied by differences in termin

Lyrics placement

2012-10-28 Thread Guy Stalnaker
Hello everyone -- my first question to this list. I am new to Lilypond and have been working with it over the past week or so. I think I have notation well in hand and lyrics. I'm using Frescobaldi for entering data and running Lilypond against the .ly file. I have all the music coded for a n

Re: Bug in lyrics placement in mensural music?

2012-09-28 Thread Phil Holmes
- Original Message - From: "Trevor Daniels" To: "Phil Holmes" ; "LilyPond User Group" Sent: Friday, September 28, 2012 10:50 AM Subject: Re: Bug in lyrics placement in mensural music? Phil Holmes wrote Friday, September 28, 2012 9:40 AM Phil Holme

Re: Bug in lyrics placement in mensural music?

2012-09-28 Thread David Kastrup
"Trevor Daniels" writes: > Phil Holmes wrote Friday, September 28, 2012 9:40 AM > >>> Phil Holmes wrote Thursday, September 27, 2012 5:02 PM >>> The code below produces the image attached. As can be seen, using a StaffGroup with mensural staves places the lyrics above the top stave, >

Re: Bug in lyrics placement in mensural music?

2012-09-28 Thread Trevor Daniels
Phil Holmes wrote Friday, September 28, 2012 9:40 AM >> Phil Holmes wrote Thursday, September 27, 2012 5:02 PM >> >>> The code below produces the image attached. As can be seen, using a >>> StaffGroup with mensural staves places the lyrics above the top stave, >>> and I >>> can't find an over-r

Re: Bug in lyrics placement in mensural music?

2012-09-28 Thread Phil Holmes
- Original Message - From: "Trevor Daniels" To: "Phil Holmes" ; "LilyPond User Group" Sent: Thursday, September 27, 2012 7:38 PM Subject: Re: Bug in lyrics placement in mensural music? Phil Holmes wrote Thursday, September 27, 2012 5:02 PM The

Re: Bug in lyrics placement in mensural music?

2012-09-27 Thread Trevor Daniels
Phil Holmes wrote Thursday, September 27, 2012 5:02 PM > The code below produces the image attached. As can be seen, using a > StaffGroup with mensural staves places the lyrics above the top stave, and I > can't find an over-ride that gets them in the proper place. I _think_ this > must be

Re: Bug in lyrics placement in mensural music?

2012-09-27 Thread Eluze
ontain markup } >> \new MensuralStaff << \new MensuralVoice = lower \relative c'' { c4 c c c } \new Lyrics \lyricsto lower \lyricmode { Some lower words here } >> >> } alignBelowContext doesn't seem to work. Eluze -- View this message in

Bug in lyrics placement in mensural music?

2012-09-27 Thread Phil Holmes
The code below produces the image attached. As can be seen, using a StaffGroup with mensural staves places the lyrics above the top stave, and I can't find an over-ride that gets them in the proper place. I _think_ this must be a bug, but wondering if anyone knows better? \new StaffGroup {

Problem with lyrics placement (can't show lyrics below bass-staff)

2005-01-02 Thread Mike Bosschaert
Hi, I have a score with soprano, alto and bass music + lyrics. I try to get all lyrics below the staffs, but for some reason the lyrics are all shown between the staffs. I use Lilypond 2.0.3 My score section is given below. Furthermore I would like to know if there is a way the avoid double re

Re: Lyrics Placement

2003-03-09 Thread Beldon Dominello
Please disregard my previous question. As I though, I figured it out after I sent the e-mail. I hate it when that happens. -Beldon -- Try to be the best of whatever you are, even if what you are is no good. ___ Lilypond-user maili