]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-shorten.ly
new file.
[lilypond.git] / input / regression / stem-shorten.ly
index 6ec6b134da5c7f90bae7f07f074fd20968a3301e..9aa12dd3e82917fc4765859a9aaa256e345af886 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.2.0"
+\version "2.4.0"
 
 \header {
     
 }
 
 \score {
-    \notes \relative c'' {
+     \relative c'' {
        \stemDown d c b a g f e
-       \stemBoth
+       \stemNeutral
        \stemUp a b c d e f g a
-       \stemBoth
+       \stemNeutral
        <g, e'>2 <b e g> <c e g> <d f g>
        
     } 
-    \paper  {
+    \layout  {
        raggedright = ##t
     }
 }