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
_______________________________________________
bug-lilypond mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to