From: Han-Wen Nienhuys Date: Sat, 21 Oct 2006 10:51:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.10.0-2~107 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=d9e9738f3ba777812fa1da97bb7dae9dbdf99068;p=lilypond.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 94a092ed80..daeccc5983 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,10 +1,12 @@ 2006-10-21 Han-Wen Nienhuys + * input/regression/horizontal-bracket-break.ly: new file. + * scm/define-grobs.scm (all-grob-descriptions): calc - connect-to-neighbor + connect-to-neighbor. * lily/horizontal-bracket.cc (make_bracket): support - connect-to-neighbor. + connect-to-neighbor. Fix #118 * lily/ttf.cc (make_index_to_charcode_map): remove debugging gobs. diff --git a/THANKS b/THANKS index d1a096a93e..d054f5bfa5 100644 --- a/THANKS +++ b/THANKS @@ -87,6 +87,7 @@ Phillip Kirlin Quentin Spencer Rainer Typke Rick Hansen +Rutger Helmers Ruud van Silfhout Sietse Brouwer Stephen Carter diff --git a/input/regression/horizontal-bracket.ly b/input/regression/horizontal-bracket.ly new file mode 100644 index 0000000000..924a9fa494 --- /dev/null +++ b/input/regression/horizontal-bracket.ly @@ -0,0 +1,37 @@ + +\version "2.7.39" + +\header { + + texidoc = "Note grouping events are used to indicate where +analysis brackets start and end. + +@cindex bracket +@cindex note groups +@cindex music analysis +@cindex analysis + +" + +} + + +\layout { + \context { + \Staff \consists "Horizontal_bracket_engraver" + } + ragged-right = ##t +} + + +\relative c'' +{ + c4\startGroup\startGroup\startGroup + c4\stopGroup + c4\startGroup + c4\stopGroup\stopGroup + c4\startGroup + c4\stopGroup\stopGroup +} + + diff --git a/input/regression/note-group-bracket.ly b/input/regression/note-group-bracket.ly deleted file mode 100644 index 924a9fa494..0000000000 --- a/input/regression/note-group-bracket.ly +++ /dev/null @@ -1,37 +0,0 @@ - -\version "2.7.39" - -\header { - - texidoc = "Note grouping events are used to indicate where -analysis brackets start and end. - -@cindex bracket -@cindex note groups -@cindex music analysis -@cindex analysis - -" - -} - - -\layout { - \context { - \Staff \consists "Horizontal_bracket_engraver" - } - ragged-right = ##t -} - - -\relative c'' -{ - c4\startGroup\startGroup\startGroup - c4\stopGroup - c4\startGroup - c4\stopGroup\stopGroup - c4\startGroup - c4\stopGroup\stopGroup -} - -