2012/11/19 Noeck <noeck.marb...@gmx.de>:
[...]
> 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

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to