[prev in list] [next in list] [prev in thread] [next in thread] 

List:       lilypond-user
Subject:    Re: Adding a line break on \breve note
From:       Valentin Petzel <valentin () petzel ! at>
Date:       2020-05-28 10:40:17
Message-ID: 1749520.mQt7CDYlCL () siductionbox
[Download RAW message or body]

Sorry, I left an orphaned lyrics context in here.
["lyrics-multiple-lines.ly" (lyrics-multiple-lines.ly)]

\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." 
  \once\override LyricText.self-alignment-X = #LEFT 
  \markup { 
    \column { \right-align { "Lorem ipsum dolor sit amet, consectetuer adipiscing elit.+" 
         \line { "Etiam commodo dui eget wisi. Nunc auctor." } } 
    } 
  }
  \temporary\override LyricHyphen.height = #(- 0.42 3)
  \markup {\column { " " { Sus }}}
  --
  \markup {\column { " " { pen }}}
  --
  \markup {\column { " " { di }}}
  --
  \markup {\column { " " { sse. }}}
  \revert LyricHyphen.height
}


VerseTwo = \lyricmode { 
  \set Lyrics.stanza = "2." 
  \once\override LyricText.self-alignment-X = #LEFT 
  \markup { 
    \column { \right-align { "Lorem ipsum dolor sit amet, consectetuer adipiscing elit.+" 
         \line { "Etiam commodo dui eget wisi. Nunc auctor." } } 
    } 
  }
  \temporary\override LyricHyphen.height = #(- 0.42 3)
  \markup {\column { " " { Sus }}}
  --
  \markup {\column { " " { pen }}}
  --
  \markup {\column { " " { di }}}
  --
  \markup {\column { " " { sse. }}}
  \revert LyricHyphen.height
} 

\score { 
    \new Staff = "staff" << 
      \clef "treble" 
      \new Voice = "first" << 
        \voiceOne 
        \FirstMusicVerse 
      >> 
    \new Lyrics \with { alignBelowContext = "staff" 
      \override VerticalAxisGroup. 
        nonstaff-relatedstaff-spacing.padding = #2 
      \override VerticalAxisGroup. 
        nonstaff-nonstaff-spacing.padding = #1 
    } 
    \lyricsto "first" { 
        \VerseOne 
    }  
    \new Lyrics \with { alignBelowContext = "VerseOne" 
      \override VerticalAxisGroup. 
        nonstaff-nonstaff-spacing.padding = #1 
    } 
    \lyricsto "first" { 
      \VerseTwo 
    } 
    >> 
} 

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic