]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-shorten.ly
Imported Upstream version 2.16.0
[lilypond.git] / input / regression / stem-shorten.ly
index 9b7f5983fbcfa522aa16941619e02bd6a314a6cc..2063b84cdf401cd7719a80bdc582e7dcf4c9edd5 100644 (file)
@@ -1,17 +1,28 @@
 
-\version "1.9.2"
+\version "2.16.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
-                          \stemBoth
-                          \stemUp a b c d e f g a 
-                      } 
-    \paper  {raggedright = ##t }
+\layout  {
+  ragged-right = ##t
 }
+
+
+\relative c'' {
+  \stemDown d c b a g f e
+  \stemNeutral
+  \stemUp a b c d e f g a
+  \stemNeutral
+  s4 |
+  
+  <g, e'>2 <b e g> <c e g> <d f g>
+  
+} 
+
+