]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-shorten.ly
release commit
[lilypond.git] / input / regression / stem-shorten.ly
index b95d611c554e2ad4da31de75a973577ec9090de1..753b6759f2a0344475d07f3e7f60379c8dbce414 100644 (file)
@@ -1,17 +1,24 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.3.4"
 
 \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 }
+     \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
+    }
 }