lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: moving sub. p under slur or tie


From: Mats Bengtsson
Subject: Re: moving sub. p under slur or tie
Date: Tue, 30 Nov 2004 10:36:23 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20040913

I always recommend to use the padding property to move things up or
down (I view extra-offset as an emergency option when nothing else
works). So, try
\once \override TextScript #'padding = #'2

By the way, I would use the following markup command
_\markup{ \italic sub. \dynamic p }
to make it nicer to read.

   /Mats

Thies Albrecht wrote:
Hi Albert!

How to move down and left or right _\markup{sub. p}...


Here's a little example (v2.4.2):

\score {
   \new Staff {
       \relative c'' {
           c4 d e f
           % no extra-offset
           c_\markup{sub. p} d e f
           % moving markup to the right by 10 spaces and up by 5 spaces
           \once \override TextScript #'extra-offset = #'(10 . 5)
           c_\markup{sub. p} d e f                  }
   }
}

Former syntax can also be found here:* http://lists.gnu.org/archive/html/lilypond-user/2003-04/msg00013.html

Kind regards
Thies Albrecht*
<http://lists.gnu.org/archive/html/lilypond-user/2003-04/msg00013.html>

*
*


_______________________________________________
lilypond-user mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/lilypond-user

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

[Prev in Thread] Current Thread [Next in Thread]