]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/apply-output.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / regression / apply-output.ly
index b180e906915cde7374b92bcc38bf3144ca9db840..f8dbe2bbe9f2fe3dada2a80b6decc2d2d36c4496 100644 (file)
@@ -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
-   { <<d f g b>>8
+                                     \set autoBeaming =  ##f
+   { <d f g b>8
      \context Voice \applyoutput #mc-squared
 
-        <<d f g b>>
+        <d f g b>
    }
              
    }