[ << Notazione specialistica ] | [Top][Contents][Index] | [ Input e output >> ] |
[ < Strofe ] | [ Up : Strofe ] | [ Aggiungere le dinamiche alle strofe > ] |
Aggiungere i numeri di strofa
I numeri di strofa si aggiungono impostando stanza
:
\new Voice \relative { \time 3/4 g'2 e4 a2 f4 g2. } \addlyrics { \set stanza = "1. " Hi, my name is Bert. } \addlyrics { \set stanza = "2. " Oh, ché -- ri, je t'aime }
Questi numeri appaiono prima dell’inizio della prima sillaba. Due linee di una strofa possono anche essere raggruppate insieme, per esempio in caso di una ripetizione con testo diverso:
leftbrace = \markup { \override #'(font-encoding . fetaBraces) \lookup "brace80" } stanzaOneOne = \lyricmode { \set stanza = \markup { \column { \vspace #.33 "1. "} \leftbrace } Child, you’re mine and I love you. Lend thine ear to what I say. } stanzaOneThree = \lyricmode { Child, I have no great -- er joy Than to have you walk in truth. } \new Voice { \repeat volta 2 { c'8 c' c' c' c' c' c'4 c'8 c' c' c' c' c' c'4 } } \addlyrics { \stanzaOneOne } \addlyrics { \stanzaOneThree }
[ << Notazione specialistica ] | [Top][Contents][Index] | [ Input e output >> ] |
[ < Strofe ] | [ Up : Strofe ] | [ Aggiungere le dinamiche alle strofe > ] |