X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-scheme.ly;h=1e4295c80496c6e1181cec423480b2528fd2eb07;hb=9ed1ebebd9af75db1f6ccfdae8cbbc1790292d4e;hp=608ba694ae4310c617d7188025db10295db47f34;hpb=169a91c8514e3dcea29d1aa01653a684fb60457d;p=lilypond.git diff --git a/input/regression/markup-scheme.ly b/input/regression/markup-scheme.ly index 608ba694ae..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.10.0" +\version "2.12.0" { - \fatText + \textLengthOn f'1-\markup { foo \raise #0.2 \hbracket \bold bar @@ -39,16 +39,19 @@ For maintenance reasons, we don't excercise the entire markup command set. \override #'(font-encoding . fetaMusic) { \lookup #"noteheads-0" } - \musicglyph #"accidentals.-1" + \musicglyph #"accidentals.mirroredflat" \combine "X" "+" \combine "o" "/" \box \column { \line { "string 1" } \line { "string 2" } } + " " \italic Norsk \super "2" + \circle \dynamic "p" + " " \dynamic sfzp \huge { "A" \smaller "A" \smaller \smaller "A" \smaller \smaller \smaller "A" } - \sub "alike" + \larger \sub "alike" } \break f'1-#(markup* @@ -59,7 +62,7 @@ For maintenance reasons, we don't excercise the entire markup command set. #:hspace 2.0 #:override '(font-encoding . fetaMusic) #:line (#:lookup "noteheads-0" ) - #:musicglyph "accidentals.-1" + #:musicglyph "accidentals.mirroredflat" #:combine "X" "+" #:combine "o" "/" #:box #:column ("string 1" "string 2") @@ -71,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") }