From: Han-Wen Nienhuys Date: Thu, 18 Aug 2005 12:57:20 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.7.6~19 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2c4adb995d62ed9c2b5730ab5ff4dc7ff4150f13;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 0e45887281..df9c082ef7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-08-18 Han-Wen Nienhuys + * 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. diff --git a/Documentation/topdocs/NEWS.tely b/Documentation/topdocs/NEWS.tely index 282c2441f4..acf469eb3c 100644 --- a/Documentation/topdocs/NEWS.tely +++ b/Documentation/topdocs/NEWS.tely @@ -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 } { diff --git a/input/regression/accidental-tie.ly b/input/regression/accidental-tie.ly index 6934725fe1..a702538576 100644 --- a/input/regression/accidental-tie.ly +++ b/input/regression/accidental-tie.ly @@ -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 } +>> diff --git a/scm/define-grobs.scm b/scm/define-grobs.scm index 401b3d3fc2..12e2b78244 100644 --- a/scm/define-grobs.scm +++ b/scm/define-grobs.scm @@ -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