Re: VerticalAxisGroup minimum-Y-extent

2005-11-23 Thread Han-Wen Nienhuys

Daniel Johnson wrote:

I've run convert-ly (2.7.18) on some files that are about a month old,
and it made the following change:

\set Staff.minimumVerticalExtent = ##f
is changed to
\override Staff.VerticalAxisGroup #'minimum-Y-extent = ##f

However, this does not force the staff-distance the way setting
minimumVerticalExtent did.  Consider the following example:

%%% BEGIN LILYPOND CODE %%%
\version "2.7.18"

text = \lyricmode { Hel -- lo world }

\score {
   \context ChoirStaff <<
   \context Staff = women {
   %\set Staff.minimumVerticalExtent = ##f
   \override Staff.VerticalAxisGroup #'minimum-Y-extent = ##f
   \set Staff.verticalExtent = #'(-6 . 2)
   \clef treble
   \context Voice = sop { c4 c c2 }
   }
   \context Lyrics = sopLyrics \lyricsto sop \text
   \context Staff = men {
   %\set Staff.minimumVerticalExtent = ##f
   \override Staff.VerticalAxisGroup #'minimum-Y-extent = ##f
   \set Staff.verticalExtent = #'(-2 . 6)
   \clef bass
   \context Voice = bas { c4 c c2 }
   }
>>
}
%%% END LILYPOND CODE %%%

In 2.7.14 and earlier (and in 2.6.4), the lyrics would be placed exactly
centered between the two staves, regardless of collision with notes. 
However, in 2.7.17 the lyrics are pushed down by the low notes in the

upper staff.

Am I completely missing something, or is minimum-Y-extent not working as
advertised?


verticalExtent should be replaced likewise by [XY]-extent.


--
 Han-Wen Nienhuys - [EMAIL PROTECTED] - http://www.xs4all.nl/~hanwen


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


VerticalAxisGroup minimum-Y-extent

2005-11-23 Thread Daniel Johnson
I've run convert-ly (2.7.18) on some files that are about a month old,
and it made the following change:

\set Staff.minimumVerticalExtent = ##f
is changed to
\override Staff.VerticalAxisGroup #'minimum-Y-extent = ##f

However, this does not force the staff-distance the way setting
minimumVerticalExtent did.  Consider the following example:

%%% BEGIN LILYPOND CODE %%%
\version "2.7.18"

text = \lyricmode { Hel -- lo world }

\score {
   \context ChoirStaff <<
   \context Staff = women {
   %\set Staff.minimumVerticalExtent = ##f
   \override Staff.VerticalAxisGroup #'minimum-Y-extent = ##f
   \set Staff.verticalExtent = #'(-6 . 2)
   \clef treble
   \context Voice = sop { c4 c c2 }
   }
   \context Lyrics = sopLyrics \lyricsto sop \text
   \context Staff = men {
   %\set Staff.minimumVerticalExtent = ##f
   \override Staff.VerticalAxisGroup #'minimum-Y-extent = ##f
   \set Staff.verticalExtent = #'(-2 . 6)
   \clef bass
   \context Voice = bas { c4 c c2 }
   }
>>
}
%%% END LILYPOND CODE %%%

In 2.7.14 and earlier (and in 2.6.4), the lyrics would be placed exactly
centered between the two staves, regardless of collision with notes. 
However, in 2.7.17 the lyrics are pushed down by the low notes in the
upper staff.

Am I completely missing something, or is minimum-Y-extent not working as
advertised?

--Daniel




___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: newweb ./ChangeLog site/about/index.html site/a...

2005-11-23 Thread Juergen Reuter


By the way, on site/about/index.html you are linking to the LAD Booth @ 
LinuxTag 2003.  This has indeed a nice photo, but it's somewhat outdated.
What about linking to one (or more) of the following more up-to-date 
LAD-related sites?


http://lalists.stanford.edu/
(Mailing list archives of the Linux Audio community)

http://www.alsa-project.org/
(Advanced Linux Sound Architecture (ALSA))

http://lac.zkm.de/
(International Linux Audio Conference @ ZKM Karlsruhe, Germany)

http://www.linuxdj.com/audio/lad/
(The Home of the Linux Audio Developers Mailing List, but also not really 
up-to-date)


Aah, and, well, the LAD logo at the bottom of the page currently links to 
the address http://www.linuxaudiodev.org/, which seems to be down; the 
whois says:


...
Last Updated On: 22-Jun-2005 06:59:23 UTC
...
Status: CLIENT DELETE PROHIBITED
Status: CLIENT HOLD
Status: CLIENT TRANSFER PROHIBITED
Status: CLIENT UPDATE PROHIBITED
Status: INACTIVE
...

So I guess this site has been down at least for a couple of months...

Greetings,
Juergen


___
lilypond-devel mailing list
lilypond-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-devel