bug-lilypond
[Top][All Lists]
Advanced

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

convert-ly loses information in auto-beam settings


From: Peter Chubb
Subject: convert-ly loses information in auto-beam settings
Date: Fri, 26 Mar 2004 20:59:12 +1100

In my old score I had:
      \property ChoirStaff.autoBeamSettings \override #'(end * * * *)
= #(make-moment 1 4)

convert-ly converts this to
           #(override-auto-beam-setting '(end * * * *)  1 4)

To get the same semantics that should be
           #(override-auto-beam-setting '(end * * * *)  1 4 'ChoirStaff)

PeterC




reply via email to

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