]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix overlooked old code in French tweaking documentation
authorDavid Kastrup <dak@gnu.org>
Wed, 19 Dec 2012 17:31:59 +0000 (18:31 +0100)
committerDavid Kastrup <dak@gnu.org>
Wed, 19 Dec 2012 17:56:22 +0000 (18:56 +0100)
Documentation/fr/learning/tweaks.itely

index 739bcf5637024cf475d8c4ad637928ce5b872c49..919ee63f60b14e6bdf9baec0fe878f46b805aa48 100644 (file)
@@ -3952,19 +3952,17 @@ les parties avec tous les @code{#()}.  Celles-ci sont expliquées dans
 @lilypond[quote,verbatim,ragged-right]
 mpdolce =
 #(make-dynamic-script
-  (markup #:hspace 0
-          #:translate '(5 . 0)
-          #:line (#:dynamic "mp"
-                  #:text #:italic "dolce")))
+  #{ \markup { \hspace #0
+               \translate #'(5 . 0)
+               \line { \dynamic "mp"
+                       \text \italic "dolce" } }
+  #})
 
 inst =
 #(define-music-function
      (parser location string)
      (string?)
-   (make-music
-    'TextScriptEvent
-    'direction UP
-    'text (markup #:bold (#:box string))))
+   #{ <>^\markup \bold \box #string #})
 
 \relative c'' {
   \tempo 4=50