From 4a42931d431d67c761f0184a43a8c78f20441792 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sat, 22 Jun 2013 20:57:09 +0200 Subject: [PATCH] Issue 3420: Stop Documentation/ly-examples/orchestra.ly from redefining markup commands --- Documentation/ly-examples/orchestra.ly | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Documentation/ly-examples/orchestra.ly b/Documentation/ly-examples/orchestra.ly index 56f17685b8..6b205af903 100644 --- a/Documentation/ly-examples/orchestra.ly +++ b/Documentation/ly-examples/orchestra.ly @@ -13,20 +13,6 @@ line-width = 158\mm } -%% markups -#(define-markup-list-command (paragraph layout props args) (markup-list?) - (let ((indent (chain-assoc-get 'par-indent props 2))) - (interpret-markup-list layout props - (make-justified-lines-markup-list (cons (make-hspace-markup indent) - args))))) - -#(define-markup-command (vspace layout props amount) (number?) - "This produces a invisible object taking vertical space." - (let ((amount (* amount 3.0))) - (if (> amount 0) - (ly:make-stencil "" (cons -1 1) (cons 0 amount)) - (ly:make-stencil "" (cons -1 1) (cons amount amount))))) - %% text defs presto = \markup { \bold \italic "Presto" } div = \markup { \bold "Div." } -- 2.39.2