bug-lilypond
[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: Simon Albrecht
Subject: Re: Moving of lyrics in LilyPond version 2.18.2.
Date: Tue, 20 Dec 2016 20:54:05 +0100

Same here.


On 20.12.2016 20:51, Mirosław Doroszewski wrote:
\version "2.18.2"
\include "deutsch.ly"

%{
Moving of lyrics in LilyPond version 2.18.2.

1. In song books sometimes after each verse of lyrics is put asterisk
(*). Using it implies that syllable is moved left too much.
2. I have not find solution for it in manuals.
3. My solution not perfect: putting three (sometimes two or four)
linked underscores befor syllable not separately, i.e.: "syl-
___lable_*". If done, placment of syllables and staff objects are
printed correctly.
4. With this solution lyric text is moved only right: putting
underscores after syllable is without effect.
5. Moving same lyric text is without correct effect.
6. So, please, describe or make solution: moving lyrics with staff objects.
%}

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

globalne = { \key es \major \time 4/4 \autoBeamOff }                            
                                                
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ó- ___lem,_*
        Chry- stus, Chry- stus Wład- cą ___nam!_*
        \set stanza = #" 1. "
        Bo- ga \lewe naszego_chwalcie wszyst- kie zie- ___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 }
        >>
}


_______________________________________________
bug-lilypond mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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