]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Aug 2005 12:57:20 +0000 (12:57 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 18 Aug 2005 12:57:20 +0000 (12:57 +0000)
ChangeLog
Documentation/topdocs/NEWS.tely
input/regression/accidental-tie.ly
scm/define-grobs.scm

index 0e458872819fa83ed85db72535e368e4bc074f71..df9c082ef7cb861b19bb8920f6a3c79b7a87fa63 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2005-08-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/note-spacing.cc (get_spacing): remove kludge for EOL wide
+       time sigs and related stuff.
+
        * scm/define-grob-properties.scm (all-user-grob-properties): add
        @code{} tags to property description.
 
index 282c2441f468f436be3964cd5425a2b7ad5cee01..acf469eb3c60806894d550114c29993bf3205c1c 100644 (file)
@@ -66,7 +66,7 @@ Tuplets can be made to reach the next non-tuplet note by setting the
 
 @lilypond[fragment,relative=2]
 \new Voice \with {
-  \remove  Forbid_line_break_engraver
+  \remove Forbid_line_break_engraver
   allowBeamBreak = ##t
 }
 {
index 6934725fe12bd40c069ce278c67e0636801ed2a1..a7025385761de79a991e00679a4571c7973007ab 100644 (file)
@@ -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 401b3d3fc2ce79d43fceb463ab3c361f63e9c252..12e2b78244e24229b708d168653aedc1e8df87e7 100644 (file)
        (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
        (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