lilypond-user
[Top][All Lists]
Advanced

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

Re: Two bits of markup at the same point in the music?


From: Eluze
Subject: Re: Two bits of markup at the same point in the music?
Date: Mon, 10 Dec 2012 02:29:50 -0800 (PST)

Richard Shann wrote
> I wonder if there is a way of creating several pieces of markup text at
> a point in the music and tweaking their positions independently...
> 
> 
> \override TextScript #'extra-offset = #'(0 . 10) <>-\markup {"pizz."}
> \override TextScript #'extra-offset = #'(0 . -10)<>-\markup {"3"}
> 
> 
> for example does give both bits of markup, but the extra-offsets put in
> do not both take effect, only the last.

use \tweak instead to allow each bit to be adapted, eg.

{ <> 
  - \tweak color #red -\tweak #'extra-offset #'(0 . 10) - \markup "pizz."
  -\tweak #'extra-offset #'(0 . -10) - \markup "3"
}

Eluze



--
View this message in context: 
http://lilypond.1069038.n5.nabble.com/Two-bits-of-markup-at-the-same-point-in-the-music-tp137421p137424.html
Sent from the User mailing list archive at Nabble.com.



reply via email to

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