X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Ffont-bogus-ligature.ly;h=dac42fe513bc01688e31a488e8a6e3d54495f1c1;hb=ecc41fd08c437396edb27d1fb82c977e7404803e;hp=37e83eb2d88ed47581b175d07aaf57967f5fa506;hpb=2f320e9722ec20d6f13ec567d007763cc912c5da;p=lilypond.git diff --git a/input/regression/font-bogus-ligature.ly b/input/regression/font-bogus-ligature.ly index 37e83eb2d8..dac42fe513 100644 --- a/input/regression/font-bogus-ligature.ly +++ b/input/regression/font-bogus-ligature.ly @@ -1,11 +1,11 @@ \header { - texidoc = "TM and No should not be changed into trademark/number symbols. + texidoc = "TM and No should not be changed into trademark/@/number symbols. This may happen with incorrect font versions. " } -\version "2.14.0" +\version "2.17.6" \paper { ragged-right = ##T @@ -19,7 +19,7 @@ This may happen with incorrect font versions. \layout { \context { \Score - \override PaperColumn #'keep-inside-line = ##f + \override PaperColumn.keep-inside-line = ##f } } }