bug-lilypond
[Top][All Lists]
Advanced

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

Music repeat type: "fold"


From: Peter Riegel
Subject: Music repeat type: "fold"
Date: Thu, 30 Oct 2008 23:27:39 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

> I'm not top posting.

The music repeat type "fold" found in define-music-types.scm is present in
2.10.33 but not in 2.11.63.  Convert-ly 2.11.63 does not convert or comment on
the change/omission.  



(define-public (make-repeated-music name)
  (let* ((handle (assoc name '(("volta" . VoltaRepeatedMusic)
                               ("unfold" . UnfoldedRepeatedMusic)
                               ("percent" . PercentRepeatedMusic)
                               ("tremolo" . TremoloRepeatedMusic)
*****removed type >>>>>>>>     ("fold" . FoldedRepeatedMusic))))   <<<<<<<<<<<<





reply via email to

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