lilypond-user
[Top][All Lists]
Advanced

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

Re: Moving of lyrics in LilyPond version 2.18.2.


From: Kieren MacMillan
Subject: Re: Moving of lyrics in LilyPond version 2.18.2.
Date: Tue, 20 Dec 2016 15:45:59 -0500

Hello,

Here’s a modified snippet which, I believe, solves the problem you asked about 
about. I also took the liberty of adjusting the coding for a more 
traditional/appropriate use of hyphens, and so forth.

Hope this helps!
Kieren.

%%%%  SNIPPET BEGINS
\version "2.19.50"

t = { \bar "" }

lewe = { \once \override LyricText.self-alignment-X = #LEFT }

globalne = {
  \key es \major
  \time 4/4
  \autoBeamOff
  s1*5 \break
}                               

głos = \relative c'' {
  \repeat volta 2 {
    g2 g b b es, es g g
    c2 f, b es,4( as) g2( f4.) es8 es2. r4
  }
  \cadenzaOn
  es8 \t g \t b\breve \t as8 \t b \t c4 \t b
  b\breve \t c8 \t as \t b[ \t as] \t g4
  \bar "|."
  \cadenzaOff
}

tekst = \lyricmode {
        \set stanza = #"Ref.: "
        Chry -- stus Wo -- dzem, Chry -- stus Kró -- \lewe "lem, *"
        Chry -- stus, Chry -- stus __ Wład -- cą \lewe "nam! *"
        \set stanza = #" 1. "
        Bo -- ga \lewe "naszego chwalcie" wszyst -- kie zie -- \lewe "mie, *"
        \lewe "Daj Mu cześć winną całe" ludz -- kie ple -- mię.
}

\score {
        \new Staff <<
                \new Voice = "1-melodiiI" { \transpose es c << \globalne \głos 
>> }
                \new Lyrics \lyricsto "1-melodiiI" { \tekst }
        >>
}
%%%%  SNIPPET ENDS
________________________________

Kieren MacMillan, composer
‣ website: www.kierenmacmillan.info
‣ email: address@hidden




reply via email to

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