Hello Phil and Pierre,

Pierre’s solution fits my need perfectly without too much complexity, thanks a 
lot!

I had tried to place a « \mark\default » inside a markup, but no way.

A nice end of year!

JM

> Le 26 déc. 2014 à 17:49, Pierre Perol-Schneider 
> <pierre.schneider.pa...@gmail.com> a écrit :
> 
> 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 <m...@philholmes.net 
> <mailto:m...@philholmes.net>>:
> http://lsr.di.unimi.it/LSR/Item?id=202 
> <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 
> <http://lsr.di.unimi.it/LSR/Item?id=735> should be adaptable to what you want.
> 
> --
> Phil Holmes
>  
>  
> ----- Original Message -----
> From: Menu Jacques <mailto:imj-...@bluewin.ch>
> To: lilypond-user Mailinglist <mailto:lilypond-user@gnu.org>
> Cc: Menu Jacques <mailto:imj-...@bluewin.ch>
> 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 :
> 
> <SuperposeSegnoAndMarkVertically_Goal.png>
> 
> and the best I’ve been able to achive is this :
> 
> <SuperposeSegnoAndMarkVertically_Attempt.png>
> 
> 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:imj-...@bluewin.ch <mailto:imj-...@bluewin.ch>
> 
> 
> 
> 
> 
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org <mailto:lilypond-user@gnu.org>
> https://lists.gnu.org/mailman/listinfo/lilypond-user 
> <https://lists.gnu.org/mailman/listinfo/lilypond-user>
> 
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org <mailto:lilypond-user@gnu.org>
> https://lists.gnu.org/mailman/listinfo/lilypond-user 
> <https://lists.gnu.org/mailman/listinfo/lilypond-user>
> 
> 
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user

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

Reply via email to