bug-lilypond
[Top][All Lists]
Advanced

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

The built-in template satb.ly fails in 2.19.16


From: Trevor Daniels
Subject: The built-in template satb.ly fails in 2.19.16
Date: Fri, 13 Mar 2015 22:32:11 -0000

I've just noticed that the examples of using the built-in template, satb.ly, in 
the Learning Manual, see
http://www.lilypond.org/doc/v2.19/Documentation/learning/built_002din-templates
are not correct in 2.19.16.  They were (and still are) fine when using 2.19.15 
with the same template.

The problem may be associated with one of the macros:

#(defmacro lyrics-if-defined (name voice . optionals)
  (let ((above (if (pair? optionals) (car optionals) #f)))
    (if (defined? name)
      `(make-music 'ContextSpeccedMusic
  'create-new #t
  'context-type 'Lyrics
  'property-operations ',(if above `((assign alignAboveContext ,above)) '())
  'element (make-music 'LyricCombineMusic
     'associated-context ,voice
     'element ,name))
      #{#})))

Does anyone recognise any changes in 2.19.16 which might have affected this 
macro?
(There have been minor changes to this in current master, but both fail the 
same way.)

Trevor

reply via email to

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