lilypond-user
[Top][All Lists]
Advanced

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

Re: multi-measure rest position


From: Mats Bengtsson
Subject: Re: multi-measure rest position
Date: Tue, 29 Apr 2003 09:48:38 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Assuming that you are using a recent 1.7.x version, you can read the
documentation of the MultiMeasureRestNumber in the "Internals"
documentation to find out that it has a property direction that
by default is set to 1, meaning up.
Have you tried changing that property? Something like
\score{
  ...
  \paper{
    \translator{
      \ScoreContext
      MultiMeasureRestNumber \set #'direction = #-1
    }
  }
}


   /Mats

David Bobroff wrote:
Is there a way to set the global position of multimeasure rest numbers? The default is, obviously, above the staff. Since I'll be making
frequent use of the \markup capabilities I want to put all of the rest
numbers below the staff since the tempo markings will be above.  I will
have to indicate the measure numbers in cases where I will be putting
text above the block rest but in other cases I would rather it be
automatic.

-David Bobroff



_______________________________________________
Lilypond-user mailing list
address@hidden
http://mail.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]