lilypond-user
[Top][All Lists]
Advanced

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

Re: Combining lyrics lines


From: Reedmace Star
Subject: Re: Combining lyrics lines
Date: Thu, 15 Mar 2012 22:27:31 +0100
User-agent: KMail/4.7.3 (Linux/3.0.0-16-generic; KDE/4.7.4; x86_64; ; )

* 2012-03-15 21:53 +0100        Janek Warchoł:
> * 20012-03-15 3:01 PM, Reedmace Star
> 
> Search for "centering the new Lyrics" thread by Keith OHara, from
> December 2010.  it might be exactly what you're looking for.


Thank you, yes, that was exactly what I needed.

<http://lists.gnu.org/archive/html/lilypond-user/2010-12/msg00674.html>

For reference, this is my example fixed:


\version "2.14.2"

\layout {
  \context {
    \Lyrics
    \override VerticalAxisGroup #'nonstaff-nonstaff-spacing
       #'minimum-distance = ##f
    \override VerticalAxisGroup #'nonstaff-unrelatedstaff-spacing
       #'minumum-distance = ##f
    \override LyricText #'minimum-Y-extent = #'(-0.6 . 2.0)
  }
}

<<
  \new Staff <<
    \new Voice = "a" { f'4 g' r2 | s1 }
    \new Voice = "b" { s1        | a'2 g' }
  >>
  \new Lyrics \lyricsto "a" \lyricmode { may -- be }
  \new Lyrics \lyricsto "b" \lyricmode { that the }
>>


Best regards,

Reedmace Star



reply via email to

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