The \mark command is centred. Can text be formatted to be left aligned (and 
smaller)? Is there an initialisation parameter I can change to set its default 
alignment?

The snippet below is repeated i.e. multiple \score { blocks so I get a page of 
short sections of music with their titles. Only thing is that all their titles 
are different lengths and centred, so they don't display as I would like.

I have tried other methods, but \mark is the only one I have got to work.

Ideally, whatever method arrived at would then create a marker in a MIDI file - 
\mark does on last but one version of Lilypond, but not on my Windows 8.1, 
Lilypond "2.18.2" installation

Thanks



\version "2.18.2"


\score {
  { \mark "Boore's Dance" \key d\major \time 6/8 a''4. g''4 d''8 g''8 e''4. 
fis''4 a''4. fis''4 d''8 g''4 e''8 d''4. \bar ".." }


\layout { }
\midi { }
}

produces:

[cid:8c815b0b-9cc5-4253-b5a4-bc7400b8ed62]

Reply via email to