David Sumbler wrote:
I thought that using the slashSeparator between items would make things clearer, but I only want it after each complete item, not after every line.

It sounds as though each of your exercises is a \score block. You can put (stand-alone) markup between these blocks; see http://lilypond.org/doc/v2.12/Documentation/user/lilypond/Writing-text#Separate-text


And since slashSeparator is actually markup, you should be able to do \score { c'1 } \slashSeparator \score { d'1 } but the top-level doesn't know about slashSeparator, which is defined in LilyPond/usr/share/lilypond/current/ly/titling-init.ly. So somewhere near the beginning of your file - either paste in the definition you find there, or just say
-  \include "titling-init.ly"


Cheers, Robin


_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to