lilypond-user
[Top][All Lists]
Advanced

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

Re: Multi line text with a common text


From: Phil Holmes
Subject: Re: Multi line text with a common text
Date: Sun, 28 Sep 2014 15:42:09 +0100

----- Original Message ----- From: "Son_V" <address@hidden>
To: <address@hidden>
Sent: Sunday, September 28, 2014 2:53 PM
Subject: Re: Multi line text with a common text


Here it is:
<http://lilypond.1069038.n5.nabble.com/file/n166909/Parentesi_graffa_in_spartito.jpg>

The example you posted is just a one voice with more lines of the (same)
lyrics. I'm in trouble in an already made score (Musescore > XML >
LilyPond).

You're supposed to adapt the example in the snippet for your own use:

leftbrace = \markup {
\override #'(font-encoding . fetaBraces)
\lookup #"brace100"
}
rightbrace = \markup {
\rotate #180
\leftbrace
}


lyrone = \lyricmode { ne, }
lyrtwo = \lyricmode { el, }
lyrthree = \lyricmode { num, }

lyrcomm = \lyricmode { \markup { \rightbrace Si - } ne vi -- ro, }


melody = \relative c''{ b2 r4 d8 d c4 b }


\score{
<<
\new Voice = m \melody
\new Lyrics \lyricsto m \lyrone
\new Lyrics \lyricsto m { \lyrtwo \lyrcomm }
\new Lyrics \lyricsto m \lyrthree

}



--
Phil Holmes



reply via email to

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