X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fapply-output.ly;h=f8dbe2bbe9f2fe3dada2a80b6decc2d2d36c4496;hb=59566db06793e38a8805f75d2ee80970ff2cad0f;hp=b180e906915cde7374b92bcc38bf3144ca9db840;hpb=955f829883aa125b2b633b1e71f6256da5b773fa;p=lilypond.git diff --git a/input/regression/apply-output.ly b/input/regression/apply-output.ly index b180e90691..f8dbe2bbe9 100644 --- a/input/regression/apply-output.ly +++ b/input/regression/apply-output.ly @@ -1,5 +1,5 @@ -#(ly:set-option 'old-relative) -\version "1.9.0" + +\version "2.1.22" \header { texidoc = "The @code{\applyoutput} expression is the most flexible way to @@ -20,7 +20,7 @@ position. (if (and (memq 'note-head-interface ifs) (memq sp '(-2 -3 -5))) (begin - (ly:set-grob-property! gr 'molecule-callback brew-new-markup-molecule) + (ly:set-grob-property! gr 'print-function brew-new-markup-stencil) (ly:set-grob-property! gr 'font-family 'roman) (ly:set-grob-property! gr 'text @@ -37,11 +37,11 @@ position. \notes \context Voice \relative c' { \stemUp - \property Voice.autoBeaming = ##f - { <>8 + \set autoBeaming = ##f + { 8 \context Voice \applyoutput #mc-squared - <> + } }