]> git.donarmstrong.com Git - lilypond.git/blobdiff - scm/new-markup.scm
* lily/sequential-iterator.cc (run_always): implement run_always().
[lilypond.git] / scm / new-markup.scm
index 4fd60acdc0c14e492ff70855963a6ebb07c930e5..3c2c55b4a8b5b730d905838338b9d9172fbf8dfa 100644 (file)
@@ -53,7 +53,7 @@ for the reader.
 
 (define-public (simple-markup paper props . rest)
   "A simple text-string; @code{\\markup @{ foo @}} is equivalent with
-@code{\markup @{ \simple #\"foo\" @}}.
+@code{\\markup @{ \\simple #\"foo\" @}}.
 "
   
   (Text_item::interpret_markup paper props (car rest)))