Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Critical Spacing

New issue 1027 by v.villenave: Lyrics ignore minimum-Y-extent
http://code.google.com/p/lilypond/issues/detail?id=1027

% The adjusting-lyrics-vertical-spacing.ly snippet (below)
% has stopped working in the 2.13 series.  I'm sure the syntax
% must have changed, but the docs haven't been updated accordingly.

\version "2.13.14"
% Default layout:
<<
  \new Staff \new Voice = melody \relative c' {
    c4 d e f
    g4 f e d
    c1
  }
  \new Lyrics \lyricsto melody { aa aa aa aa aa aa aa aa aa }

% Reducing the minimum space below the staff and above the lyrics:
  \new Staff \with {
    \override VerticalAxisGroup #'minimum-Y-extent = #'(-1 . 4)
  }
  \new Voice = melody \relative c' {
    c4 d e f
    g4 f e d
    c1
  }
  \new Lyrics \with {
    \override VerticalAxisGroup #'minimum-Y-extent = #'(-1.2 . 1)
  }
  \lyricsto melody { aa aa aa aa aa aa aa aa aa }



% Since this is a regression (or at least a lack in documentation),
% I'm making this Critical.


Attachments:
        adjusting-lyrics-vertical-spacing.png  2.3 KB

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-lilypond

Reply via email to