]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-shorten.ly
Merge with master
[lilypond.git] / input / regression / stem-shorten.ly
index 332970160e9b5fac73dd202a32c584d0284fef56..25c029ecbcca51d53d41b7b95583c20edd55ea7d 100644 (file)
@@ -1,24 +1,28 @@
 
-\version "2.3.17"
+\version "2.10.0"
 
 \header {
-    
-    texidoc = "If note head is `over' the center line, the stem is
+  
+  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 {
-     \relative c'' {
-       \stemDown d c b a g f e
-       \stemNeutral
-       \stemUp a b c d e f g a
-       \stemNeutral
-       <g, e'>2 <b e g> <c e g> <d f g>
-       
-    } 
-    \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>
+  
+} 
+
+