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: Thies Albrecht
Subject: Re: moving sub. p under slur or tie
Date: Mon, 29 Nov 2004 20:23:26 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20040910

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>

*
*




reply via email to

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