]> git.donarmstrong.com Git - lilypond.git/commitdiff
new file.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 7 Oct 2005 10:46:31 +0000 (10:46 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 7 Oct 2005 10:46:31 +0000 (10:46 +0000)
ChangeLog
input/regression/beam-outside-beamlets.ly [new file with mode: 0644]

index 2ad2da6790c6575a644d276a7569d612c59db25c..5387abc10f87831e68fa32784cfa8e4117be2c55 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2005-10-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * input/regression/beam-outside-beamlets.ly: new file.
+
        * lily/beam.cc (set_beaming): don't clip edges.
        (connect_beams): don't clip edges.
 
diff --git a/input/regression/beam-outside-beamlets.ly b/input/regression/beam-outside-beamlets.ly
new file mode 100644 (file)
index 0000000..0d83b58
--- /dev/null
@@ -0,0 +1,25 @@
+\header {
+  texidoc = "Beams may overshoot stems. This is also controlled with @code{break-overshoot}."
+
+}
+
+\version "2.7.12"
+\paper {
+  raggedright = ##t
+}
+
+
+
+{
+  c8[
+    c16
+    c]
+
+  % only works for the right edge, sorry. 
+  \override Beam #'break-overshoot = #'(-0.5 . 0.5) 
+  \set stemLeftBeamCount = #2
+  c8[
+    c16
+    \set stemRightBeamCount = #3
+    c ]  
+}