]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-shorten.ly
Imported Upstream version 2.16.1
[lilypond.git] / input / regression / stem-shorten.ly
index ef35c229b347b9a26169b907fcbbd7b05dbb8c28..2063b84cdf401cd7719a80bdc582e7dcf4c9edd5 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.16.0"
 
 \header {
   
@@ -9,16 +9,20 @@
 
 }
 
+\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>
   
 } 
-\layout  {
-  raggedright = ##t
-}
+