]> git.donarmstrong.com Git - lilypond.git/commitdiff
*** empty log message ***
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 21 Oct 2006 10:51:57 +0000 (10:51 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 21 Oct 2006 10:51:57 +0000 (10:51 +0000)
ChangeLog
THANKS
input/regression/horizontal-bracket.ly [new file with mode: 0644]
input/regression/note-group-bracket.ly [deleted file]

index 94a092ed80ad6e83c4d21781acc1dfac0bb95ff0..daeccc598337cff74d06e5be478a0e030a16801a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,12 @@
 2006-10-21  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * 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 d1a096a93e479d0a9a897bcae1c88f5206fe5dcf..d054f5bfa5ed84f53c69cc3de235f4676fd130d2 100644 (file)
--- 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 (file)
index 0000000..924a9fa
--- /dev/null
@@ -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 (file)
index 924a9fa..0000000
+++ /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
-}
-
-