Re: Melismata question

2016-12-07 Thread Jacques Menu Muzhic
Hello Abraham,

Thanks for the precision!

JM

> Le 7 déc. 2016 à 18:16, tisimst <tisimst.lilyp...@gmail.com> a écrit :
> 
> Hi, Menu!
> 
> On Wed, Dec 7, 2016 at 10:12 AM, Menu Jacques [via Lilypond] <[hidden email] 
> > wrote:
> Hello folks,
> 
> The NR tells we can use « __ » to indicate a melismata after the end of a 
> word,
> 
> Actually, it's just a single underscore that does this. A double underscore 
> indicates that you want a lyric extender line to appear after the previous 
> syllable.
> 
> HTH,
> Abraham 
> 
> View this message in context: Re: Melismata question 
> <http://lilypond.1069038.n5.nabble.com/Melismata-question-tp197753p197754.html>
> Sent from the User mailing list archive 
> <http://lilypond.1069038.n5.nabble.com/User-f3.html> at Nabble.com.
> ___
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

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


Re: Melismata question

2016-12-07 Thread tisimst
Hi, Menu!

On Wed, Dec 7, 2016 at 10:12 AM, Menu Jacques [via Lilypond] <
ml-node+s1069038n197753...@n5.nabble.com> wrote:

> Hello folks,
>
> The NR tells we can use « __ » to indicate a melismata after the end of a
> word,
>

Actually, it's just a single underscore that does this. A double underscore
indicates that you want a lyric extender line to appear after the previous
syllable.

HTH,
Abraham




--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Melismata-question-tp197753p197754.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


Melismata question

2016-12-07 Thread Menu Jacques
Hello folks,

The NR tells we can use « __ » to indicate a melismata after the end of a word, 
such as « chro, » in the sample below.

But having that severeal times seems to have no effect. As a matter of style, 
is it best to have only one occurrence, or one per note after the one starting 
the melismata?

Thanks for the help!

JM

—

\version "2.19.44"

P_POne_S_One_V_One = \relative {
  {
| % 1
\clef "treble"
g'4 ( f4 ) d4 ( f4 e4 ) f4 ( g4 f4 ) g4 f4
a4 a4 ( c4 b4 a4 ) c4 ( g4 a4 g4 ) g4 (
a4 ) g4 ( f4 ) a4 ( c4 ) a4 g4
\bar "||"


  }
}

P_POne_S_One_V_One_L_One = \lyricmode {
  %{ "1" %}
Quem que -- ri -- tis
in se -- pul -- "chro," __ __  __  __ __
o Chri -- sti -- co -- "lae?" }

\score {
  <<
  \new StaffGroup {
\new Staff <<
  \context Voice = "P_POne_S_One_V_One" { \P_POne_S_One_V_One }
  \new Lyrics \lyricsto "P_POne_S_One_V_One" \P_POne_S_One_V_One_L_One
>>
  }
  >>

  \layout {
% Uncomment and adapt next line as needed (default is 20)
% #(layout-set-staff-size 20)
  }

  \midi {
% to be completed
  }
}

—

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