> From: Graham Percival [mailto:[EMAIL PROTECTED] > > In the example below, \fromproperty appears to do nothing. I see > how it is used in ly/titling-init.ly , and as far as I can tell, I'm > using > it in the same way below. What's wrong with this example? > > > \version "2.7.3" > \header { piece = "foo" } > \markup { > between > \fromproperty #'header:title > after > }
Well, obviously in this example you don't have a title. Try \fromproperty #'header:piece instead. -- Sven Axelsson _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
