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.

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to