lilypond-user
[Top][All Lists]
Advanced

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

Re: bars and clefs


From: Mats Bengtsson
Subject: Re: bars and clefs
Date: Thu, 03 Nov 2005 14:14:30 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

This order is specified by the break-align-orders property of the
BreakAlignment object, see
http://lilypond.org/doc/v2.6/Documentation/user/out-www/lilypond-internals/BreakAlignment.html#BreakAlignment

So, to modify this for clef changes in the middle of a line, for example,
you could do;

\override Score.BreakAlignment #'break-align-orders = #'(
                           ;; end of line
                           (instrument-name
                              left-edge
                              ambitus
                              breathing-sign
                              clef
                              staff-bar
                              key-cancellation
                              key-signature
                              time-signature
                              custos)

                             ;; unbroken
                             (instrument-name
                              left-edge
                              ambitus
                              breathing-sign
;;  Default order:
;;                               clef
;;                               staff-bar
;; Modified into:
                              staff-bar
                              clef
                              key-cancellation
                              key-signature
                              staff
                              time-signature custos)

                             ;; begin of line
                             (instrument-name
                              left-edge
                              ambitus
                              breathing-sign
                              clef
                              key-cancellation
                              key-signature
                              staff-bar
                              time-signature
                              custos)))


  /Mats

Guy Durrieu wrote:

Hello,

When specifying a clef change after a bar (for exemple a repeat bar),
the clef is placed before the  bar. I would like to know if there is a
mean to ask a clef change to be placed after the bar.

Thanks in advance for your help !


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