]> git.donarmstrong.com Git - lilypond.git/commitdiff
* input/regression/tuplet-properties.ly (texidoc): bugfix
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 22 Aug 2002 19:39:26 +0000 (19:39 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 22 Aug 2002 19:39:26 +0000 (19:39 +0000)
* input/regression/beam-shortened-lengths.ly: add \stemUp

ChangeLog
input/regression/beam-shortened-lengths.ly
input/regression/system-extents.ly
input/regression/tuplet-properties.ly

index 96ee65f1a96ba0448af7280413c1efe11efe0393..803c6f861f42d4c4cbeea2a100629c412ca76f31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2002-08-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * input/regression/tuplet-properties.ly (texidoc): bugfix
+
+       * input/regression/beam-shortened-lengths.ly: add \stemUp
+
        * Documentation/user/refman.itely: 
 
 2002-08-22  Tom Cato
index f26d273a55e56cdc437af5d9c8e371c22b63329f..01088abf39829f028af8820271032e03a5d10054 100644 (file)
@@ -10,8 +10,8 @@
         #`(,Beam::least_squares
         ,Beam::check_concave
         ,Beam::slope_damping)
-
+       \stemUp
         f'4 [f8 f] [f16 f] [f32 f] [f64 f] [f128 f] 
     }
     \paper{ linewidth = -1.0 }
-}          
\ No newline at end of file
+}          
index a72e3b2ca31c2e34c528c85120121526f6c26c06..5962f343100985b1837f3db7e92a8ba6b567934c 100644 (file)
@@ -8,7 +8,8 @@
          
 \score { \notes
 \context Voice
-{\slurDown c4 ( g4 ) c''4
+{ \property Staff.minimumVerticalExtent \unset
+    \slurDown c4 ( g4 ) c''4
 
 }
 
index 740e45fb90a8b22120a360fdfa84b2564c73c953..2d71ed3361141bcd101e3e9bdfc4d433e19f3eda 100644 (file)
@@ -34,7 +34,7 @@ NB should have no bracket, B should have bracket.
        \times 4/6 { c_"shorter, no edges" f b  b f c}  
        \property Voice.TupletBracket \revert #'edge-height
        \property Voice.TupletBracket \revert #'shorten-pair
-       \property Voice.TupletBracket \override #'edge-widen = #'(-0.5 . 0.5)
+       \property Voice.TupletBracket \override #'edge-widen = #'(0.5 . 0.5)
        \times 2/3 { b^""^""^"angled edges" b b }
        \property Voice.TupletBracket \revert #'direction
        \times 2/3 { b b b }