CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/05/01 20:08:25

Modified files:
        .              : ChangeLog THANKS 
        scripts        : convert-ly.py lilypond-book.py 

Log message:
        * scripts/lilypond-book.py (ly_options): set timing to #f for
        notime option.
        
        * scripts/convert-ly.py (conv): typo.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3521&tr2=1.3522&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/THANKS.diff?tr1=1.109&tr2=1.110&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/convert-ly.py.diff?tr1=1.241&tr2=1.242&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scripts/lilypond-book.py.diff?tr1=1.254&tr2=1.255&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3521 lilypond/ChangeLog:1.3522
--- lilypond/ChangeLog:1.3521   Sat Apr 30 23:43:03 2005
+++ lilypond/ChangeLog  Sun May  1 20:08:25 2005
@@ -1,12 +1,17 @@
 2005-05-01  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * scripts/lilypond-book.py (ly_options): set timing to #f for
+       notime option.
+
+       * scripts/convert-ly.py (conv): typo.
+
        * flower/*.cc: remove <? and >?
        
        * lily/*.cc: remove <? and >?
 
-       * lily/tweak-registration.cc (insert_tweak_from_file): dubious
-       bugfix. Make sure that 0x0 isn't passed into scm_cons(). Fixes
-       crash with tweak editor.
+       * lily/tweak-registration.cc (insert_tweak_from_file): Make sure
+       that 0x0 isn't passed into scm_cons(). Fixes crash with tweak
+       editor.
 
 2005-04-30  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
@@ -67,7 +72,7 @@
 2005-04-27  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
        * python/lilylib.py (make_ps_images): bugfixes; GS can produce
-       empty 2nd page for mono page.
+       empty 2nd page for single page.
 
        * scm/lily.scm: remove p&c definitions.
 
Index: lilypond/THANKS
diff -u lilypond/THANKS:1.109 lilypond/THANKS:1.110
--- lilypond/THANKS:1.109       Wed Apr 20 11:15:21 2005
+++ lilypond/THANKS     Sun May  1 20:08:25 2005
@@ -65,6 +65,7 @@
 Roman St�ckl-Schmidt
 Stephen McCarthy
 Tapio Tuovila
+Tom Cato Amundsen
 Will Oram
 Wolfgang Hoffmann
 
Index: lilypond/scripts/convert-ly.py
diff -u lilypond/scripts/convert-ly.py:1.241 
lilypond/scripts/convert-ly.py:1.242
--- lilypond/scripts/convert-ly.py:1.241        Fri Apr 22 04:21:58 2005
+++ lilypond/scripts/convert-ly.py      Sun May  1 20:08:25 2005
@@ -2254,7 +2254,7 @@
        str = re.sub (r'\\applymusic\s*#notes-to-clusters',
                      '\\makeClusters', str)
 
-       str = re.sub (r'pagenumber\s*=', 'firstpagenumber', str)
+       str = re.sub (r'pagenumber\s*=', 'firstpagenumber = ', str)
        return str
 
 conversions.append (((2, 3, 12), conv,
Index: lilypond/scripts/lilypond-book.py
diff -u lilypond/scripts/lilypond-book.py:1.254 
lilypond/scripts/lilypond-book.py:1.255
--- lilypond/scripts/lilypond-book.py:1.254     Wed Apr 20 10:52:20 2005
+++ lilypond/scripts/lilypond-book.py   Sun May  1 20:08:25 2005
@@ -418,7 +418,12 @@
 
        ##
        LAYOUT: {
-               NOTIME: r'''\context {
+               NOTIME: r'''
+  \context {
+    \Score
+    timing = ##f
+  }
+  \context {
     \Staff
     \remove Time_signature_engraver
   }''',


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to