CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Graham Percival <[EMAIL PROTECTED]>     05/08/25 02:10:43

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

Log message:
        add info about raising text.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4077&tr2=1.4078&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/advanced-notation.itely.diff?tr1=1.55&tr2=1.56&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4077 lilypond/ChangeLog:1.4078
--- lilypond/ChangeLog:1.4077   Wed Aug 24 20:36:03 2005
+++ lilypond/ChangeLog  Thu Aug 25 02:10:43 2005
@@ -1,3 +1,8 @@
+2005-08-24  Graham Percival  <[EMAIL PROTECTED]>
+
+       * Documentation/user/advanced-notation.itely: add info about
+       raising text.
+
 2005-08-24  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * lily/beam.cc (print): fix X start/end points of isolated
Index: lilypond/Documentation/user/advanced-notation.itely
diff -u lilypond/Documentation/user/advanced-notation.itely:1.55 
lilypond/Documentation/user/advanced-notation.itely:1.56
--- lilypond/Documentation/user/advanced-notation.itely:1.55    Wed Aug 24 
12:48:22 2005
+++ lilypond/Documentation/user/advanced-notation.itely Thu Aug 25 02:10:43 2005
@@ -297,6 +297,19 @@
 centered, so using @code{\mark \markup @{ \left-align .. @}} has no
 effect.
 
+In addition, vertical placement is performed after creating the
+text markup object.  If you wish to move an entire piece of markup,
+you need to use the #'padding property or create an "anchor" point
+inside the markup (generally with @code{\hspace #0}).
+
[EMAIL PROTECTED],verbatim,fragment,relative=1]
+\fatText
+c'4^\markup{ \raise #5 "not raised" }
+\once \override TextScript #'padding = #3
+c'4^\markup{ raised }
+c'4^\markup{ \hspace #0 \raise #1.5 raised }
[EMAIL PROTECTED] lilypond
+
 
 @seealso
 


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

Reply via email to