>           \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

I also suggest to unify the syntax in \translator blocks: Instead of
e.g.

    \translator {
      \ScoreContext
      Tie \override #'thickness = #1
    }

I would prefer

    \translator {
      \ScoreContext
      \set Tie #'thickness = #1
    }



      Werner


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

Reply via email to