>>>>> "Simon" == Simon Bailey <[EMAIL PROTECTED]> 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:[EMAIL PROTECTED] , http://www.laymusic.org/ )
(617) 661-8097  fax: (801) 365-6574 
233 Broadway, Cambridge, MA 02139


_______________________________________________
Lilypond-user mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/lilypond-user

Reply via email to