X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-commands.ly;h=56506da8e1c645ba91faf38992eaf395ed9602dd;hb=82e8427010b8e1a932e0642f03b0c94a8494f03a;hp=d56128976e60873061a5945c0980bbe6c938304a;hpb=20b8c1519bbba8728457aa98e59993837bedfb04;p=lilypond.git diff --git a/input/regression/markup-commands.ly b/input/regression/markup-commands.ly index d56128976e..56506da8e1 100644 --- a/input/regression/markup-commands.ly +++ b/input/regression/markup-commands.ly @@ -5,33 +5,42 @@ } \paper { ragged-right = ##T } -\version "2.11.51" +\version "2.17.6" -{ - g'_\markup { - \column { - \line { - foo \magnify #2 foo - LOWER \lower #3 LOWER - \large \bold { normal \normal-text normal } - Small-Caps \smallCaps Small-Caps - } - - \override #'(line-width . 50) - \override #'(bla . "This is a field containing text. Blah blah -blah. This is a field containing text. Blah blah blah. This is a -field containing text. Blah blah blah. This is a field containing -text. Blah blah blah. This is a field containing text. Blah blah -blah.") - \column { - justify: - \justify-field #'bla - wordwrap: - \wordwrap-field #'bla +\score{ + { + g'_\markup { + \column { + \line { + foo \magnify #2 foo + LOWER \lower #3 LOWER + \large \bold { normal \normal-text normal } + Small-Caps \smallCaps Small-Caps + } + + \override #'(line-width . 50) + \override #'(bla . "This is a field containing text. Blah blah + blah. This is a field containing text. Blah blah blah. This is a + field containing text. Blah blah blah. This is a field containing + text. Blah blah blah. This is a field containing text. Blah blah + blah.") + \column { + justify: + \justify-field #'bla + wordwrap: + \wordwrap-field #'bla + } + + draw-line: \draw-line #'(5 . 3) + \underline "underlined" } + } + } - draw-line: \draw-line #'(5 . 3) - \underline "underlined" + \layout { + \context { + \Score + \override PaperColumn.keep-inside-line = ##f } } }