lilypond-user
[Top][All Lists]
Advanced

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

Re: How to stack segno and rehearsal mark vertically?


From: Menu Jacques
Subject: Re: How to stack segno and rehearsal mark vertically?
Date: Fri, 26 Dec 2014 21:56:45 +0100

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 <address@hidden> 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 <address@hidden>:
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 -----
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:address@hidden







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


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


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


reply via email to

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