Hi,

.22  is out. 

NEWS:

   * The syntax for setting properties has been simplified: the
     following table lists the differences:

               (old)                           (new)

          \property A.B = #C                \set A.B = #C
          \property A.B \unset              \unset A.B
          \property A.B \set #C = #D        \override A.B #C = #D
          \property A.B \override #C = #D   (removed)
          \property A.B \revert #C          \revert A.B #C

     Furthermore, if `A' is left out, the bottommost context is used by
     default.  In other words, it is no longer necessary to explicitly
     mention `Voice', `Lyrics' or `ChordNames'.

     Old:

             \property Voice.autoBeaming = ##f
             \property Staff.TimeSignature \set #'style = #'C

     New:

             \set autoBeaming = ##f
             \override Staff.TimeSignature #'style = #'C


Enjoy!

-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



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

Reply via email to