lilypond-user
[Top][All Lists]
Advanced

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

Re: horizontal position of rehearsal marks at start of system


From: Pierre Perol-Schneider
Subject: Re: horizontal position of rehearsal marks at start of system
Date: Sun, 24 Nov 2019 23:16:30 +0100

Hi Werner,
Did you move the bar number to get such output?
How about simply move the rehearsal mark also?
e.g.:
\version "2.19.83"

{
  \set Score.currentBarNumber = #23 \bar ""
  \mark\markup\box "5"
  \omit Staff.TimeSignature
  \once\override Score.BarNumber.X-offset = #.5 % <= ??
  \once\override Score.RehearsalMark.X-offset = 3.5
  c'
}

Cheers,
Pierre


Le dim. 24 nov. 2019 à 22:15, Werner LEMBERG <address@hidden> a écrit :

Folks,


how can I control the default horizontal position of rehearsal marks
at the beginning of a line?  As can be seen in the attached image, the
rehearsal mark gets shifted up because it would otherwise collide
with the bar number.  Consequently, I would like to have the default
position shifted to the right to avoid that.


    Werner

reply via email to

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