----- Original Message ----- From: "Son_V" <vincenzo.a...@gmail.com>
To: <lilypond-user@gnu.org>
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

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

Reply via email to