lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Lyric braces?


From: Timothy C Litwiller
Subject: Re: Lyric braces?
Date: Thu, 15 May 2008 22:00:31 -0500
User-agent: Thunderbird 2.0.0.14 (Windows/20080421)

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
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user






reply via email to

[Prev in Thread] Current Thread [Next in Thread]