lilypond-user
[Top][All Lists]
Advanced

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

Re: spacing errors


From: Laura Conrad
Subject: Re: spacing errors
Date: 03 Jun 2002 18:20:52 -0400
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

>>>>> "Simon" == Simon Bailey <address@hidden> writes:

    >> > has anybody got a working basic-properties.scm to correct this problem?
    >> 
    >> > \property Score.breakAlignOrder = #'(
    >> >                 Left_edge_item
    >> 
    >> I think there was a quite similar question this week.  See
    >> breakAlignOrder in ly/engraver-init.ly.

    Simon> that's not much help -- i wanted a different
    Simon> breakAlignOrder which is why i put the code in my .ly
    Simon> file. after that it started spouting those spacing errors
    Simon> at me...

    Simon> any ideas?

In 1.5, the names of the breakAlignOrder items have changed, so you
need to use the new names, which are in ly/engraver-init.ly.  Then the
errors you're talking about will go away.

My new Score.breakAlignOrder says:

\property Score.breakAlignOrder = #'(
          instrument-name
          left-edge
          span-bar
          breathing-sign
          key-signature
          staff-bar
          clef
          time-signature
          custos
)

-- 
Laura (mailto:address@hidden , http://www.laymusic.org/ )
(617) 661-8097  fax: (801) 365-6574 
233 Broadway, Cambridge, MA 02139




reply via email to

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