X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fnewaddlyrics.ly;h=73c9ab1fe8aa641eb8245a21c41a67dd54dff37f;hb=205b8c57c9d2ff16adfa82bad73965a3e90645a5;hp=daef387aef11f80b04648b9b94e5bb5764496a24;hpb=77d7ea56b0c903e994726b38c81ce5afdb585481;p=lilypond.git diff --git a/input/regression/newaddlyrics.ly b/input/regression/newaddlyrics.ly index daef387aef..73c9ab1fe8 100644 --- a/input/regression/newaddlyrics.ly +++ b/input/regression/newaddlyrics.ly @@ -1,39 +1,29 @@ \header { - texidoc = "newlyrics -- multiple stanzas broken as yet." -} -%% Testing newlyrics -%%\new PianoStaff << + texidoc = "newlyrics, multiple stanzas, multiple lyric voices." + +} +\layout { ragged-right = ##t } << - \new Staff \relative { - d'2 d c4 bes a2 \break - c2 c d4 f g2 + \new Staff \relative c'' { + d2 d c4 bes a2 \break } - \newlyrics << - { - My first Li -- ly song, - Not much can go wrong! - } - { - My se -- cond ly verse - Not much can go wrong! - } - >> - \new Staff \relative { + \addlyrics { + My first Li -- ly song, + } + \addlyrics { + Not much can go wrong! + } + \new Staff \relative c' { \clef bass d2 d c4 bes a2 \break - c2 c d4 f g2 } - \newlyrics << - { - MY FIRST LI -- LY SONG, - NOT MUCH CAN GO WRONG! - } - { - MY SE -- COND LY VERSE - NOT MUCH CAN GO WRONG! - } - >> + \addlyrics { + MY FIRST LI -- LY SONG, + } + \addlyrics { + NOT MUCH CAN GO WRONG! + } >> -\version "2.3.0" +\version "2.16.0"