]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-shorten.ly
Add a regression test for markup spacing.
[lilypond.git] / input / regression / stem-shorten.ly
index ef35c229b347b9a26169b907fcbbd7b05dbb8c28..6274e711c63fcafbe14c81f4e1b8092e8c4c63db 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.12.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
-}
+