]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-direction.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / stem-direction.ly
index b6ef60630820a7c065a5405b783679bb43b26801..3623788e493182c0d845112643c450c3c49ed123 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.6.0"
+\version "2.19.21"
 
 \header{
 texidoc="
@@ -10,10 +10,10 @@ notes, and up for low notes.
 }
 
 \layout {
-    raggedright = ##t
+    ragged-right = ##t
 }  
-\context Voice \relative {
-    b''4 ~ b8(b8) e4 e,
+\context Voice \relative {
+    b'4 ~ 8(b8) e4 e,
     
 }