Hi Jacques,

How about :

%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\version "2.19.15"

{
  \clef "bass"
  \key bes \major
  \time 12/8
  \tempo "Moderato" 4. = 120
  \tweak self-alignment-X #LEFT
  \tweak break-align-symbols #'(key-signature)
  \mark\markup "3. OXO LA TERRE"
  \set Score.currentBarNumber = #100
  \bar ""
  g4. -> \ff f4. -> c4 -> d -> f, -> |
  g1. ~ |
  g1. \> |
  \bar "||"
  \mark\markup\center-column {
    \normalsize \musicglyph #"scripts.segno"
    \vspace #.2
    \bold\box H
  }
  \tempo "Swingy"
  g1. \mf  ~ |
  g ~ |
  g |
}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%

Cheers,
Pierre

2014-12-26 17:46 GMT+01:00 Phil Holmes <[email protected]>:

>  http://lsr.di.unimi.it/LSR/Item?id=202 shows exactly what you want, but
> may be a little complex.  http://lsr.di.unimi.it/LSR/Item?id=735 should
> be adaptable to what you want.
>
> --
> Phil Holmes
>
>
>
> ----- Original Message -----
> *From:* Menu Jacques <[email protected]>
> *To:* lilypond-user Mailinglist <[email protected]>
> *Cc:* Menu Jacques <[email protected]>
> *Sent:* Friday, December 26, 2014 4:15 PM
> *Subject:* How to stack segno and rehearsal mark vertically?
>
> Hello folks,
>
> I’d like to obtain this at bar 103, with only the upper voice :
>
>
> and the best I’ve been able to achive is this :
>
>
> using the following code :
>
>
> %%%%%%%%%%%%%%%%%%%%%%%%%%%%
>  \version "2.19.15"
>
> {
> \set Score.markFormatter = #format-mark-box-alphabet
>
> \clef "bass" \key bes \major \time 12/8
> \tempo "Moderato" 4. = 120
>
> g4. -> \ff f4. -> c4 -> d -> f, -> |
> g1. ~ |
> g1. \> |
> \bar "||"
>
> \mark #8
> \tempo "Swingy"
> g1. \mf ^\markup{\musicglyph #"scripts.segno"} ~ |
> g ~ |
> g |
> }
>  %%%%%%%%%%%%%%%%%%%%%%%%%%%%
>
>
> Thanks for your help!
>
> JM
>
> --
>
> Jacques Menu
> Ch. de la Pierre 12
> 1023 Crissier
>
> mailto:[email protected] <[email protected]>
>
>
>
>
>  ------------------------------
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
> _______________________________________________
> lilypond-user mailing list
> [email protected]
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to