[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lyrics-lyrics extra spacing
From: |
Thomas Morley |
Subject: |
Re: lyrics-lyrics extra spacing |
Date: |
Tue, 20 Nov 2012 01:08:14 +0100 |
2012/11/19 Noeck <address@hidden>:
[...]
> Just because I wanted to test the new syntax introduced in 2.17:
> It really works :) I am amazed by the short input code, just one line in
> the layout block.
>
> \version "2.17.6"
> \layout {
> \override Lyrics.VerticalAxisGroup.
> nonstaff-nonstaff-spacing.minimum-distance = #5
[...]
I used the full alist from IR 2.1.16 Lyrics
http://lilypond.org/doc/v2.17/Documentation/internals-big-page#lyrics
to make it possible to change some more settings (if wished) and added
it to a Lyrics-context.
More concise and only changing minimum-distance for v2.16.0 would result in:
\layout {
\override Lyrics.VerticalAxisGroup
#'nonstaff-nonstaff-spacing #'minimum-distance = #5
}
Thats quite short, too.
But you're right, I love the new syntax--possibilities, too.
Cheers,
Harm