lilypond-user
[Top][All Lists]
Advanced

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

Re: Lyric and Stanza collision


From: Mats Bengtsson
Subject: Re: Lyric and Stanza collision
Date: Mon, 05 Feb 2007 20:43:23 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

I think you misunderstood my reply. I didn't say that you
should use text \markup commands, but that you should
use Rehearsal marks, i.e. use the \mark command, just
as you already have done for the "REFRAIN" indication
in your original example.

Also, it's much easier to understand a question if you include
a complete example that can be ran directly in LilyPond
instead of just a few lines taken out of context.

  /Mats

Fred Leason wrote:

Mats:

I removed set stanza and used rehearsal marks instead. Here is an example:

BEFORE:

allWords = \lyricmode
    {
\set stanza = "1" \once \override LyricText #'self-alignment-X = #LEFT \markup{\raise #2.0 \dynamic f The LORD is King; let the} people tremble;* \once \override LyricText #'self-alignment-X = #LEFT \markup {\raise #2.0 \dynamic mf he is enthroned upon the cherubim;❜} \markup{\raise #2.0 \dynamic ff let} thē earth shake.

...
AFTER:

allWords = \lyricmode
    {
\once \override LyricText #'self-alignment-X = #LEFT \markup{\box 1 \raise #2.0 \dynamic f The LORD is King; let the} people tremble;* \once \override LyricText #'self-alignment-X = #LEFT \markup{ \raise #2.0 \dynamic mf he is enthroned upon the cherubim;❜} \markup{\raise #2.0 \dynamic ff let} thē earth shake.

...

This seemed to address the lyric overlap. SO YOU FIXED MY PROBLEM. Thanks.

However, the box and dynamic align with the first note of the reciting tone. Can you suggest a way to get the reciting tone to align with the first word of the text? I tried making a separate "word" with the box and dynamic in it and inserting a leading s4 or \skip 4 in the music. But a leading skip in the music only seems to register when it is associated with a fatText command. I am open to any suggestions.



--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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