X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fscore-text.ly;h=290a0e60f6a92e836ed2cf6d5722d9612a8c9596;hb=cf7576678883f85d32137df21d5757a9a8f59629;hp=2cf43d56219191de271fb9cb2613b8c7df8255ca;hpb=26bb48ca73e9b8f4c0aeca0427eff8b7520b0731;p=lilypond.git diff --git a/input/regression/score-text.ly b/input/regression/score-text.ly index 2cf43d5621..290a0e60f6 100644 --- a/input/regression/score-text.ly +++ b/input/regression/score-text.ly @@ -1,4 +1,4 @@ -\version "2.5.14" +\version "2.12.0" \header { @@ -7,22 +7,27 @@ } \paper { - linewidth = #110 + line-width = #110 } -\markup { - \fill-line { "High up above" } -} -<< - \relative { - \clef bass - d,2 d c4 bes a2 \break - c2 c d4 f g2 + +%% using Book and Score to get text in lilypond-book +\book { + \markup { + \fill-line { "High up above" } } - \addlyrics { - My first Li -- ly song, - Not much can go wrong! + \score { + << + \relative c { + \clef bass + d2 d c4 bes a2 \break + c2 c d4 f g2 + } + \addlyrics { + My first Li -- ly song, + Not much can go wrong! + } + >> } ->> \markup { %%TODO: make \verse markup. \fill-line { @@ -46,3 +51,4 @@ } } } +}