On Tue, 2009-09-29 at 10:25 +0200, Federico Bruni wrote: > Hi, > > I'm setting up a legenda for tablature (see attached files). > I have problems with layout variables. > > I have seen on the web documentation that names are changed: > http://lilypond.org/doc/v2.13/Documentation/notation/Page-formatting#Page-formatting > > But even though I'm using the new command names, nothing happens. > For example, if I use 2.12.1 this command works as expected: > \paper { > between-title-space = 30\mm > } > > If I use 2.13.4 and the new command, nothing happens: > \paper { > between-title-spacing = 30\mm > }
Try between-title-spacing = #'((space . 30)). Note that the units are in staff-spaces, so this is probably much too large. Joe _______________________________________________ lilypond-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/lilypond-user
