]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-stem-test.ly
* lily/beam-engraver.cc (acknowledge_grob): set melismata for new
[lilypond.git] / input / test / beam-stem-test.ly
index 639bc51344797b677574d58173d422c9b9c2c85c..85f862adc5b238f806036d6ac0839b12449dd300 100644 (file)
@@ -1,16 +1,16 @@
-\version "1.3.148"
+\version "1.7.16"
 \header {
   texidoc="Beam-stem attachment test.  Helper file for ps/dvips problems."
 }
        
 \score {
   \context RhythmicStaff \notes {
-    \stemUp [c8 c]
-    \stemDown [c8 c]
-    \stemUp [c8. c16]
+    \stemUp  c8-[ c]
+    \stemDown  c8-[ c]
+    \stemUp  c8.-[ c16]
   }
   \paper {
-    linewidth = -1.0
+    raggedright = ##t
     magnification = 64
   }
-}
\ No newline at end of file
+}%% new-chords-done %%