Re: Problem with tempo marking and processing

2007-01-04 Thread Mats Bengtsson
Francesco Spiga wrote: If I define a command \tempoMark, as explained by Guide in Chapter 4... %SAMPLE BEGINS \version "2.8.6" tempoMark = #(define-music-function (parser location markp) (string?) # { \once \override Score . RehearsalMark #'self-alignment-X = #left \once \override Sco

Problem with tempo marking and processing

2007-01-04 Thread Francesco Spiga
Hi. I'm trying to insert movement titles in the beginning of measure. For example, I have the following file called "example.ly": %SAMPLE BEGINS \version "2.8.6" example = \relative c'' { a4 b c d } \score { \new Staff \example \layout { } } %SAMPLE ENDS If I define a command