lilypond-user
[Top][All Lists]
Advanced

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

Adding a line break on \breve note


From: Frimlik
Subject: Adding a line break on \breve note
Date: Mon, 25 May 2020 04:40:38 -0700 (MST)

Hello,

is there a simple way, how to do a line break (in lyrics) on \breve note?
My code snippet:

\version "2.20.0"

\paper {
  #(set-paper-size "a4landscape")
}
ToninaZalmu = \key c \major

FirstMusicVerse = \relative {
  \cadenzaOn
  \ToninaZalmu

  g'\breve e8 g a4 g \bar "|"
}

VerseOne = \lyricmode {
  \set Lyrics.stanza = "1." % číslo "sloky" - verše zobrazené před textem
  \override LyricText.self-alignment-X = #LEFT % odsazení textu k notám
(kvůli breve notám)
  "Lorem ipsum dolor sit amet, consectetuer adipiscing elit.+ Etiam commodo
dui eget wisi. Nunc auctor." Su -- spen -- di -- sse.
}

\score {
    \new Staff = "staff" <<
      \clef "treble"
      \new Voice = "first" <<
        \voiceOne
        \FirstMusicVerse
      >>
    \new Lyrics \with { alignBelowContext = "staff" % umístění sloky pod
basovou osnovu
      \override VerticalAxisGroup.
        nonstaff-relatedstaff-spacing.padding = #2 % zvetseni mezery mezi
systemem a slokou
      \override VerticalAxisGroup.
        nonstaff-nonstaff-spacing.padding = #1
        % zvětšení mezery pod touto slokou (k oddělení společně zpívaných
veršů)
    }
    \lyricsto "first" {
        \VerseOne
    }
    >>
}
---------------------
Everything I need is to break the lyrics line after '+' sign (the second
aligned to right bar) and align the rest of lyrics vertically to the level
of second line.

Thanks in advance for any advice.



--
Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html



reply via email to

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