lilypond-user
[Top][All Lists]
Advanced

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

Re: measure numbers and ChoirStaff


From: Mats Bengtsson
Subject: Re: measure numbers and ChoirStaff
Date: Thu, 28 Aug 2003 15:36:24 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030312

Try something like
\property Score.BarNumber \override #'padding = #3

Of course, this should be done automatically when you have
brackets or braces connecting the staves, but at the moment
you have to do it manually.

   /Mats

Arvid Grøtting wrote:
When typesetting choral music using ChoirStaff, the measure numbers
collide with the choir staff braces.  (This probably happens whenever
the upper staves of a system are connected using angular brackets,
although I haven't tested this much).

Ultimately, this is of course a bug, but is there a simple way to work
around it?

The measure numbers could be moved a bit up or to the left or right to
avoid the collision -- I'm afraid I don't have any hand-engraved
choral music with measure numbering on me right now, so I can't tell
you what's right.

Minimal, rather contrived example; look at the start of the second
system:

\version "1.6.9"

tenorIMusic = \notes \relative c {
  a b c d e f g a
  a b c d e f g a
  a b c d e f g a
  a b c d e f g a
  a b c d e f g a
}

\score {
    \notes
    \context ChoirStaff <
        \context Staff = tenori \context Voice = VA { \voiceOne \tenorIMusic }
    >
}



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