CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Graham Percival <[EMAIL PROTECTED]>     05/08/09 07:29:06

Modified files:
        .              : ChangeLog 
        Documentation/user: advanced-notation.itely 

Log message:
        Give text #(cons (markup "foo")) example.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3982&tr2=1.3983&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/advanced-notation.itely.diff?tr1=1.45&tr2=1.46&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3982 lilypond/ChangeLog:1.3983
--- lilypond/ChangeLog:1.3982   Tue Aug  9 02:39:24 2005
+++ lilypond/ChangeLog  Tue Aug  9 07:29:05 2005
@@ -5,7 +5,8 @@
        * scm/define-markup-commands.scm: add linewidth info to
        \justify and \wordwrap.
 
-       * Documentation/user/advanced-notation.itely: shaped->shape
+       * Documentation/user/advanced-notation.itely: shaped->shape,
+       add (cons (markup "foo")) type of example to text markup.
 
        * lily/note-heads-engraver.cc: changed Shaped->Shape in a
        comment.  No actual code was touched.
Index: lilypond/Documentation/user/advanced-notation.itely
diff -u lilypond/Documentation/user/advanced-notation.itely:1.45 
lilypond/Documentation/user/advanced-notation.itely:1.46
--- lilypond/Documentation/user/advanced-notation.itely:1.45    Tue Aug  9 
02:39:25 2005
+++ lilypond/Documentation/user/advanced-notation.itely Tue Aug  9 07:29:06 2005
@@ -215,9 +215,10 @@
 
     \set Staff.instrument = \markup{ \column{ Alto solo } }
     c2^\markup{ don't be \flat }
-    b2
+    \override TextSpanner #'edge-text = #(cons (markup #:italic "rit" ) "")
+    b2\startTextSpan
     a2\mark \markup{ \large \bold Fine }
-    r2
+    r2\stopTextSpan
     \bar "||"
   }
   \addlyrics { bar, foo \markup{ \italic bar! } }


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to