CVSROOT: /cvsroot/lilypond
Module name: newweb
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/06/22 13:45:15
Modified files:
. : ChangeLog newweb.css
nl/switch : advantages.html
site/switch : advantages.html testimonials.html
Added files:
site/images : carter-brey.jpeg darius-blasband.jpeg
lilypond-book-small.png orm-finnendahl.jpeg
Log message:
* newweb.css: add p.boxout{left,right}
* nl/switch/advantages.html: "Geen gepriegel" rewrite, based on en
original rewrite.
* site/images/lilypond-book-small.png (Module): smaller image for
better paragraph flow.
* site/switch/testimonials.html: floating images for darius,
carter and orm.
* site/switch/advantages.html: use computer!totaal quote; we do
have docs of that.
* newweb.css (a): darker links.
* site/about/faq.html (href): small updates.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/ChangeLog.diff?tr1=1.263&tr2=1.264&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/newweb.css.diff?tr1=1.16&tr2=1.17&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/nl/switch/advantages.html.diff?tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/images/carter-brey.jpeg?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/images/darius-blasband.jpeg?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/images/lilypond-book-small.png?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/images/orm-finnendahl.jpeg?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/switch/advantages.html.diff?tr1=1.29&tr2=1.30&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/switch/testimonials.html.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
Patches:
Index: newweb/ChangeLog
diff -u newweb/ChangeLog:1.263 newweb/ChangeLog:1.264
--- newweb/ChangeLog:1.263 Wed Jun 22 10:02:37 2005
+++ newweb/ChangeLog Wed Jun 22 13:45:14 2005
@@ -1,5 +1,23 @@
2005-06-22 Han-Wen Nienhuys <[EMAIL PROTECTED]>
+ * newweb.css: add p.boxout{left,right}
+
+ * nl/switch/advantages.html: "Geen gepriegel" rewrite, based on en
+ original rewrite.
+
+ * site/images/lilypond-book-small.png (Module): smaller image for
+ better paragraph flow.
+
+ * site/switch/testimonials.html: floating images for darius,
+ carter and orm.
+
+ * site/switch/advantages.html: use computer!totaal quote; we do
+ have docs of that.
+
+ * newweb.css (a): darker links.
+
+ * site/about/screenshots.html: remove file.
+
* site/about/faq.html (href): small updates.
* site/about/features.html: edit.
Index: newweb/newweb.css
diff -u newweb/newweb.css:1.16 newweb/newweb.css:1.17
--- newweb/newweb.css:1.16 Wed Mar 2 14:46:04 2005
+++ newweb/newweb.css Wed Jun 22 13:45:14 2005
@@ -26,6 +26,45 @@
padding-right: 5%;
}
+p.sidebar {
+ padding-left: 20px;
+ padding-right: 20px;
+ border: 1px solid #bbb;
+ background-color: #FFECCC;
+ color: #000;
+ border-radius: 10px;
+ -moz-border-radius: 10px;
+}
+
+p.boxout {
+ width: 30%;
+ margin-top: 10px;
+ margin-bottom: 10px;
+ padding-left: 8px;
+ padding-right: 8px;
+ padding-top: 6px;
+ padding-bottom: 6px;
+ border-width: medium;
+ border-color: #ffe8a5;
+ border-style: solid;
+ align: center;
+ -moz-border-radius: 5px;
+ font-style: normal;
+ font-weight: medium;
+ font-family: serif;
+}
+
+/* ugh: how to inherit? */
+
+p.boxoutright {
+ margin-left: 12px;
+ float: right;
+}
+p.boxoutleft {
+ float: left;
+ margin-right: 12px;
+}
+
img {
border-style: none;
}
@@ -35,7 +74,7 @@
}
a:link {
- color: #a0a0ff;
+ color: #3C3C90;
}
a:visited {
Index: newweb/nl/switch/advantages.html
diff -u newweb/nl/switch/advantages.html:1.10
newweb/nl/switch/advantages.html:1.11
--- newweb/nl/switch/advantages.html:1.10 Thu Jun 16 20:59:56 2005
+++ newweb/nl/switch/advantages.html Wed Jun 22 13:45:15 2005
@@ -42,15 +42,14 @@
in partituren combineren en stichnoten uit andere partijen invoegen.
</dd>
- <dt>Geautomatiseerde layout</dt>
- <dd>
+ <dt>Geen gepriegel</dt>
- Dankzij de intelligentie van het programma is aanpassing van de
- output nauwelijks noodzakelijk. LilyPond bepaalt zelf de
- spatiëring en het afbreken van regels en pagina's, zodat een
- strakke en regelmatige layout ontstaat. Het voorkomt conflicten
- tussen liedtekst, noten en akkoorden en plaatst legatobogen en
- waardestrepen <em>automatisch</em>.
+ <dd> Verspil geen tijd met het aanpassen van de output. LilyPond
+ verzint zelf de beste layout. Het bepaalt de spatiëring en het
+ afbreken van regels en pagina's, zodat een strakke en regelmatige
+ layout ontstaat. Het voorkomt botsingen tussen liedtekst, noten en
+ akkoorden en plaatst legatobogen en waardestrepen
+ <em>automatisch</em>.
</dd>
Index: newweb/site/switch/advantages.html
diff -u newweb/site/switch/advantages.html:1.29
newweb/site/switch/advantages.html:1.30
--- newweb/site/switch/advantages.html:1.29 Thu Jun 16 20:59:56 2005
+++ newweb/site/switch/advantages.html Wed Jun 22 13:45:15 2005
@@ -1,5 +1,5 @@
<!--
- Translation of CVS $Revision: 1.29 $
+ Translation of CVS $Revision: 1.30 $
Translators must leave this comment in tact, but remove any dollar
signs ($) from the CVS Revision indicator.
@@ -9,17 +9,23 @@
<h1>Why switch to LilyPond?</h1>
-<img src="@[EMAIL PROTECTED]" align="right" alt="lilypond-book">
-<h2>
- “... results can be stunning” -
- <a href="http://www.computermusic.co.uk">Computer Music Special</a>.
-</h2>
+<p class="sidebar" align="right" style="max-width:50%;">
+<font size="+1">
+ “... music produced by LilyPond is exceptionally
pretty ...” -
+ <a href="http://www.computertotaal.nl">Computer!Totaal</a>.
+ </font>
+</p>
<dl>
<dt>Text-based input</dt>
<dd>
+
+<a href="@[EMAIL PROTECTED]">
+<img src="@[EMAIL PROTECTED]" align="right" alt="lilypond-book">
+</a>
+
LilyPond takes ASCII input, which you can produce in <em>your</em>
favorite environment, quickly and comfortably. No more futzing with
the mouse. The input contains all the information, so there is no
@@ -29,7 +35,8 @@
<dt>Mix music and text</dt> <dd>
- Put fragments of music into texts with without cutting and pasting
+
+ Put fragments of music into texts with without cutting and pasting
pictures. With the <tt>lilypond-book</tt> utitility, you can
integrate music into LaTeX or HTML seamlessly. </dd>
@@ -46,13 +53,15 @@
<dt>Excellent classical engraving</dt>
<dd>
- <img src="@[EMAIL PROTECTED]" align="right" alt="flat-design">
All style settings, font designs and algorithms have been inspired
by the finest hand-engraved music. LilyPond output has that same
strong and balanced look as a classical score. (<a
href="../about/automated-engraving/typography-features.html">Read more</a>)
- </dd>
+
+ <img src="@[EMAIL PROTECTED]" align="right" alt="flat-design">
+
+ </dd>
<dt>Even better than part extraction!</dt>
Index: newweb/site/switch/testimonials.html
diff -u newweb/site/switch/testimonials.html:1.20
newweb/site/switch/testimonials.html:1.21
--- newweb/site/switch/testimonials.html:1.20 Thu May 19 11:24:13 2005
+++ newweb/site/switch/testimonials.html Wed Jun 22 13:45:15 2005
@@ -1,5 +1,5 @@
<!--
- Translation of CVS $Revision: 1.20 $
+ Translation of CVS $Revision: 1.21 $
Translators must leave this comment in tact, but remove any dollar
signs ($) from the CVS Revision indicator.
@@ -10,17 +10,23 @@
<h1>Testimonials</h1>
+
+<div style="overflow: auto">
+<img style="float: right; padding: 5px;" height="135"
src="@IMAGES@/carter-brey.jpeg">
<p>
- “... I've written a couple of encore pieces for solo cello which
- I've printed with LilyPond and which I'm going to submit to Schirmer
- for publication. I'll bet their engraved version wouldn't look half as
- sharp as mine!”
+ “... I've written a couple of encore pieces for solo cello
+ which I've printed with LilyPond and which I'm going to submit to
+ Schirmer for publication. I'll bet their engraved version wouldn't
+ look half as sharp as mine!”
</p>
<p align="right">
- <em>
- <a
href="http://www.newyorkphilharmonic.org/meet/orchestra/index.cfm?page=profile&personNum=7">Carter
Brey</a>, Principal Cellist, New York Philharmonic</em>
+ <a
href="http://www.newyorkphilharmonic.org/meet/orchestra/index.cfm?page=profile&personNum=7">Carter
Brey</a>, <em>
+Principal Cellist, New York Philharmonic</em>
</p>
+</div>
+<div style="overflow: hidden">
+<img style="float: left; padding: 5px;" height="135"
src="@IMAGES@/orm-finnendahl.jpeg">
<p>
“Although I don't know [LilyPond] very well yet, I'm *very*
impressed. I used the program to input a motet of Josquin Desprez in
@@ -35,25 +41,32 @@
</a>
</em>
</p>
+</div>
+
+<div style="overflow: hidden">
+<p class="boxout boxoutright">
+<img src="@IMAGES@/darius-blasband.jpeg">
+<br>
+Composer Darius Blasband studying a
+LilyPond score.</p>
+
<p>
- “
- I've been an enthousiast user of Lilypond for over two years now, and
- the last piece I worked on is a cimbalom concerto I wrote [..]
- [..after the first orchestra rehearsal] I got numerous compliments about the
- quality of the scores.
-</p>
-<p>
- Even more importantly, while Lilypond provides numerous hacks to improve
- the way its scores look, what the orchestra got from me is basically the
- raw, untouched output.
- ”
+ “ [..after the first orchestra rehearsal] I got numerous
+ compliments about the quality of the scores. Even more importantly,
+ while Lilypond provides numerous hacks to improve the way its scores
+ look, what the orchestra got from me is basically the raw, untouched
+ output. ”
</p>
<p align="right">
<em>
- Darius Blasband, composer (Brussels, Belgium)
+ Darius Blasband,
+ composer (Brussels, Belgium)
</em>
</p>
+</div>
+
+
<p>
“thanks and kudos to the development team for their incredible
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs