lilypond-user
[Top][All Lists]
Advanced

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

Re: Writhing an non vocal letter before the tone in Lyrics


From: Marek Klein
Subject: Re: Writhing an non vocal letter before the tone in Lyrics
Date: Thu, 16 Dec 2010 17:02:19 +0100

Hi Stjepan,

2010/12/16 Stjepan Horvat <address@hidden>
Hello, Is there a solution for my problem?! I'm from Croation and am writing a
song-book for my friend..In Croation language we use consonant's before a word..

An example:

A phrase "s tobom" means "with you" but the letter "s" does not go under the
tone.
So i tried to do something like s_tobom or "s tobom" but then i would wan't
the word tobom to be in the center of the tone and not the whole fraze..
it does not look good..
here is an lilypond example:

\version "2.12.3"
\relative { c4 c d4 e }
\addlyrics { i -- dem "s to" -- bom }

or is there a way to write a letter under the \grace tone..maybe that could be a
soultion..

I would want when i write a word under the tone that it defines like that "word"
and than add's s on the left side of the word..so its s+"word" and not "s+word"


in Slovak language we have similar prepositions and I like the way lilypond does it if I would write s_to -- bom. But if you don't like it, you could shift particular sylable to the left with
\once \override LyricText #'X-offset = #-2.4

For example:
\version "2.12.3"
left = { \once \override LyricText #'X-offset = #-2.4 }
\relative { c4 c d4 e }
\addlyrics { i -- demĀ  \left "s to" -- bom }

HTH.

Marek
--
Marek Klein
http://gregoriana.sk

reply via email to

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