]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/beamed-chord.ly
patch::: 1.5.5.jcn1
[lilypond.git] / input / bugs / beamed-chord.ly
index 935174e64fc4780834d6e309c118c2c9b6e0a16e..51b1fbdb9345488507bd3c18f38bdeaa2938cc87 100644 (file)
@@ -1,13 +1,14 @@
+\version "1.3.148"
 
 \header{
-texidoc="Beam thinks that first two notes should be stem down.  Can be fixed by uncommenting \stemUp";
+texidoc = "Beam thinks that first two notes should be stem down.  Can be fixed by uncommenting \stemUp"
 }
 
 \score{
   \notes\relative c'{
     %\stemUp
-    \clef alto;
-    \time 3/4;
+    \clef alto
+    \time 3/4
     r8 <d ( bes > ) bes' d <e-> g, c, c,> r |
   }
 }