Dominic Neumann wrote:
Hi Maarten,
I think it is standard behaviour.
I remember there was a command to let LilyPond display all the spaces
it uses and its names. But I don´t remember the command and couldn´t
find it by searching ...
it's annotate-spacing and used in the \paper as in this example:)
\version "2.11.55"
\score{
\relative c' <<
\new Staff \new Voice = myvoice { c1 | d2 e | f1 }
\new Lyrics \lyricsto myvoice { What hap -- pens here? }
>>
}
\paper { annotate-spacing = ##t }
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user