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
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