]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-shorten.ly
*** empty log message ***
[lilypond.git] / input / regression / stem-shorten.ly
index 31554a6c7f89649edcc3aa30299e9d84cd872bfa..6ec6b134da5c7f90bae7f07f074fd20968a3301e 100644 (file)
@@ -1,15 +1,24 @@
-\version "1.7.18"
+
+\version "2.2.0"
 
 \header {
     
-    texidoc = "Stems in forced directions (as well as the ones
-    starting from the middle line) are shortened"
+    texidoc = "If note head is `over' the center line, the stem is
+ shortened.  This happens with forced stem directions, and with some
+ chord configurations."
 
 }
 
 \score {
-    \notes \relative c'' { \stemDown d c b a g f e
-                          \stemUp a b c d e f g a 
-                      } 
-    \paper  {raggedright = ##t }
+    \notes \relative c'' {
+       \stemDown d c b a g f e
+       \stemBoth
+       \stemUp a b c d e f g a
+       \stemBoth
+       <g, e'>2 <b e g> <c e g> <d f g>
+       
+    } 
+    \paper  {
+       raggedright = ##t
+    }
 }