X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-commands.ly;h=b8f947d84ea302c237022140f70c0926de257db1;hb=53db923e715126eb9463220526b4838fbfd3dad4;hp=688cd2e6a614f729a0b49fcd1658762bbb3a0c02;hpb=6255791221fd8197a23d3299fdad85a3a79336ab;p=lilypond.git diff --git a/input/regression/markup-commands.ly b/input/regression/markup-commands.ly index 688cd2e6a6..b8f947d84e 100644 --- a/input/regression/markup-commands.ly +++ b/input/regression/markup-commands.ly @@ -7,31 +7,40 @@ \paper { ragged-right = ##T } \version "2.12.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 } } }