Hi all!

I want to [finally] get my Scheme-fu up to snuff, and I'm thinking of doing 
that by developing the following wish-list item: I would like to be able to 
write my headers/footers like this [warning: pseudocode]:

\footer {
  \if-page #'first { FIRST PAGE FOOTER }
  \if-page #'odd { ODD PAGE FOOTER }
  \if-page #'even { EVEN PAGE FOOTER }
  \if-page #'last { LAST PAGE FOOTER }
  \if-page #7 { SEVENTH PAGE FOOTER }
}

Questions:
1. Can this be done entirely in Scheme? [Intuition: YES.]
2. Is there are better syntax? [Intuition: YES.]
3. Is everything I need to know how to do this available in the existing 
titling code? [Intuition: YES.]

Thanks!
Kieren.
_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to