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

Modified files:
        Documentation/topdocs: NEWS.tely 
        input/regression: accidental-tie.ly 
        scm            : define-grobs.scm 

Log message:
        

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/Documentation/topdocs/NEWS.tely.diff?tr1=1.69&tr2=1.70&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/input/regression/accidental-tie.ly.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/define-grobs.scm.diff?tr1=1.226&tr2=1.227&r1=text&r2=text

Patches:
Index: lilypond/Documentation/topdocs/NEWS.tely
diff -u lilypond/Documentation/topdocs/NEWS.tely:1.69 
lilypond/Documentation/topdocs/NEWS.tely:1.70
--- lilypond/Documentation/topdocs/NEWS.tely:1.69       Thu Aug 18 09:55:08 2005
+++ lilypond/Documentation/topdocs/NEWS.tely    Thu Aug 18 12:57:20 2005
@@ -66,7 +66,7 @@
 
 @lilypond[fragment,relative=2]
 \new Voice \with {
-  \remove  Forbid_line_break_engraver
+  \remove Forbid_line_break_engraver
   allowBeamBreak = ##t
 }
 {
Index: lilypond/input/regression/accidental-tie.ly
diff -u lilypond/input/regression/accidental-tie.ly:1.12 
lilypond/input/regression/accidental-tie.ly:1.13
--- lilypond/input/regression/accidental-tie.ly:1.12    Sun Jun 26 22:39:13 2005
+++ lilypond/input/regression/accidental-tie.ly Thu Aug 18 12:57:20 2005
@@ -1,28 +1,25 @@
 \version "2.6.0"
 
 \header {
-
-    texidoc = "The second and third notes should not get accidentals,
+  texidoc = "The second and third notes should not get accidentals,
     because they are tied to a note.  However, an accidental is
     present if the line is broken at the tie, which happens for the G
     sharp."
 
 }
+\layout {
+  raggedright = ##t
+}
 
 mus =          \relative c' {
-    f1~
-    f2~f4 % ~ f8
-    fis8  gis8 ~
-    \break
-    gis1
+  f1~
+  f2~f4 % ~ f8
+  fis8  gis8 ~
+  \break
+  gis1
 }
 
-\score {
-     <<
-       \new NoteNames \mus
-       \new Voice { \key g \major \mus }
-    >>
-    \layout {
-       raggedright = ##t
-    }
-}
+<<
+  \new NoteNames \mus
+  \new Voice { \key g \major \mus }
+>>
Index: lilypond/scm/define-grobs.scm
diff -u lilypond/scm/define-grobs.scm:1.226 lilypond/scm/define-grobs.scm:1.227
--- lilypond/scm/define-grobs.scm:1.226 Thu Aug 18 12:54:26 2005
+++ lilypond/scm/define-grobs.scm       Thu Aug 18 12:57:20 2005
@@ -949,7 +949,7 @@
        (X-extent-callback . ,Axis_group_interface::group_extent_callback)
 
        ;; debugging
-                       (print-function . ,Paper_column::print) (font-size . 
-6) (font-name . "sans") (Y-extent-callback . #f)
+;;                     (print-function . ,Paper_column::print) (font-size . 
-6) (font-name . "sans") (Y-extent-callback . #f)
        (meta . ((class . Paper_column)
                 (interfaces . (paper-column-interface
                                axis-group-interface
@@ -976,7 +976,7 @@
        (breakable . #t)
 
        ;; debugging stuff: print column number.
-               (print-function . ,Paper_column::print) (font-size . -6) 
(font-name . "sans")   (Y-extent-callback . #f)
+;;             (print-function . ,Paper_column::print) (font-size . -6) 
(font-name . "sans")   (Y-extent-callback . #f)
 
        (meta . ((class . Paper_column)
                 (interfaces . (paper-column-interface


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

Reply via email to