]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.15
authorfred <fred>
Wed, 27 Mar 2002 02:03:20 +0000 (02:03 +0000)
committerfred <fred>
Wed, 27 Mar 2002 02:03:20 +0000 (02:03 +0000)
input/bugs/beam-space.ly [new file with mode: 0644]
lily/beam.cc

diff --git a/input/bugs/beam-space.ly b/input/bugs/beam-space.ly
new file mode 100644 (file)
index 0000000..46c7f4c
--- /dev/null
@@ -0,0 +1,23 @@
+
+
+u = { \translator Staff = up \stemDown }
+m = { \translator Staff = mid \stemUp }
+
+global = \notes { \key fis \major \time 6/8 }
+
+righta = \notes \transpose c'' {
+ \repeat unfold 4 { \m [a,16 \u d a d] \m [c \u d c' d ] [c \m b,] [d \u d ] } ]
+}
+
+
+\score { \notes
+  \context PianoStaff <
+    \context Staff = up {
+      \clef G \global \righta
+    }
+    \context Staff = mid {
+      \clef F \global s2. *4
+    }
+  >
+  \paper { }
+}
index e25ca0db06988de11cb88206813ed48b68633829..9e433827b64bc8ca0ac95f460db68c33d536585f 100644 (file)
@@ -802,11 +802,12 @@ Beam::stem_beams (Grob*me,Item *here, Item *next, Item *prev,
 
 
   Direction dir = Directional_element_interface::get (me);
-  
+
   /* [Tremolo] beams on whole notes may not have direction set? */
  if (dir == CENTER)
     dir = Directional_element_interface::get (here);
-  
+
+
   /* half beams extending to the left. */
   if (prev)
     {