lilypond-user
[Top][All Lists]
Advanced

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

Re: How to shift tempo text on the right of the rehearsal mark in the co


From: Valentin Petzel
Subject: Re: How to shift tempo text on the right of the rehearsal mark in the conductor score?
Date: Fri, 13 Aug 2021 09:35:52 +0200

Hello Marco,

Please consider including a small working example, so that we can see what you 
want. The problem here is that you cannot use \tweak this way. Use a 
\once\override instead. Note that RehearsalMark and the MetronomeMark need to 
be specified for context Score, so you need to do

\once\override RehearsalMark.X-offset = #-2.5

Or whatever.

Cheers,
Valentin

Am Freitag, 13. August 2021, 07:54:53 CEST schrieb Marco Bagolin:
> Hello all
> I would like to shift tempo text on the right of the rehearsal mark in the
> conductor score.
> 
> Conductor score is a file where all instruments files are called
> 
> \version "2.20.0"
> ....
> \include "01_fluteI.ly"
> \include "03_oboe.ly"
> \include "04_clarinetI.ly"
> \include "06_bassclarinet.ly"
> \include "07_bassoon.ly"
> ....
> 
> I tried typing the following code in every instrument file, but it doesn't
> work:
> 
> \version "2.20.0"
> ....
> ....
> ....
> R1*3 \! |
>                                                 %082-083-084
> 
> \mark \default
> \once \override Score.BarNumber.stencil = ##f % nasconde, se necessario, il
> numero di inizio riga
> 
>     \time 6/4
>     -\tweak self-alignment-X #-2.5
>     \tempo \markup \column { \line {"Molto allegro"}
>             \line \raise #1.0 \normal-text
>             \fontsize #-1 {\italic { \char ##x0022 "Descent Into Mystery"
> \char ##x0022 }}} 4 = 140
>     R1*6/4 |
> ....
> ....
> ....
> 
> Where is the mistake?
> I can't find it...
> who can help me?
> 
> Thank you in advance
> 
> Regards

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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