Re: Issue 1027 in lilypond: Lyrics ignore minimum-Y-extent

2010-04-16 Thread lilypond

Updates:
Labels: -fixed2_13_18 fixed2_13_19

Comment #5 on issue 1027 by percival.music.ca: Lyrics ignore  
minimum-Y-extent

http://code.google.com/p/lilypond/issues/detail?id=1027

Sorry, due to a mixup in git, this fix will only appear in 2.13.19.

--
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


Re: Issue 1027 in lilypond: Lyrics ignore minimum-Y-extent

2010-04-13 Thread lilypond

Updates:
Status: Fixed
Labels: fixed2_13_18

Comment #4 on issue 1027 by Carl.D.Sorensen: Lyrics ignore minimum-Y-extent
http://code.google.com/p/lilypond/issues/detail?id=1027

New snippet added to Documentation/snippets/new

--
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


Re: Issue 1027 in lilypond: Lyrics ignore minimum-Y-extent

2010-04-01 Thread lilypond


Comment #3 on issue 1027 by percival.music.ca: Lyrics ignore  
minimum-Y-extent

http://code.google.com/p/lilypond/issues/detail?id=1027

Correct; the problem is in a snippet, not the NR.  I wish that Valentin  
would fix
this, since he knows how the snippets work and you don't, but since it's  
been this
long I guess he's not doing it.  Prepare for another 2-3 hours of suck and  
finding

problems in the CG.

--
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


Re: Issue 1027 in lilypond: Lyrics ignore minimum-Y-extent

2010-04-01 Thread lilypond


Comment #2 on issue 1027 by pkx1...@hotmail.com: Lyrics ignore  
minimum-Y-extent

http://code.google.com/p/lilypond/issues/detail?id=1027

I can only find this in snippets.pdf It doesn't appear anywhere else in the  
PDFs but
it does link from 'see also' section of NR 4.5.1 Horizontal spacing  
overview.


But I cannot see anything in this section of the NR that needs correcting,  
unless I

am mistaken - does this help?

--
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


Re: Issue 1027 in lilypond: Lyrics ignore minimum-Y-extent

2010-03-23 Thread lilypond

Updates:
Labels: -Type-Defect Type-Documentation

Comment #1 on issue 1027 by percival.music.ca: Lyrics ignore  
minimum-Y-extent

http://code.google.com/p/lilypond/issues/detail?id=1027

Neil:

This is a documentation issue, since minimum-Y-extent is no longer
used with VerticalAxisGroup grobs.  There's a convert rule warning for
this.

Graham:
ok, so somebody needs to find where in the docs this example came from, and  
explain

the fix to the doc editors so they can make a formal patch.

--
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


Issue 1027 in lilypond: Lyrics ignore minimum-Y-extent

2010-03-03 Thread lilypond

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