info-lilypond
[Top][All Lists]
Advanced

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

LilyPond 2.1.22 released


From: Han-Wen Nienhuys
Subject: LilyPond 2.1.22 released
Date: Fri, 13 Feb 2004 10:45:14 +0100

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   |   address@hidden   |   http://www.xs4all.nl/~hanwen 





reply via email to

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