X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fdisplay-lily-tests.ly;h=1a51c2b12264197c9f3497e46297ca9554d722f3;hb=c832deb4718dfdc8bb8518e2872271cfe38b7dec;hp=b85deff6896d5e4906bac22c3883eefa84c814fd;hpb=659981f73d714c5c80b1ad529d6b8725e25ac877;p=lilypond.git diff --git a/input/regression/display-lily-tests.ly b/input/regression/display-lily-tests.ly index b85deff689..1a51c2b122 100644 --- a/input/regression/display-lily-tests.ly +++ b/input/regression/display-lily-tests.ly @@ -1,4 +1,4 @@ -\version "2.19.22" +\version "2.19.40" #(use-modules (srfi srfi-13) (ice-9 format)) @@ -172,7 +172,7 @@ stderr of this run." \test ##[ \clef "bass^(15)" #] \test ##[ \clef "alto_3" #] \test ##[ \time 2/4 #] -\test ##[ \time #'(3 2) 5/8 #] +\test ##[ \time 3,2 5/8 #] \test ##[ \bar "|." #] %% staff switches @@ -226,7 +226,8 @@ stderr of this run." \test ##[ \revert StaffGrouper.staff-staff-spacing.basic-distance #] % nested properties %% \applyOutput -\test ##[ \applyOutput #'Foo #(lambda (arg) (list)) #] +\test ##[ \applyOutput Foo #(lambda (arg) (list)) #] +\test ##[ \applyOutput Foo.NoteHead #(lambda (arg) (list)) #] %% \applyContext \test ##[ \applyContext #(lambda (arg) (list)) #]