lilypond-user
[Top][All Lists]
Advanced

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

Re: Stanza numbering looks ugly


From: Dominic Neumann
Subject: Re: Stanza numbering looks ugly
Date: Thu, 12 Jul 2007 15:05:30 +0200

Hi,

I still have the problem with the stanza numbers that are written on
top of other lyrics. Is there a way to solve this automatically?

Or: How can I increase the space between two notehead or between a
notehead and a barline respectively?


Dominic


---------- Forwarded message ----------
From: Dominic Neumann <address@hidden>
Date: 22.04.2007 14:57
Subject: Stanza numbering looks ugly
To: address@hidden


Hi,

I´m trying to typeset songs with different verses. When the refrain
comes before the verses, the stanza numbers don´t get enough place.
They are printed right onto the last syllables of the refrain. Where
can I find some help in the manual? I couldn´t find the right place -
or maybe you can help?

Example code:


%%% BEGIN %%%
\version "2.10.20"

refrain = \lyricmode {
   \set stanza = "Refr. "
   this is a test, yes "it´s" a test
}
verseOne = \lyricmode {
   \set stanza = "1. "
   verse num -- ber one will soon be gone
}
verseTwo = \lyricmode {
   \set stanza = "2. "
   verse num -- ber two da dee da doo
}

refrSkip = { \repeat unfold 8 { \skip 4 } }
\score {
   {
       <<
       \relative c'' {

           g4 g g g | a a a a |

           b b b b | d c d c

           \bar "|."
       }
       \addlyrics { \refrain \verseOne }
       \addlyrics { \refrSkip \verseTwo }
       >>
   }
}
%%% END %%%

As an attachment you can find the output.

Dominic

Attachment: teststanza.ly
Description: Text Data

Attachment: teststanza.pdf
Description: Adobe PDF document

Attachment: teststanza.png
Description: PNG image


reply via email to

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