newweb ./ChangeLog fr/index.html

2005-08-16 Thread Gauvain Pocentek
CVSROOT:/cvsroot/lilypond
Module name:newweb
Branch: 
Changes by: Gauvain Pocentek <[EMAIL PROTECTED]>05/08/16 10:15:31

Modified files:
.  : ChangeLog 
fr : index.html 

Log message:
fr update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/ChangeLog.diff?tr1=1.300&tr2=1.301&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/fr/index.html.diff?tr1=1.10&tr2=1.11&r1=text&r2=text

Patches:
Index: newweb/ChangeLog
diff -u newweb/ChangeLog:1.300 newweb/ChangeLog:1.301
--- newweb/ChangeLog:1.300  Sun Aug 14 20:45:42 2005
+++ newweb/ChangeLogTue Aug 16 10:15:31 2005
@@ -1,3 +1,7 @@
+2005-08-16  Gauvain Pocentek  <[EMAIL PROTECTED]>
+
+   * fr/: update download link to 2.7.4
+   
 2005-08-14  Pedro Kroger  <[EMAIL PROTECTED]>
 
* site/install/devel.ihtml: shouldn't have a header (index.html)
Index: newweb/fr/index.html
diff -u newweb/fr/index.html:1.10 newweb/fr/index.html:1.11
--- newweb/fr/index.html:1.10   Fri Aug  5 14:13:59 2005
+++ newweb/fr/index.htmlTue Aug 16 10:15:31 2005
@@ -1,5 +1,5 @@
 

lilypond ./ChangeLog Documentation/user/basic-n...

2005-08-16 Thread Graham Percival
CVSROOT:/cvsroot/lilypond
Module name:lilypond
Branch: 
Changes by: Graham Percival <[EMAIL PROTECTED]> 05/08/16 10:13:17

Modified files:
.  : ChangeLog 
Documentation/user: basic-notation.itely 

Log message:
Cautionary accidentals work with naturals, too.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4014&tr2=1.4015&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/basic-notation.itely.diff?tr1=1.35&tr2=1.36&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4014 lilypond/ChangeLog:1.4015
--- lilypond/ChangeLog:1.4014   Mon Aug 15 23:34:38 2005
+++ lilypond/ChangeLog  Tue Aug 16 10:13:17 2005
@@ -2,6 +2,11 @@
 
* lily/tuplet-bracket.cc: simple build fix.
 
+   * Documentation/user/putting.itely: use "we" instead of "I".
+
+   * Documentation/user/basic-notation.itely: cautionary accidentals
+   work with naturals, too.
+
 2005-08-15  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
* lily/tuplet-bracket.cc (calc_position_and_height): add
Index: lilypond/Documentation/user/basic-notation.itely
diff -u lilypond/Documentation/user/basic-notation.itely:1.35 
lilypond/Documentation/user/basic-notation.itely:1.36
--- lilypond/Documentation/user/basic-notation.itely:1.35   Fri Aug 12 
12:09:08 2005
+++ lilypond/Documentation/user/basic-notation.itelyTue Aug 16 10:13:17 2005
@@ -163,10 +163,11 @@
 can be forced by adding an exclamation mark @code{!}
 after the pitch.  A cautionary accidental
 (i.e., an accidental within parentheses) can be obtained by adding the
-question mark [EMAIL PROTECTED]' after the pitch.
+question mark [EMAIL PROTECTED]' after the pitch.  These extra accidentals
+can be used to produce natural signs, too.
 
 @lilypond[quote,raggedright,fragment,verbatim]
-cis' cis' cis'! cis'?
+cis' cis' cis'! cis'? c c? c! c
 @end lilypond
 
 


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


lilypond ./ChangeLog scripts/lilypond-book.py

2005-08-16 Thread Mats Bengtsson
CVSROOT:/cvsroot/lilypond
Module name:lilypond
Branch: 
Changes by: Mats Bengtsson <[EMAIL PROTECTED]>  05/08/16 11:22:41

Modified files:
.  : ChangeLog 
scripts: lilypond-book.py 

Log message:
* scripts/lilypond-book.py (option_definitions): Don't localize
the empty string. Fixes bug when --psfonts was used with
non-English locale.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4015&tr2=1.4016&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/lilypond-book.py.diff?tr1=1.269&tr2=1.270&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4015 lilypond/ChangeLog:1.4016
--- lilypond/ChangeLog:1.4015   Tue Aug 16 10:13:17 2005
+++ lilypond/ChangeLog  Tue Aug 16 11:22:40 2005
@@ -1,3 +1,9 @@
+2005-08-16  Mats Bengtsson  <[EMAIL PROTECTED]>
+
+   * scripts/lilypond-book.py (option_definitions): Don't localize
+   the empty string. Fixes bug when --psfonts was used with
+   non-English locale.
+
 2005-08-15  Graham Percival  <[EMAIL PROTECTED]>
 
* lily/tuplet-bracket.cc: simple build fix.
Index: lilypond/scripts/lilypond-book.py
diff -u lilypond/scripts/lilypond-book.py:1.269 
lilypond/scripts/lilypond-book.py:1.270
--- lilypond/scripts/lilypond-book.py:1.269 Wed Jul 13 08:07:48 2005
+++ lilypond/scripts/lilypond-book.py   Tue Aug 16 11:22:40 2005
@@ -95,7 +95,7 @@
  _ ("write output to DIR")),
(_ ("COMMAND"), 'P', 'process',
  _ ("process ly_files using COMMAND FILE...")),
-   (_(''), '', 'psfonts',
+   ('', '', 'psfonts',
 _ ('''extract all PostScript fonts into INPUT.psfonts for LaTeX
 must use this with dvips -h INPUT.psfonts''')),
('', 'V', 'verbose',


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


lilypond ./ChangeLog scripts/lilypond-book.py [lilypond_2_6]

2005-08-16 Thread Mats Bengtsson
CVSROOT:/cvsroot/lilypond
Module name:lilypond
Branch: lilypond_2_6
Changes by: Mats Bengtsson <[EMAIL PROTECTED]>  05/08/16 11:24:10

Modified files:
.  : ChangeLog 
scripts: lilypond-book.py 

Log message:
* scripts/lilypond-book.py (option_definitions): Don't localize
the empty string. Fixes bug when --psfonts was used with
non-English locale.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?only_with_tag=lilypond_2_6&tr1=1.3836.2.26&tr2=1.3836.2.27&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/lilypond-book.py.diff?only_with_tag=lilypond_2_6&tr1=1.265.2.1&tr2=1.265.2.2&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3836.2.26 lilypond/ChangeLog:1.3836.2.27
--- lilypond/ChangeLog:1.3836.2.26  Mon Aug 15 14:04:56 2005
+++ lilypond/ChangeLog  Tue Aug 16 11:24:10 2005
@@ -1,3 +1,9 @@
+2005-08-16  Mats Bengtsson  <[EMAIL PROTECTED]>
+
+   * scripts/lilypond-book.py (option_definitions): Don't localize
+   the empty string. Fixes bug when --psfonts was used with
+   non-English locale.
+
 2005-08-15  Mats Bengtsson  <[EMAIL PROTECTED]>
 
* Documentation/user/advanced-notation.itely (Instrument names):
Index: lilypond/scripts/lilypond-book.py
diff -u lilypond/scripts/lilypond-book.py:1.265.2.1 
lilypond/scripts/lilypond-book.py:1.265.2.2
--- lilypond/scripts/lilypond-book.py:1.265.2.1 Fri Jul  8 19:27:59 2005
+++ lilypond/scripts/lilypond-book.py   Tue Aug 16 11:24:10 2005
@@ -95,7 +95,7 @@
  _ ("write output to DIR")),
(_ ("COMMAND"), 'P', 'process',
  _ ("process ly_files using COMMAND FILE...")),
-   (_(''), '', 'psfonts',
+   ('', '', 'psfonts',
 _ ('''extract all PostScript fonts into INPUT.psfonts for LaTeX
 must use this with dvips -h INPUT.psfonts''')),
('', 'V', 'verbose',


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


lilypond ./ChangeLog input/no-notation/display-...

2005-08-16 Thread Nicolas Sceaux
CVSROOT:/cvsroot/lilypond
Module name:lilypond
Branch: 
Changes by: Nicolas Sceaux <[EMAIL PROTECTED]>  05/08/16 13:00:24

Modified files:
.  : ChangeLog 
Added files:
input/no-notation: display-lily-tests.ly 
Removed files:
input/regression: display-lily-tests.ly 

Log message:
* input/no-notation/display-lily-tests.ly: moved from
input/regression/ to input/no-notation. Be sure to call
`display-lily-init' before trying to use the display function.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/no-notation/display-lily-tests.ly?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4016&tr2=1.4017&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4016 lilypond/ChangeLog:1.4017
--- lilypond/ChangeLog:1.4016   Tue Aug 16 11:22:40 2005
+++ lilypond/ChangeLog  Tue Aug 16 13:00:23 2005
@@ -1,3 +1,9 @@
+2005-08-16  Nicolas Sceaux  <[EMAIL PROTECTED]>
+
+   * input/no-notation/display-lily-tests.ly: moved from
+   input/regression/ to input/no-notation. Be sure to call
+   `display-lily-init' before trying to use the display function.
+
 2005-08-16  Mats Bengtsson  <[EMAIL PROTECTED]>
 
* scripts/lilypond-book.py (option_definitions): Don't localize


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


newweb po/fr.po po/newweb.pot po/nl.po site/ind...

2005-08-16 Thread Pedro Kroger
CVSROOT:/cvsroot/lilypond
Module name:newweb
Branch: 
Changes by: Pedro Kroger <[EMAIL PROTECTED]>05/08/16 13:10:40

Modified files:
po : fr.po newweb.pot nl.po 
site   : index.html news.ihtml old-news.html 
site/install   : devel.ihtml 

Log message:
Announce 2.7.5

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/po/fr.po.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/po/newweb.pot.diff?tr1=1.49&tr2=1.50&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/po/nl.po.diff?tr1=1.37&tr2=1.38&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/index.html.diff?tr1=1.239&tr2=1.240&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/news.ihtml.diff?tr1=1.59&tr2=1.60&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/old-news.html.diff?tr1=1.113&tr2=1.114&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/install/devel.ihtml.diff?tr1=1.39&tr2=1.40&r1=text&r2=text

Patches:
Index: newweb/po/fr.po
diff -u newweb/po/fr.po:1.13 newweb/po/fr.po:1.14
--- newweb/po/fr.po:1.13Tue Aug  9 00:36:08 2005
+++ newweb/po/fr.po Tue Aug 16 13:10:40 2005
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-08 21:35-0300\n"
+"POT-Creation-Date: 2005-08-16 10:11-0300\n"
 "PO-Revision-Date: 2005-06-15 19:04+0200\n"
 "Last-Translator: Jean-Charles Malahieude <[EMAIL PROTECTED]>\n"
 "Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
@@ -267,7 +267,7 @@
 #: site/install/old.ihtml:191 site/install/stable.ihtml:89
 #: site/install/devel.ihtml:65 site/install/stable.ihtml:88
 #: site/install/devel.ihtml:67 site/install/devel.ihtml:66
-#: site/install/stable.ihtml:87
+#: site/install/stable.ihtml:87 site/install/devel.ihtml:68
 msgid "Other"
 msgstr "Autre"
 
@@ -299,7 +299,9 @@
 #: site/install/devel.ihtml:60 site/install/devel.ihtml:87
 #: site/install/devel.ihtml:124 site/install/stable.ihtml:81
 #: site/install/stable.ihtml:108 site/install/stable.ihtml:127
-#: site/install/stable.ihtml:182
+#: site/install/stable.ihtml:182 site/install/devel.ihtml:40
+#: site/install/devel.ihtml:62 site/install/devel.ihtml:107
+#: site/install/devel.ihtml:126 site/install/stable.ihtml:180
 msgid "LilyPond development team"
 msgstr "Équipe de développement de LilyPond"
 
@@ -313,6 +315,7 @@
 #: site/install/devel.ihtml:101 site/install/stable.ihtml:159
 #: site/install/devel.ihtml:121 site/install/devel.ihtml:120
 #: site/install/stable.ihtml:158 site/install/stable.ihtml:178
+#: site/install/devel.ihtml:122 site/install/stable.ihtml:176
 msgid "warning"
 msgstr "avertissement"
 
@@ -361,6 +364,7 @@
 #: site/install/devel.ihtml:95 site/install/stable.ihtml:153
 #: site/install/devel.ihtml:115 site/install/devel.ihtml:114
 #: site/install/stable.ihtml:152 site/install/stable.ihtml:172
+#: site/install/devel.ihtml:116 site/install/stable.ihtml:170
 msgid "Source code"
 msgstr "Code source"
 
@@ -384,7 +388,8 @@
 #: site/install/stable.ihtml:158 site/install/devel.ihtml:99
 #: site/install/stable.ihtml:157 site/install/devel.ihtml:119
 #: site/install/devel.ihtml:118 site/install/stable.ihtml:156
-#: site/install/stable.ihtml:176
+#: site/install/stable.ihtml:176 site/install/devel.ihtml:120
+#: site/install/stable.ihtml:174
 #, c-format
 msgid "Download tarball"
 msgstr "Télécharger l'archive"
@@ -414,7 +419,7 @@
 #: site/install/stable.ihtml:142 site/install/stable.ihtml:56
 #: site/install/stable.ihtml:141 site/install/stable.ihtml:55
 #: site/install/stable.ihtml:140 site/install/stable.ihtml:139
-#: site/install/stable.ihtml:160
+#: site/install/stable.ihtml:160 site/install/stable.ihtml:158
 #, c-format
 msgid "Go here"
 msgstr "Aller ici"
@@ -438,7 +443,7 @@
 #: site/install/devel.ihtml:29 site/install/devel.ihtml:79
 #: site/install/stable.ihtml:102 site/install/devel.ihtml:31
 #: site/install/devel.ihtml:81 site/install/devel.ihtml:80
-#: site/install/stable.ihtml:101
+#: site/install/stable.ihtml:101 site/install/devel.ihtml:33
 #, c-format
 msgid "Download %s"
 msgstr "Télécharger %s"
@@ -448,7 +453,7 @@
 #: site/install/old.ihtml:157 site/install/stable.ihtml:36
 #: site/install/old.ihtml:76 site/install/stable.ihtml:54
 #: site/install/stable.ihtml:37 site/install/devel.ihtml:32
-#: site/install/devel.ihtml:34
+#: site/install/devel.ihtml:34 site/install/devel.ihtml:36
 msgid "documentation"
 msgstr "documentation"
 
@@ -492,7 +497,8 @@
 #: site/install/stable.ihtml:122 site/install/devel.ihtml:55
 #: site/install/devel.ihtml:100 site/install/devel.ihtml:54
 #: site/install/devel.ihtml:99 site/install/stable.ihtml:75
-#: site/install/stable.ihtml:121
+#: site/install/stable.ihtml:121 site/install/devel.ihtml:56
+#: site/install/devel.ihtml:101
 #, c-format
 msgid "Install or upgrade"
 msgst

lilypond/lily lily-parser.cc

2005-08-16 Thread Han-Wen Nienhuys
CVSROOT:/cvsroot/lilypond
Module name:lilypond
Branch: 
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]>05/08/16 15:59:59

Modified files:
lily   : lily-parser.cc 

Log message:
(get_header): copy module, instead of
returning it.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/lily-parser.cc.diff?tr1=1.48&tr2=1.49&r1=text&r2=text

Patches:
Index: lilypond/lily/lily-parser.cc
diff -u lilypond/lily/lily-parser.cc:1.48 lilypond/lily/lily-parser.cc:1.49
--- lilypond/lily/lily-parser.cc:1.48   Sat Aug 13 21:35:23 2005
+++ lilypond/lily/lily-parser.ccTue Aug 16 15:59:59 2005
@@ -218,6 +218,12 @@
   SCM id = parser->lexer_->lookup_identifier ("$defaultheader");
   if (!ly_is_module (id))
 id = ly_make_anonymous_module (be_safe_global);
-
+  else
+{
+  nid = ly_make_anonymous_module (false);
+  ly_module_copy(nid,id);
+  id = nid;
+}
+  
   return id;
 }


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


lilypond ./ChangeLog ./THANKS Documentation/top...

2005-08-16 Thread Han-Wen Nienhuys
CVSROOT:/cvsroot/lilypond
Module name:lilypond
Branch: 
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]>05/08/16 15:47:43

Modified files:
.  : ChangeLog THANKS 
Documentation/topdocs: NEWS.tely 
Documentation/user: basic-notation.itely 
input  : proportional.ly 
lily   : break-align-engraver.cc 
 percent-repeat-engraver.cc separation-item.cc 
lily/include   : paper-system.hh 
scm: define-grobs.scm framework-ps.scm 
Added files:
input/regression: repeat-percent-count.ly 

Log message:
* Documentation/topdocs/NEWS.tely (Top): add entry for percent
counters.

* Documentation/user/basic-notation.itely (Measure repeats): add
links to Counter grobs.

* scm/define-grobs.scm (all-grob-descriptions): add
DoublePercentRepeatCounter
(all-grob-descriptions): add PercentRepeatCounter

* lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
also create counter grobs.

* lily/separation-item.cc (extremal_break_aligned_grob): don't
return grob without space-alist.

* input/proportional.ly: tune staff-padding.

* input/regression/repeat-percent-count.ly: new file.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4017&tr2=1.4018&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/THANKS.diff?tr1=1.140&tr2=1.141&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.63&tr2=1.64&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/user/basic-notation.itely.diff?tr1=1.36&tr2=1.37&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/proportional.ly.diff?tr1=1.8&tr2=1.9&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/repeat-percent-count.ly?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/break-align-engraver.cc.diff?tr1=1.74&tr2=1.75&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/percent-repeat-engraver.cc.diff?tr1=1.46&tr2=1.47&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/separation-item.cc.diff?tr1=1.57&tr2=1.58&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/include/paper-system.hh.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/define-grobs.scm.diff?tr1=1.222&tr2=1.223&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/framework-ps.scm.diff?tr1=1.131&tr2=1.132&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4017 lilypond/ChangeLog:1.4018
--- lilypond/ChangeLog:1.4017   Tue Aug 16 13:00:23 2005
+++ lilypond/ChangeLog  Tue Aug 16 15:47:40 2005
@@ -1,3 +1,25 @@
+2005-08-16  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+   * Documentation/topdocs/NEWS.tely (Top): add entry for percent
+   counters.
+
+   * Documentation/user/basic-notation.itely (Measure repeats): add
+   links to Counter grobs.
+
+   * scm/define-grobs.scm (all-grob-descriptions): add
+   DoublePercentRepeatCounter
+   (all-grob-descriptions): add PercentRepeatCounter
+
+   * lily/percent-repeat-engraver.cc (class Percent_repeat_engraver):
+   also create counter grobs.
+
+   * lily/separation-item.cc (extremal_break_aligned_grob): don't
+   return grob without space-alist.
+
+   * input/proportional.ly: tune staff-padding.
+
+   * input/regression/repeat-percent-count.ly: new file. 
+
 2005-08-16  Nicolas Sceaux  <[EMAIL PROTECTED]>
 
* input/no-notation/display-lily-tests.ly: moved from
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.63 
lilypond/Documentation/topdocs/NEWS.tely:1.64
--- lilypond/Documentation/topdocs/NEWS.tely:1.63   Thu Aug 11 13:11:17 2005
+++ lilypond/Documentation/topdocs/NEWS.telyTue Aug 16 15:47:41 2005
@@ -38,6 +38,17 @@
 @itemize @bullet
 
 @item
+Percent repeats now get numbers to how many repeats there are.
+
[EMAIL PROTECTED],fragment,raggedright] 
+\repeat percent 4 { c1 }
+\time 2/4
+\repeat percent 4 { c2 c2 }
[EMAIL PROTECTED] lilypond
+
+This feature was sponsored by Yoshinobu Ishizaki
+  
[EMAIL PROTECTED]
 Text scripts such as fingering instructions and dynamics avoid
 collisions with Slurs
 
Index: lilypond/Documentation/user/basic-notation.itely
diff -u lilypond/Documentation/user/basic-notation.itely:1.36 
lilypond/Documentation/user/basic-notation.itely:1.37
--- lilypond/Documentation/user/basic-notation.itely:1.36   Tue Aug 16 
10:13:17 2005
+++ lilypond/Documentation/user/basic-notation.itelyTue Aug 16 15:47:41 20

lilypond/Documentation/topdocs GNUmakefile NEWS...

2005-08-16 Thread Han-Wen Nienhuys
CVSROOT:/cvsroot/lilypond
Module name:lilypond
Branch: 
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]>05/08/16 15:54:52

Modified files:
Documentation/topdocs: GNUmakefile NEWS.tely 

Log message:
(Top): add entry for percent
counters.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/GNUmakefile.diff?tr1=1.11&tr2=1.12&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.64&tr2=1.65&r1=text&r2=text

Patches:
Index: lilypond/Documentation/topdocs/GNUmakefile
diff -u lilypond/Documentation/topdocs/GNUmakefile:1.11 
lilypond/Documentation/topdocs/GNUmakefile:1.12
--- lilypond/Documentation/topdocs/GNUmakefile:1.11 Thu Aug 11 12:47:26 2005
+++ lilypond/Documentation/topdocs/GNUmakefile  Tue Aug 16 15:54:52 2005
@@ -12,3 +12,4 @@
 endif
 
 $(outdir)/NEWS.nexi: NEWS.tely
+
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.64 
lilypond/Documentation/topdocs/NEWS.tely:1.65
--- lilypond/Documentation/topdocs/NEWS.tely:1.64   Tue Aug 16 15:47:41 2005
+++ lilypond/Documentation/topdocs/NEWS.telyTue Aug 16 15:54:52 2005
@@ -31,14 +31,14 @@
 @unnumbered New features in 2.7 since 2.6
 
 @ifhtml
-This document is also available in 
@uref{source/Documentation/topdocs/out-www/NEWS.pdf,PDF}.
+This document is also available in @uref{NEWS.pdf,PDF}.
 @end ifhtml
 
 
 @itemize @bullet
 
 @item
-Percent repeats now get numbers to how many repeats there are.
+Percent repeats get numbers to indicate how many repeats there are.
 
 @lilypond[relative=2,fragment,raggedright] 
 \repeat percent 4 { c1 }


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


lilypond scm/define-music-display-methods.scm l...

2005-08-16 Thread Nicolas Sceaux
CVSROOT:/cvsroot/lilypond
Module name:lilypond
Branch: 
Changes by: Nicolas Sceaux <[EMAIL PROTECTED]>  05/08/16 18:30:32

Modified files:
scm: define-music-display-methods.scm 
ly : music-functions-init.ly 
input/no-notation: display-lily-tests.ly 
.  : ChangeLog 

Log message:
* input/no-notation/display-lily-tests.ly: remove
display-lily-init call.

* ly/music-functions-init.ly (displayLilyMusic): move
display-lily-init call at top level, so that the user should not
have to call it.

* scm/define-music-display-methods.scm (note-name->lily-string):
retrieve note names directly from pitchnames using new function 
`rassoc'.
(display-lily-init): note names list construction removed.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/define-music-display-methods.scm.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ly/music-functions-init.ly.diff?tr1=1.35&tr2=1.36&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/no-notation/display-lily-tests.ly.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4018&tr2=1.4019&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4018 lilypond/ChangeLog:1.4019
--- lilypond/ChangeLog:1.4018   Tue Aug 16 15:47:40 2005
+++ lilypond/ChangeLog  Tue Aug 16 18:30:32 2005
@@ -1,3 +1,16 @@
+2005-08-16  Nicolas Sceaux  <[EMAIL PROTECTED]>
+
+   * input/no-notation/display-lily-tests.ly: delete
+   display-lily-init call.
+
+   * ly/music-functions-init.ly (displayLilyMusic): move
+   display-lily-init call at top level, so that the user should not
+   have to call it.
+
+   * scm/define-music-display-methods.scm (note-name->lily-string):
+   retrieve note names directly from pitchnames using new function 
`rassoc'.
+   (display-lily-init): note names list construction removed.
+
 2005-08-16  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
* Documentation/topdocs/NEWS.tely (Top): add entry for percent
Index: lilypond/input/no-notation/display-lily-tests.ly
diff -u lilypond/input/no-notation/display-lily-tests.ly:1.1 
lilypond/input/no-notation/display-lily-tests.ly:1.2
--- lilypond/input/no-notation/display-lily-tests.ly:1.1Tue Aug 16 
13:00:23 2005
+++ lilypond/input/no-notation/display-lily-tests.lyTue Aug 16 18:30:32 2005
@@ -1,4 +1,4 @@
-\version "2.7.2"
+\version "2.7.6"
 
 #(use-modules (srfi srfi-13)
   (ice-9 format))
@@ -34,13 +34,6 @@
 #(define (lily-string->markup str)
(make-column-markup (string-split str #\NewLine)))
 
-initTest = #(def-music-function (parser location) ()
- ;; Before using display-lily-music, it must be 
- ;; inited using display-lily-init
- (display-lily-init parser)
- (set! test-number 0)
- (make-music 'SequentialMusic))
-
 test = #(def-music-function (parser location result-info strings) (string? 
pair?)
  (display-lily-init parser)
   (let ((input (car strings))
@@ -92,7 +85,6 @@
   }
 }
 {
-  \initTest
   %% Sequential music
   \test #"" ##[ { { a b } { c d } } #] % SequentialMusic
   \test #"" ##[ << { a b } { c d } >> #]   % SimultaneousMusic
Index: lilypond/ly/music-functions-init.ly
diff -u lilypond/ly/music-functions-init.ly:1.35 
lilypond/ly/music-functions-init.ly:1.36
--- lilypond/ly/music-functions-init.ly:1.35Mon Aug 15 15:37:21 2005
+++ lilypond/ly/music-functions-init.ly Tue Aug 16 18:30:31 2005
@@ -52,9 +52,9 @@
 %#(use-modules (scm display-lily))invalid module name for use-syntax ((srfi 
srfi-39))
 
 #(use-modules (scm display-lily))
+#(display-lily-init parser)
 displayLilyMusic =
 #(def-music-function (parser location music) (ly:music?)
-   (display-lily-init parser)
(display-lily-music music)
music)
 
Index: lilypond/scm/define-music-display-methods.scm
diff -u lilypond/scm/define-music-display-methods.scm:1.3 
lilypond/scm/define-music-display-methods.scm:1.4
--- lilypond/scm/define-music-display-methods.scm:1.3   Mon Aug 15 18:28:41 2005
+++ lilypond/scm/define-music-display-methods.scm   Tue Aug 16 18:30:31 2005
@@ -11,12 +11,10 @@
 
 (define-module (scm display-lily))
 
-
 ;;; `display-lily-init' must be called before using `display-lily-music'. It
 ;;; takes a parser object as an argument.
 (define-public (display-lily-init parser)
   (*parser* parser)
-  (set-note-names! (ly:parser-lookup (*parser*) 'pitchnames))
   #t)
 
 ;;;
@@ -80,12 +78,14 @@
 ;;;
 ;;; pitch names
 ;;;
-(define note-names '())
 
-(define (set-note-names! pitchnames)
-  (set! note-names (map-in-order (lambda (name+lypitch)
-  (cons (cdr name+lypitch) (car name+lypitch)))
-

newweb po/newweb.pot site/devel/index.html site...

2005-08-16 Thread Han-Wen Nienhuys
CVSROOT:/cvsroot/lilypond
Module name:newweb
Branch: 
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]>05/08/16 20:00:12

Modified files:
po : newweb.pot 
site/devel : index.html 
site/install   : stable.ihtml 

Log message:
make URLs relative.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/po/newweb.pot.diff?tr1=1.50&tr2=1.51&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/devel/index.html.diff?tr1=1.20&tr2=1.21&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/install/stable.ihtml.diff?tr1=1.22&tr2=1.23&r1=text&r2=text

Patches:
Index: newweb/po/newweb.pot
diff -u newweb/po/newweb.pot:1.50 newweb/po/newweb.pot:1.51
--- newweb/po/newweb.pot:1.50   Tue Aug 16 13:10:40 2005
+++ newweb/po/newweb.potTue Aug 16 20:00:12 2005
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2005-08-16 10:11-0300\n"
+"POT-Creation-Date: 2005-08-16 22:00+0200\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
 "Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"
Index: newweb/site/devel/index.html
diff -u newweb/site/devel/index.html:1.20 newweb/site/devel/index.html:1.21
--- newweb/site/devel/index.html:1.20   Sun Jul 24 16:17:44 2005
+++ newweb/site/devel/index.htmlTue Aug 16 20:00:12 2005
@@ -1,5 +1,5 @@
 

newweb ./ChangeLog site/devel/index.html

2005-08-16 Thread Han-Wen Nienhuys
CVSROOT:/cvsroot/lilypond
Module name:newweb
Branch: 
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]>05/08/16 20:02:33

Modified files:
.  : ChangeLog 
site/devel : index.html 

Log message:
update sca.uwaterloo.ca link to http

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/ChangeLog.diff?tr1=1.302&tr2=1.303&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/devel/index.html.diff?tr1=1.21&tr2=1.22&r1=text&r2=text

Patches:
Index: newweb/ChangeLog
diff -u newweb/ChangeLog:1.302 newweb/ChangeLog:1.303
--- newweb/ChangeLog:1.302  Tue Aug 16 19:56:38 2005
+++ newweb/ChangeLogTue Aug 16 20:02:33 2005
@@ -1,5 +1,7 @@
 2005-08-16  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+   * site/devel/index.html: update sca.uwaterloo.ca link to http
+
* site/install/stable.ihtml: make URLs relative. 
 
 2005-08-15  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
Index: newweb/site/devel/index.html
diff -u newweb/site/devel/index.html:1.21 newweb/site/devel/index.html:1.22
--- newweb/site/devel/index.html:1.21   Tue Aug 16 20:00:12 2005
+++ newweb/site/devel/index.htmlTue Aug 16 20:02:33 2005
@@ -1,5 +1,5 @@
 

newweb ./ChangeLog site/devel/misc/conferences....

2005-08-16 Thread Han-Wen Nienhuys
CVSROOT:/cvsroot/lilypond
Module name:newweb
Branch: 
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]>05/08/16 19:56:38

Modified files:
.  : ChangeLog 
site/devel/misc: conferences.html 
site/install   : stable.ihtml 

Log message:
make URLs relative.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/ChangeLog.diff?tr1=1.301&tr2=1.302&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/devel/misc/conferences.html.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/install/stable.ihtml.diff?tr1=1.21&tr2=1.22&r1=text&r2=text

Patches:
Index: newweb/ChangeLog
diff -u newweb/ChangeLog:1.301 newweb/ChangeLog:1.302
--- newweb/ChangeLog:1.301  Tue Aug 16 10:15:31 2005
+++ newweb/ChangeLogTue Aug 16 19:56:38 2005
@@ -1,3 +1,11 @@
+2005-08-16  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+   * site/install/stable.ihtml: make URLs relative. 
+
+2005-08-15  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+   * site/devel/misc/conferences.html: clean links.
+
 2005-08-16  Gauvain Pocentek  <[EMAIL PROTECTED]>
 
* fr/: update download link to 2.7.4
Index: newweb/site/devel/misc/conferences.html
diff -u newweb/site/devel/misc/conferences.html:1.3 
newweb/site/devel/misc/conferences.html:1.4
--- newweb/site/devel/misc/conferences.html:1.3 Thu May 19 11:24:13 2005
+++ newweb/site/devel/misc/conferences.html Tue Aug 16 19:56:38 2005
@@ -1,5 +1,5 @@
 

lilypond ./ChangeLog Documentation/topdocs/NEWS...

2005-08-16 Thread Heikki Johannes Junes
CVSROOT:/cvsroot/lilypond
Module name:lilypond
Branch: 
Changes by: Heikki Johannes Junes <[EMAIL PROTECTED]>   05/08/16 
21:47:25

Modified files:
.  : ChangeLog 
Documentation/topdocs: NEWS.tely 

Log message:
clarify a bit.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4019&tr2=1.4020&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.65&tr2=1.66&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4019 lilypond/ChangeLog:1.4020
--- lilypond/ChangeLog:1.4019   Tue Aug 16 18:30:32 2005
+++ lilypond/ChangeLog  Tue Aug 16 21:47:24 2005
@@ -1,3 +1,7 @@
+2005-08-17  Heikki Junes  <[EMAIL PROTECTED]>
+
+   * Documentation/topdocs/NEWS.tely: clarify a bit.
+
 2005-08-16  Nicolas Sceaux  <[EMAIL PROTECTED]>
 
* input/no-notation/display-lily-tests.ly: delete
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.65 
lilypond/Documentation/topdocs/NEWS.tely:1.66
--- lilypond/Documentation/topdocs/NEWS.tely:1.65   Tue Aug 16 15:54:52 2005
+++ lilypond/Documentation/topdocs/NEWS.telyTue Aug 16 21:47:25 2005
@@ -38,7 +38,7 @@
 @itemize @bullet
 
 @item
-Percent repeats get numbers to indicate how many repeats there are.
+Percent repeats get incremental numbers to indicate how many repeats there are.
 
 @lilypond[relative=2,fragment,raggedright] 
 \repeat percent 4 { c1 }
@@ -117,7 +117,7 @@
 This feature was sponsored by Trevor Baca.
 
 @item 
-Symbol sizes (e.g. accidentals) are disregarded for spacing if if
+Symbol sizes (e.g. accidentals) are disregarded for spacing if
 @code{uniform-stretching} of the @code{SpacingSpanner} grob is set,
 
 


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


lilypond ./ChangeLog input/regression/repeat-pe...

2005-08-16 Thread Heikki Johannes Junes
CVSROOT:/cvsroot/lilypond
Module name:lilypond
Branch: 
Changes by: Heikki Johannes Junes <[EMAIL PROTECTED]>   05/08/16 
21:53:35

Modified files:
.  : ChangeLog 
input/regression: repeat-percent-count.ly 

Log message:
clarify slightly.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4020&tr2=1.4021&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/repeat-percent-count.ly.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4020 lilypond/ChangeLog:1.4021
--- lilypond/ChangeLog:1.4020   Tue Aug 16 21:47:24 2005
+++ lilypond/ChangeLog  Tue Aug 16 21:53:34 2005
@@ -1,6 +1,7 @@
 2005-08-17  Heikki Junes  <[EMAIL PROTECTED]>
 
-   * Documentation/topdocs/NEWS.tely: clarify a bit.
+   * Documentation/topdocs/NEWS.tely,
+   input/regression/repeat-percent-count.ly: clarify a bit.
 
 2005-08-16  Nicolas Sceaux  <[EMAIL PROTECTED]>
 
Index: lilypond/input/regression/repeat-percent-count.ly
diff -u lilypond/input/regression/repeat-percent-count.ly:1.1 
lilypond/input/regression/repeat-percent-count.ly:1.2
--- lilypond/input/regression/repeat-percent-count.ly:1.1   Tue Aug 16 
15:47:41 2005
+++ lilypond/input/regression/repeat-percent-count.ly   Tue Aug 16 21:53:35 2005
@@ -2,7 +2,7 @@
 \header {
 
 
-  texidoc = "Percent repeats get numbers to indicate the repeat
+  texidoc = "Percent repeats get incremental numbers to indicate the repeat
 counts, but only if there are more than two repeats."
 
 


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


lilypond/lily lily-parser.cc

2005-08-16 Thread Han-Wen Nienhuys
CVSROOT:/cvsroot/lilypond
Module name:lilypond
Branch: 
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]>05/08/16 23:43:57

Modified files:
lily   : lily-parser.cc 

Log message:


CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/lily-parser.cc.diff?tr1=1.49&tr2=1.50&r1=text&r2=text

Patches:
Index: lilypond/lily/lily-parser.cc
diff -u lilypond/lily/lily-parser.cc:1.49 lilypond/lily/lily-parser.cc:1.50
--- lilypond/lily/lily-parser.cc:1.49   Tue Aug 16 15:59:59 2005
+++ lilypond/lily/lily-parser.ccTue Aug 16 23:43:56 2005
@@ -220,7 +220,7 @@
 id = ly_make_anonymous_module (be_safe_global);
   else
 {
-  nid = ly_make_anonymous_module (false);
+  SCM nid = ly_make_anonymous_module (false);
   ly_module_copy(nid,id);
   id = nid;
 }


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


lilypond ./ChangeLog input/regression/stem-spac...

2005-08-16 Thread Han-Wen Nienhuys
CVSROOT:/cvsroot/lilypond
Module name:lilypond
Branch: 
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]>05/08/16 23:40:21

Modified files:
.  : ChangeLog 
Removed files:
input/regression: stem-spacing.ly 

Log message:
(Module): remove file.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4023&tr2=1.4024&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4023 lilypond/ChangeLog:1.4024
--- lilypond/ChangeLog:1.4023   Tue Aug 16 23:38:20 2005
+++ lilypond/ChangeLog  Tue Aug 16 23:40:20 2005
@@ -1,5 +1,7 @@
 2005-08-17  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+   * input/regression/stem-spacing.ly (Module): remove file.
+
* input/regression/spacing-stick-out.ly: specify Score context for
\override
 


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


lilypond ./ChangeLog input/regression/spacing-r...

2005-08-16 Thread Han-Wen Nienhuys
CVSROOT:/cvsroot/lilypond
Module name:lilypond
Branch: 
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]>05/08/16 23:38:20

Modified files:
.  : ChangeLog 
input/regression: spacing-ragged-last.ly spacing-stick-out.ly 

Log message:
specify Score context for
\override

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4022&tr2=1.4023&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/spacing-ragged-last.ly.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/spacing-stick-out.ly.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4022 lilypond/ChangeLog:1.4023
--- lilypond/ChangeLog:1.4022   Tue Aug 16 23:35:08 2005
+++ lilypond/ChangeLog  Tue Aug 16 23:38:20 2005
@@ -1,5 +1,8 @@
 2005-08-17  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+   * input/regression/spacing-stick-out.ly: specify Score context for
+   \override
+
* input/regression/clefs.ly: remove spurious {}s 
 
 2005-08-17  Heikki Junes  <[EMAIL PROTECTED]>
Index: lilypond/input/regression/spacing-ragged-last.ly
diff -u lilypond/input/regression/spacing-ragged-last.ly:1.9 
lilypond/input/regression/spacing-ragged-last.ly:1.10
--- lilypond/input/regression/spacing-ragged-last.ly:1.9Sun Jun 26 
22:39:14 2005
+++ lilypond/input/regression/spacing-ragged-last.lyTue Aug 16 23:38:20 2005
@@ -2,17 +2,15 @@
 
 \header {
 
-texidoc = "If @code{raggedlast} is set, the systems are broken
+  texidoc = "If @code{raggedlast} is set, the systems are broken
 similar to paragraph formatting in text: the last line is
-justified. "
-
- }
+unjustified. "
 
+}
 
-\score  {
- \relative c'' \new Staff { \repeat unfold 20 { c1 } }
-\layout{
-   raggedlast = ##t
-}
+\layout{
+  raggedlast = ##t
 }
-   
+
+\relative c'' \new Staff { \repeat unfold 20 { c1 } }
+
Index: lilypond/input/regression/spacing-stick-out.ly
diff -u lilypond/input/regression/spacing-stick-out.ly:1.3 
lilypond/input/regression/spacing-stick-out.ly:1.4
--- lilypond/input/regression/spacing-stick-out.ly:1.3  Tue Jul 26 22:24:30 2005
+++ lilypond/input/regression/spacing-stick-out.ly  Tue Aug 16 23:38:20 2005
@@ -10,8 +10,9 @@
 \version "2.6.0"
 
 \layout { raggedright = ##t } 
+
 \relative {
-  \override PaperColumn #'keep-inside-line = ##t 
+  \override Score.PaperColumn #'keep-inside-line = ##t 
   c1 c1^"This is a really long text" c
 }
 


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


newweb ./ChangeLog nl/install/macos.html fr/ins...

2005-08-16 Thread Graham Percival
CVSROOT:/cvsroot/lilypond
Module name:newweb
Branch: 
Changes by: Graham Percival <[EMAIL PROTECTED]> 05/08/16 23:35:47

Modified files:
.  : ChangeLog 
nl/install : macos.html 
fr/install : macos.html 
site/install   : macos.html 

Log message:
Change fink package name from lilypond-unstable to lilypond-devel.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/ChangeLog.diff?tr1=1.303&tr2=1.304&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/nl/install/macos.html.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/fr/install/macos.html.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/site/install/macos.html.diff?tr1=1.5&tr2=1.6&r1=text&r2=text

Patches:
Index: newweb/ChangeLog
diff -u newweb/ChangeLog:1.303 newweb/ChangeLog:1.304
--- newweb/ChangeLog:1.303  Tue Aug 16 20:02:33 2005
+++ newweb/ChangeLogTue Aug 16 23:35:47 2005
@@ -1,3 +1,9 @@
+2005-08-16  Graham Percival  <[EMAIL PROTECTED]>
+
+   * site/install/macos.html, nl/install/macos.html,
+   fr/install/macos.html: change fink's lilypond-unstable
+   to lilypond-devel.  (package name change)
+
 2005-08-16  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
* site/devel/index.html: update sca.uwaterloo.ca link to http
Index: newweb/fr/install/macos.html
diff -u newweb/fr/install/macos.html:1.1 newweb/fr/install/macos.html:1.2
--- newweb/fr/install/macos.html:1.1Tue Jun 14 11:01:15 2005
+++ newweb/fr/install/macos.htmlTue Aug 16 23:35:47 2005
@@ -12,7 +12,7 @@
 LilyPond avec Fink sous MacOS X
 
 LilyPond est utilisable à travers Fink, dans sa version cvs instable
-  (http://fink.sourceforge.net/pdb/package.php/lilypond-unstable";>instable,
+  (http://fink.sourceforge.net/pdb/package.php/lilypond-devel";>instable,
   http://fink.sourceforge.net/pdb/package.php/lilypond";>stable).
 
 
Index: newweb/nl/install/macos.html
diff -u newweb/nl/install/macos.html:1.3 newweb/nl/install/macos.html:1.4
--- newweb/nl/install/macos.html:1.3Tue May 31 08:28:51 2005
+++ newweb/nl/install/macos.htmlTue Aug 16 23:35:47 2005
@@ -13,7 +13,7 @@
 
 LilyPond is verkrijgbaar via de Fink package manager, in de onstabiele cvs
   distributie
-  (http://fink.sourceforge.net/pdb/package.php/lilypond-unstable";>onstabiel,
+  (http://fink.sourceforge.net/pdb/package.php/lilypond-devel";>onstabiel,
   http://fink.sourceforge.net/pdb/package.php/lilypond";>stabiel).
 
 
Index: newweb/site/install/macos.html
diff -u newweb/site/install/macos.html:1.5 newweb/site/install/macos.html:1.6
--- newweb/site/install/macos.html:1.5  Tue May 31 19:51:14 2005
+++ newweb/site/install/macos.html  Tue Aug 16 23:35:47 2005
@@ -1,5 +1,5 @@
 

lilypond ./ChangeLog ./THANKS Documentation/top...

2005-08-16 Thread Han-Wen Nienhuys
CVSROOT:/cvsroot/lilypond
Module name:lilypond
Branch: 
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]>05/08/16 23:35:09

Modified files:
.  : ChangeLog THANKS 
Documentation/topdocs: NEWS.tely 
input/regression: clefs.ly spacing-accidental-staffs.ly 

Log message:
remove spurious {}s

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.4021&tr2=1.4022&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/THANKS.diff?tr1=1.141&tr2=1.142&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.66&tr2=1.67&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/clefs.ly.diff?tr1=1.32&tr2=1.33&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/spacing-accidental-staffs.ly.diff?tr1=1.30&tr2=1.31&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.4021 lilypond/ChangeLog:1.4022
--- lilypond/ChangeLog:1.4021   Tue Aug 16 21:53:34 2005
+++ lilypond/ChangeLog  Tue Aug 16 23:35:08 2005
@@ -1,3 +1,7 @@
+2005-08-17  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+   * input/regression/clefs.ly: remove spurious {}s 
+
 2005-08-17  Heikki Junes  <[EMAIL PROTECTED]>
 
* Documentation/topdocs/NEWS.tely,
@@ -17,6 +21,11 @@
(display-lily-init): note names list construction removed.
 
 2005-08-16  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+   * THANKS: spello.
+
+   * lily/lily-parser.cc (get_header): copy module, instead of
+   returning it.
 
* Documentation/topdocs/NEWS.tely (Top): add entry for percent
counters.
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.66 
lilypond/Documentation/topdocs/NEWS.tely:1.67
--- lilypond/Documentation/topdocs/NEWS.tely:1.66   Tue Aug 16 21:47:25 2005
+++ lilypond/Documentation/topdocs/NEWS.telyTue Aug 16 23:35:09 2005
@@ -77,7 +77,7 @@
 }
 @end lilypond  
 
-This feature was sponsored by Trevor Baca. 
+This feature was sponsored by Trevor [EMAIL PROTECTED] 
 
 @item
 When @code{strict-note-spacing} is set, notes are spaced without regard
@@ -88,7 +88,7 @@
 \new Staff { c8[ c \clef alto c \grace { c16[ c] } c8 c c]  c32[ c32] }
 @end lilypond
 
-This feature was sponsored by Trevor Baca. 
+This feature was sponsored by Trevor [EMAIL PROTECTED] 
 
 @item
 Beams support the @code{break-overshoot} property, for example
@@ -99,7 +99,7 @@
 c2.. c8[ \break c]
 @end lilypond
  
-This feature was sponsored by Trevor Baca. 
+This feature was sponsored by Trevor [EMAIL PROTECTED] 
 
 @item
 Proportional notation is supported.  Notes can be spaced proportional
@@ -114,7 +114,7 @@
 >>
 @end lilypond
 
-This feature was sponsored by Trevor Baca.
+This feature was sponsored by Trevor [EMAIL PROTECTED]
 
 @item 
 Symbol sizes (e.g. accidentals) are disregarded for spacing if
@@ -132,7 +132,7 @@
 >>
 @end lilypond
 
-This feature was sponsored by Trevor Baca.
+This feature was sponsored by Trevor [EMAIL PROTECTED]
  
 @item
 Endings of broken tuplet brackets can be tuned.  For example, you can
@@ -148,7 +148,7 @@
 }
 @end lilypond
 
-This feature was sponsored by Trevor Baca.
+This feature was sponsored by Trevor [EMAIL PROTECTED]
 
 
 @item
@@ -163,7 +163,7 @@
 }
 @end lilypond
 
-These glyphs have been sponsored by Trevor Baca.
+These glyphs have been sponsored by Trevor [EMAIL PROTECTED]
 
 
 @item
@@ -177,7 +177,7 @@
 }
 @end lilypond
 
-This feature was sponsored by Trevor Baca.
+This feature was sponsored by Trevor [EMAIL PROTECTED]
 
 @item
 Music expressions can be displayed, in LilyPond notation, using the
Index: lilypond/THANKS
diff -u lilypond/THANKS:1.141 lilypond/THANKS:1.142
--- lilypond/THANKS:1.141   Tue Aug 16 15:47:40 2005
+++ lilypond/THANKS Tue Aug 16 23:35:08 2005
@@ -25,7 +25,7 @@
 D. Josiah Boothby
 Nancho Alvarez
 Sven Axelsson
-Trevor Baca
+Trevor Bača
 Yoshinobu Ishizaki   
 
 
Index: lilypond/input/regression/clefs.ly
diff -u lilypond/input/regression/clefs.ly:1.32 
lilypond/input/regression/clefs.ly:1.33
--- lilypond/input/regression/clefs.ly:1.32 Sun Jun 26 22:39:13 2005
+++ lilypond/input/regression/clefs.ly  Tue Aug 16 23:35:09 2005
@@ -2,7 +2,7 @@
 
 \header{
 
-texidoc=" Clefs with @code{full-size-change} should be typeset in
+  texidoc=" Clefs with @code{full-size-change} should be typeset in
 full size. For octaviated clefs, the ``8'' should appear closely above
 or below the clef respectively."
 
@@ -10,24 +10,22 @@
 
 
 
-\score {
-   { 
-   
- \clef "treble" c'1^"{treble}" \bar "||"
- \clef "french"c'1^"{french}" \bar "||"
- \clef "soprano"c'1^"{soprano}" \bar "||"
- \clef "mezzosoprano"c'1^"{mezzosoprano}" \bar "||"
- \clef "alto"c'1^"{alto}" \bar "||"
- \clef "tenor"c'1^"{tenor}" \bar "||"
- \clef

newweb/fr index.html

2005-08-16 Thread Gauvain Pocentek
CVSROOT:/cvsroot/lilypond
Module name:newweb
Branch: 
Changes by: Gauvain Pocentek <[EMAIL PROTECTED]>05/08/17 04:37:58

Modified files:
fr : index.html 

Log message:
fr update

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/newweb/fr/index.html.diff?tr1=1.11&tr2=1.12&r1=text&r2=text

Patches:
Index: newweb/fr/index.html
diff -u newweb/fr/index.html:1.11 newweb/fr/index.html:1.12
--- newweb/fr/index.html:1.11   Tue Aug 16 10:15:31 2005
+++ newweb/fr/index.htmlWed Aug 17 04:37:57 2005
@@ -1,5 +1,5 @@