lilypond-user
[Top][All Lists]
Advanced

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

special variable for compound meters


From: Stefan Thomas
Subject: special variable for compound meters
Date: Sun, 2 Sep 2012 10:20:17 +0200

Dear community,
in 2.14. I've been quite frequently using a special variable for compound meters. I would like to use it in the same way as before, but unfortunately it doesn't work in 2.16.
How can I update it?

%%%%%%%%% SNIP %%%%%%%%%%%%
\version "2.16.0"
aksak = #(define-music-function
  (parser layout zaehler nenner compound) (number? number? list?)
  #{
$(set-time-signature zaehler nenner compound)
  #})

\relative c' {
  \aksak #7 #8 #'(4 3)
  c8 d e f e d c
}
%%%%%%%%%% END %%%%%%%%

reply via email to

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