]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/apply-output.ly
* lily/text-interface.cc (Module): rename from text-item.cc
[lilypond.git] / input / regression / apply-output.ly
index 89a60daeb5523fe5f09496e2d9098bd48567508c..24394976fe3621ccb0f81cedf51c29503d7a6006 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.3.17
+\version "2.4.0
 \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:grob-set-property! gr 'print-function brew-new-markup-stencil)
+       (ly:grob-set-property! gr 'print-function Text_interface::print)
        (ly:grob-set-property! gr 'font-family 'roman)
        (ly:grob-set-property!
         gr 'text
@@ -45,7 +45,7 @@ position.
    }
              
    }
-\paper { raggedright = ##t
+\layout { raggedright = ##t
 %                   outputscale = 5
                     } 
 }