]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/new-markup-scheme.ly
(start_translation_timestep): split
[lilypond.git] / input / regression / new-markup-scheme.ly
index 3e92205ee3bbe0a92f6791d9cb74e92d41b7bedb..80bb978e901bb17db4e9007a8d862346da0ca0bb 100644 (file)
@@ -5,9 +5,9 @@
     texts using a similar syntax as @code{\\markup}."
 
     }
-\version "2.1.23"
+\version "2.4.0"
 \score {
-    \notes {
+     {
         \fatText
         f'1-\markup {
             foo
                              #:smaller #:smaller #:smaller "A")
               #:sub "alike")
     }
-    \paper { 
+    \layout { 
         raggedright = ##t
         indent = #0
-        \translator {
-            \StaffContext
+        \context {
+            \Staff
             \remove Time_signature_engraver 
         }
     }