Re: Lyrics question

2017-01-14 Thread Klaus Blum
Hi Craig, 

Craig Dabelstein wrote
> No matter what I try, the lyrics are all ending up stacked below the
> bottom staff, rather than under
> each individual staff.

Try alignBelowContext:

% ---
\version "2.19.36"

\language "english"

global = {
  \key af \major
  \time 4/4
  s1*3
  \bar "||"
  \time 6/4
  s1.*4
}

fluteNotes = \relative f' {
  \clef "treble"

  %1-2
  R1*2 |

  % 3
  <<
{
  f4. ^\p f8 f4 r4 |
}
\addlyrics {
  \set alignBelowContext = #"Flute"
  Do -- mi -- ne
}
  >>

  % 4-7
  R1.*4 |
}

oboeINotes = \relative f' {
  \clef "treble"

  %1-2
  R1*2 |

  % 3
  <<
{
  f4. ^\p f8 f4 r4 |
}
\addlyrics {
  \set alignBelowContext = #"Oboe 1"
  Do -- mi -- ne
}
  >>

  % 4-7
  R1.*4 |
}

\score {
  <<
\new StaffGroup = "Flute and Oboe" <<
  \new Staff = "Flute" {
\set Staff.instrumentName = #"Flute"
\set Staff.shortInstrumentName = #"Fl."
<<
  \global
  \fluteNotes
>>
  }

  \new Staff = "Oboe 1" {
\set Staff.instrumentName = #"Oboe 1"
\set Staff.shortInstrumentName = #"Ob. 1"
<<
  \global
  \oboeINotes
>>
  }
>>
  >>
}

\layout {
}
% ---

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Lyrics-question-tp199215p199219.html
Sent from the User mailing list archive at Nabble.com.

___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Re lyrics question

2015-04-10 Thread William Marchant

Abraham,
You are right.  First I had to discover what a melisma was.  Now I 
know.  At the beginning of the learning curve, I have a lot to learn.  I 
think the LSR is a place for a lot of study.  Thanks.

Bill

On 15-04-10 03:24 PM, tisimst wrote:

Bill,

The only thing I don't like is the use of the underscore to skip notes 
in the lyrics. Since this manually creates a melisma, it makes the 
syllable in each verse (except the third) shift unnaturally to the 
right, relative to its notehead, while the third verse is all lined up 
correctly. Other than that, LGTM!


- Abraham

On Fri, Apr 10, 2015 at 11:09 AM, William Marchant [via Lilypond] 
[hidden email] /user/SendEmail.jtp?type=nodenode=174346i=0 wrote:


How about the mods I have put in.  It seems to engrave OK.  Still
tedious to type though.
Bill

\version 2.14.2

\header {
   title = Li'l Liza Jane
   composer = Traditional
   tagline =  % This disables lilypond's self-advertisement (in a
footer of the last page).
}
mybrace = \set stanza = \markup {\right-brace #60 }

melody = \relative c' {
   \clef treble
   % \key g \major  e'
   \key c \major
   \time 4/4

   \repeat unfold 2 { e4 c d c |
  e g g2 |
}
   \alternative { { a4 g2 e4 | g1 | \break }
  { e4 e2 d4 | c1 | \break }
}

   \repeat unfold 2 { c'2. g4 |
  a2 g |
}
   \alternative { { a4 g2 e4 | g1 }
  { e4 e2 d4 | c1 }
}
}

stanzaOne = \lyricmode {
   \set stanza = #1.
   I've gotta girl in | Bal -- ti -- more |
   %Li'l Li -- za | Jane, |
   _ _ _ _
   \set stanza = #1.
   She's the girl that I a -- dore, |
   %Li'l Li -- za | Jane.
   _ _ _ _
   \set stanza = #R:
   Oh, E -- li -- za | Li'l Li -- za | Jane |
   Oh, E -- li -- za | Li'l Li -- za | Jane |
}

stanzaTwo = \lyricmode {
   \set stanza = #2:
   I've gotta girl an' | you've got none, |
   %Li'l Li -- za | Jane, |
   _ _ _ _
   \set stanza = #2:
   I've gotta girl that call me hon'
  % Li'l Li -- za | Jane.
  _ _ _ _
}

stanzaThree = \lyricmode {
   \set stanza = #3:
   I know_a girl that | I a -- dore, |
   \mybrace
   Li'l Li -- za | Jane, |
   \set stanza = #3:
   way down south in | Bal -- ti -- more. |
   \mybrace
   Li'l Li -- za | Jane.
}

stanzaFour = \lyricmode {
   \set stanza = #4:
   Down where she lives po -- sies grow, |
   %Li'l Li -- za | Jane, |
   _ _ _ _
   \set stanza = #4:
   Chick -- ens round the kitch -- en door. |
  % Li'l Li -- za | Jane.
  _ _ _ _
}

stanzaFive = \lyricmode {
   \set stanza = #5:
   I woundn't care how | far we roam, |
   %Li'l Li -- za | Jane, |
   _ _ _ _
   \set stanza = #5:
   Where she's at is | home sweet home. |
   %Li'l Li -- za | Jane.
   _ _ _ _
}

\score {
   
 \new Voice = one { \melody }
 \new Lyrics \lyricsto one \stanzaOne
 \new Lyrics \lyricsto one \stanzaTwo
 \new Lyrics \lyricsto one \stanzaThree
 \new Lyrics \lyricsto one \stanzaFour
 \new Lyrics \lyricsto one \stanzaFive
   
   \layout {
 % Set the indentation of the first stave to 0 mm.
 indent = 0\mm

 % Increase the space in between the staves.
 system-system-spacing = #'((padding . 2))
   }
}


___
lilypond-user mailing list
[hidden email] http:///user/SendEmail.jtp?type=nodenode=174343i=0
https://lists.gnu.org/mailman/listinfo/lilypond-user



If you reply to this email, your message will be added to the
discussion below:
http://lilypond.1069038.n5.nabble.com/Re-lyrics-question-tp174343.html

To start a new topic under User, email [hidden email]
/user/SendEmail.jtp?type=nodenode=174346i=1
To unsubscribe from Lilypond, click here.
NAML

http://lilypond.1069038.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml





View this message in context: Re: Re lyrics question 
http://lilypond.1069038.n5.nabble.com/Re-lyrics-question-tp174343p174346.html
Sent from the User mailing list archive 
http://lilypond.1069038.n5.nabble.com/User-f3.html at Nabble.com.



___
lilypond-user

Re: Re lyrics question

2015-04-10 Thread Matej Kosik
On 10/04/15 23:46, William Marchant wrote:
 Abraham,
 You are right.  First I had to discover what a melisma was.  Now I know.  At 
 the beginning of the learning curve, I have a lot to learn.  I think the LSR 
 is a place for a lot of study.  Thanks.
 Bill

Thank you guys.
These tricks work for me
(after I upgraded lilypond).

I presumed that the result would be clearer and that I can (subjectively) 
confirm.


___
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Lyrics question

2005-01-10 Thread Mats Bengtsson
The vertical alignment of text scripts is calculated based on the
distance from the note head or the stave (whichever is closest to
the text script). Maybe one trick to keep the different text
scripts vertically aligned is to attach them to spacing notes in
a separate Voice context:
{ d4 cs } \new Voice {\fatText s4^Brown s^Oh, } 
This should place all the words vertically aligned.
Then you can set the padding property of the TextScript object
to move the words up or down.
However, I would recommend to use a separate lyrics line with
explicit durations on each syllables for these situations:
\new Lyrics \lyricmode {
  % Skip the first 20 bars:
  \skip 1*20
  Brown4 Oh,
}
  /Mats
Carol Kankelborg wrote:
Carl,
   For just a few measures of differing lyrics, I've used the \fatText 
tag. It is not elegant,
but seems much easier than the extra lyric section.  Here's an example 
from an arrangement
of Winter Wonderland (And pretend that he is Parson Brown) where the 
bass part sings
Brown,  Oh, Parson while the other parts hold Brown.

 \fatText d4_\markup{Brown,}   \fatText cs4_\markup { Oh, }
  \fatText b4_\markup { Par- }\fatText a4_\markup { son. }
\fatText keeps the notes aligned with each note.   The one problem I
encountered is that the words are not always vertically aligned.  I 
don't understand the
vertical alignment units/properties enough to know how to fix that. It 
was just one spot and I decided
to let it be good enough the way it was.

Carol
At 14:12 -0700 1/9/04, Carl Youngblood wrote:
Content-Type: multipart/signed; micalg=sha1; 
boundary=Apple-Mail-3-886264555;
protocol=application/pkcs7-signature

I'm doing a choral piece that has the same lyrics for all parts for 
almost all of it, except for a few measures where there is a split. 
What is the best way to put lyrics on the notes that are split?  Is 
there an easier way than putting in a new lyric section with a whole 
bunch of rests?

Thanks,
Carl Youngblood


--
=
Mats Bengtsson
Signal Processing
Signals, Sensors and Systems
Royal Institute of Technology
SE-100 44  STOCKHOLM
Sweden
Phone: (+46) 8 790 8463 
Fax:   (+46) 8 790 7260
Email: [EMAIL PROTECTED]
WWW: http://www.s3.kth.se/~mabe
=
___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user


Re: Lyrics question

2004-01-10 Thread Carol Kankelborg
Carl,
   For just a few measures of differing lyrics, I've used the 
\fatText tag. It is not elegant,
but seems much easier than the extra lyric section.  Here's an 
example from an arrangement
of Winter Wonderland (And pretend that he is Parson Brown) where 
the bass part sings
Brown,  Oh, Parson while the other parts hold Brown.

 \fatText d4_\markup{Brown,}   \fatText cs4_\markup { Oh, }
  \fatText b4_\markup { Par- }\fatText a4_\markup { son. }
\fatText keeps the notes aligned with each note.   The one problem I
encountered is that the words are not always vertically aligned.  I 
don't understand the
vertical alignment units/properties enough to know how to fix that. 
It was just one spot and I decided
to let it be good enough the way it was.

Carol

At 14:12 -0700 1/9/04, Carl Youngblood wrote:
Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-3-886264555;
protocol=application/pkcs7-signature
I'm doing a choral piece that has the same lyrics for all parts for 
almost all of it, except for a few measures where there is a split. 
What is the best way to put lyrics on the notes that are split?  Is 
there an easier way than putting in a new lyric section with a whole 
bunch of rests?

Thanks,
Carl Youngblood



--
===
Carol Kankelborg   | Scientists define what is;
[EMAIL PROTECTED] |engineers create what never has been.
http://www.kankelborg.net | Theodore von Karman
___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user


Re: Lyrics question

2004-01-09 Thread Erik Sandberg
On Friday 09 January 2004 22.12, Carl Youngblood wrote:
 I'm doing a choral piece that has the same lyrics for all parts for
 almost all of it, except for a few measures where there is a split.
 What is the best way to put lyrics on the notes that are split?  Is
 there an easier way than putting in a new lyric section with a whole
 bunch of rests?

 Thanks,
 Carl Youngblood

Hm... Take a look at this for ideas. Something like this is probably the most 
logical solution, though it would certainly be a lot _easier_ to do it with 
lots of rests instead.

\score {
{
 \addlyrics
   \context Staff = X \context Voice = A \notes {c c c c}
   \context LyricsVoice = A \lyrics {x x x x }

 \context Staff = X \notes { s8 }
 \context LyricsVoice = A \lyrics {  }
 \context LyricsVoice = B \lyrics {  }
 \addlyrics
   \context Staff = X \context Voice = A \notes { c4 c2 c4}
   \context Lyrics \context LyricsVoice = A \lyrics { y y y }
 \addlyrics   
   \context Staff = X\context Voice = B \notes { b2 b2 }
   \context LyricsVoice = B \lyrics { z z }


 \addlyrics
   \context Staff = X \context Voice = A \notes {d d d d}
   \context LyricsVoice = A \lyrics { w w w w }
}

\paper{}
}

Erik



___
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user