lilypond-user
[Top][All Lists]
Advanced

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

Re: \mark in last measure does not show text


From: Mats Bengtsson
Subject: Re: \mark in last measure does not show text
Date: Mon, 18 Dec 2006 17:23:51 +0100
User-agent: Thunderbird 1.5.0.8 (X11/20061105)

See the secion on "Text marks".

 /Mats

Nick Didkovsky wrote:
Hello

I want a rehearsal mark to show up at the top right of a measure.
The problem: the mark is not displayed if the measure is the last measure of the piece.

Below is a script that exhibits the problem, followed by a script where the mark is displayed properly, simply because there is an additional empty measure after it.

Can anyone tell me what I am doing wrong in the bad script?

Best regards
Nick Didkovsky

BAD SCRIPT
\version "2.10.0"

% Staff 1

"testStaffAA" = {

% Measure 1
\repeat volta 1
{
\override Score.MetronomeMark #'padding = #4.5
\tempo 4=60
\key c \major

\override Staff.TimeSignature #'style = #'()

\time 4/4

\clef treble
g'4 f'4 b'4 g'4
}
\once \override Score.RehearsalMark #'self-alignment-X = #right
\mark "6x"

}



GOOD SCRIPT
\version "2.10.0"

% Staff 1

"testStaffAA" = {

% Measure 1
\repeat volta 1
{
\override Score.MetronomeMark #'padding = #4.5
\tempo 4=60
\key c \major

\override Staff.TimeSignature #'style = #'()

\time 4/4

\clef treble
g'4 f'4 b'4 g'4
}
\once \override Score.RehearsalMark #'self-alignment-X = #right
\mark "6x"

% Measure 2
R4*4
}



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

--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
       Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================





reply via email to

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