X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-scheme.ly;h=1e4295c80496c6e1181cec423480b2528fd2eb07;hb=1549f915cf2cf2b6e2f08efe6008bafede7a8dd0;hp=af1b4f912185e211a76db2c3fcc89d9c491c3050;hpb=ba3045ce76cd37a4e11fd775fa04ce4b7586ad77;p=lilypond.git diff --git a/input/regression/markup-scheme.ly b/input/regression/markup-scheme.ly index af1b4f9121..1e4295c804 100644 --- a/input/regression/markup-scheme.ly +++ b/input/regression/markup-scheme.ly @@ -25,10 +25,10 @@ For maintenance reasons, we don't excercise the entire markup command set. -\version "2.11.5" +\version "2.12.0" { - \fatText + \textLengthOn f'1-\markup { foo \raise #0.2 \hbracket \bold bar @@ -51,7 +51,7 @@ For maintenance reasons, we don't excercise the entire markup command set. \dynamic sfzp \huge { "A" \smaller "A" \smaller \smaller "A" \smaller \smaller \smaller "A" } - \sub "alike" + \larger \sub "alike" } \break f'1-#(markup* @@ -74,5 +74,5 @@ For maintenance reasons, we don't excercise the entire markup command set. #:dynamic "sfzp" #:huge #:line ("A" #:smaller "A" #:smaller #:smaller "A" #:smaller #:smaller #:smaller "A") - #:sub "alike") + #:larger #:sub "alike") }