lilypond-user
[Top][All Lists]
Advanced

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

Re: Text mark at the end?


From: Mats Bengtsson
Subject: Re: Text mark at the end?
Date: Fri, 08 Jun 2007 15:51:02 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20061113 Debian/1.7.8-1sarge8

If you read the section on "Text marks" in the manual, you will
find that you need the following setting

\override Score.RehearsalMark #'break-visibility = #begin-of-line-invisible

To make sure that the mark is printed at the end of the line and note at the
beginning of the next line (which is the default for rehearsal marks).

  /Mats

Zoltan Selyem wrote:

Hi,

I'd like a "Da capo al Fine" mark at the end of the score, but it's
not there. What am I doing wrong?


%% ------------- LilyPond code -------------
\version "2.11.23"
\paper{ ragged-right=##t }
\relative g' {
 g4 g g g | g g g g | g g g g |
 \once \override Score.RehearsalMark #'self-alignment-X = #RIGHT
 \mark "Da capo al Fine"
}
%% -------------- end of code --------------

Thanks,

    Zoltán



_______________________________________________
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]