]> git.donarmstrong.com Git - lilypond.git/commitdiff
release commit release/2.3.6
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 5 Jul 2004 06:43:39 +0000 (06:43 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Mon, 5 Jul 2004 06:43:39 +0000 (06:43 +0000)
Documentation/user/cheatsheet.itely
input/regression/beam-quant-standard.ly
lily/beam-quanting.cc
lily/beam.cc
scm/define-grob-properties.scm

index 272fb8be51ed72e8c321e0179402a7e6d688a2e8..c186f5104481672288742b28e78a8ccee3dddf35 100644 (file)
@@ -1,5 +1,8 @@
 @c -*-texinfo-*-
 
+
+@c TODO: add tablature.
+
 @node Cheat sheet
 @appendix Cheat sheet
 
index 4bf8cdfda79c6722e575a20333b1470fa443e3f5..8a8d53ec1505ea237f543f34f078b73bbc04abcf 100644 (file)
@@ -4,6 +4,7 @@
     
 }
 
+\version "2.3.6"
 
 %
 % todo: make the check-quant function throw an error for incorrect quants
index fc4ff9810c9f59ec1949706fe128a05960f576fc..4f963f7a3b379475f2ec65ef866dd0c7c942e1ec 100644 (file)
@@ -304,8 +304,8 @@ Beam::quanting (SCM smob)
 #endif
   
   me->set_property ("positions",
-                        ly_interval2scm (Drul_array<Real> (qscores[best_idx].yl,
-                                         qscores[best_idx].yr)));
+                   ly_interval2scm (Drul_array<Real> (qscores[best_idx].yl,
+                                                      qscores[best_idx].yr)));
 #if DEBUG_QUANTING
   if (debug_beam_quanting_flag)
     {
index 7a9eeecb9f2c8f0c48c0940fe04da4ceac39dcb2..7b7c3d9cc39620476613627c9620ab590a25caf7 100644 (file)
@@ -1574,7 +1574,7 @@ ADD_INTERFACE (Beam, "beam-interface",
               "knee positioning-done position-callbacks concaveness-gap "
               "concaveness-threshold dir-function quant-score auto-knee-gap gap "
               "gap-count chord-tremolo beamed-stem-shorten shorten least-squares-dy "
-              "damping flag-width-function neutral-direction positions space-function "
+              "damping inspect-quants flag-width-function neutral-direction positions space-function "
               "thickness");
 
 
index c464392c665c84ab796203c1d10da2c306febd28..6715bd56bd3ea99f42fad0354bacad0648796904 100644 (file)
@@ -283,6 +283,9 @@ slur, the closer it is to this height.")
      (horizontal-shift ,integer? "An integer that identifies ranking
 of note-column for horizontal shifting. This is used by
 @internalsref{note-collision-interface}.")
+     (inspect-quants ,number-pair? "If debugging is set,
+set beam quant to this position, and print the respective scores.")
+     
      (kern ,ly:dimension? "Amount of extra white space to add. For
 bar line, this is the amount of space after a thick line.")
      (knee ,boolean? "Is this beam kneed?")