]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-shorten.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / stem-shorten.ly
index 9aa12dd3e82917fc4765859a9aaa256e345af886..8793420631e2970edd8117c9d88b46943060a998 100644 (file)
@@ -1,24 +1,28 @@
 
-\version "2.4.0"
+\version "2.19.21"
 
 \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>
-       
-    } 
-    \layout  {
-       raggedright = ##t
-    }
+\layout  {
+  ragged-right = ##t
 }
+
+
+\relative {
+  \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>
+  
+} 
+
+