bug-lilypond
[Top][All Lists]
Advanced

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

Rehearsal mark positionning


From: Nicolas Sceaux
Subject: Rehearsal mark positionning
Date: Sun, 13 Sep 2009 15:37:12 +0200

Hi,

[git from Sat Sep 12 21:00:03 2009]

%% In the following snippet, the Mark_engraver being in the Score context, %% the rehearsal mark shall be placed at the bottom of the system, not at
%% the bottom of first staff.

\version "2.13.4"

\new StaffGroup <<
  \new Staff { g'1 g' }
  \new Staff { e'1 e' }
  \new Staff {
    c'1 c'
\once \override Score . RehearsalMark #'break-visibility = #begin- of-line-invisible
    \once \override Score . RehearsalMark #'direction = #DOWN
    \once \override Score . RehearsalMark #'self-alignment-X = #RIGHT
    \mark \markup \italic "Fine."
  }
>>

PNG image




nicolas

reply via email to

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