X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-commands.ly;h=5f52e9bb65c12ba84ff7af33c69f4709d727b74c;hb=2055f35c47a045a50a01ff4dba8524322cfc3b48;hp=01df789911fffe5ea2332ebb68c2cda46fd02fa4;hpb=39d2ba6c5a153725e23157fb3876cd7e88cc131f;p=lilypond.git diff --git a/input/regression/markup-commands.ly b/input/regression/markup-commands.ly index 01df789911..5f52e9bb65 100644 --- a/input/regression/markup-commands.ly +++ b/input/regression/markup-commands.ly @@ -5,33 +5,42 @@ } \paper { ragged-right = ##T } -\version "2.11.13" +\version "2.14.0" -{ - 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 } } }