Re: Lyric braces?

2008-05-16 Thread Tim Litwiller
It looks like the attachment didn't come thru - so my example doesn't 
make a lot of sense.
If you want to see the example let me know and I'll put it on a web 
server after work tonite.


Timothy C Litwiller wrote:

Timothy C Litwiller wrote:

This isn't perfect but may be a place for you to start

here is the code
--- 


%right and left brace setup
leftbrace = \markup { \override #'(font-encoding . fetaBraces) \bold 
\lookup #brace105 }

rightbrace = \markup { \rotate #180 \leftbrace }

%lyrics setup
stanzaOneLineOne = {
  \set stanza = \markup { 1.  \leftbrace }   \lyricmode { Child, 
you're mine ...

  }
}

stanzaOneLineTwo =  {
  \lyricmode { Child, I have ...
  }
}

%calling lyrics in the score
 \new Lyrics \lyricsto One \stanzaOneLineOne
 \new Lyrics \lyricsto One \stanzaOneLineTwo
 




Dominic Neumann wrote:

Hi,

how do I create braces within lyrics to clarify that two lines of text
belong to the same verse (see textbrace1.jpg) or when there´s a part
of lyrics which belongs to all verses (see textbrace2.jpg)?

Dominic

 




 



 



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






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





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


Re: Lyric braces?

2008-05-15 Thread Timothy C Litwiller

Timothy C Litwiller wrote:

This isn't perfect but may be a place for you to start

here is the code
---
%right and left brace setup
leftbrace = \markup { \override #'(font-encoding . fetaBraces) \bold 
\lookup #brace105 }

rightbrace = \markup { \rotate #180 \leftbrace }

%lyrics setup
stanzaOneLineOne = {
  \set stanza = \markup { 1.  \leftbrace } 
  \lyricmode { Child, you're mine ...

  }
}

stanzaOneLineTwo =  {
  \lyricmode { Child, I have ...
  }
}

%calling lyrics in the score
 \new Lyrics \lyricsto One \stanzaOneLineOne
 \new Lyrics \lyricsto One \stanzaOneLineTwo



Dominic Neumann wrote:

Hi,

how do I create braces within lyrics to clarify that two lines of text
belong to the same verse (see textbrace1.jpg) or when there´s a part
of lyrics which belongs to all verses (see textbrace2.jpg)?

Dominic
  









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






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


Lyric braces?

2008-05-13 Thread Dominic Neumann
Hi,

how do I create braces within lyrics to clarify that two lines of text
belong to the same verse (see textbrace1.jpg) or when there´s a part
of lyrics which belongs to all verses (see textbrace2.jpg)?

Dominic
attachment: textbrace1.jpgattachment: textbrace2.jpg___
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user