X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fmarkup-arrows.ly;h=aaa4d0cbe2af3a3d51803655936506313fc0eba1;hb=8269167231f9ef8fd2a62e066e0695255f2a1088;hp=51a4c37004b17637cb60567a94f040440d9c25b2;hpb=3032301cc8609347d997cd4367aa7ab055196e80;p=lilypond.git diff --git a/input/regression/markup-arrows.ly b/input/regression/markup-arrows.ly index 51a4c37004..aaa4d0cbe2 100644 --- a/input/regression/markup-arrows.ly +++ b/input/regression/markup-arrows.ly @@ -3,23 +3,27 @@ texidoc = "The feta font has arrow heads" } - \lyrics { \markup { - filled - - \arrow-head #0 #1 ##t - \arrow-head #0 #-1 ##t - \arrow-head #1 #1 ##t - \arrow-head #1 #-1 ##t + \arrow-head #X #RIGHT ##t + " " + \arrow-head #X #LEFT ##t + " " + \arrow-head #Y #RIGHT ##t + " " + \arrow-head #Y #LEFT ##t + " " - \arrow-head #0 #1 ##f - \arrow-head #0 #-1 ##f - \arrow-head #1 #1 ##f - \arrow-head #1 #-1 ##f + \arrow-head #X #RIGHT ##f + " " + \arrow-head #X #LEFT ##f + " " + \arrow-head #Y #RIGHT ##f + " " + \arrow-head #Y #LEFT ##f } } -\version "2.7.4" +\version "2.12.0"