lilypond-user
[Top][All Lists]
Advanced

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

Re: Long words in lyrics and spacing


From: Klaus Blum
Subject: Re: Long words in lyrics and spacing
Date: Sun, 28 Feb 2016 12:00:00 -0700 (MST)

Hi David, 

follow the link given by Simon. There you'll find that the extent of the
barlines is set to
      '(-0.05 . 0.05)
by default. They appear as a very small point. 

% -------------------------------------------------------------------
\version "2.19.25"
\new Lyrics
\with {
  \consists "Bar_engraver"
  % comment the following line out and the barlines will shrink again:
  \override BarLine.bar-extent = #'(-1.5 . 2.5)
}
{
  \override LyricText.self-alignment-X = #LEFT
  \lyricmode { one2 two one two one two }
}
% -------------------------------------------------------------------

Cheers, 
Klaus



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Long-words-in-lyrics-and-spacing-tp187803p187846.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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