]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-direction.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / stem-direction.ly
index ee806cb9d51b20eaf8d4f11f5415d3e46c2d4c5c..3623788e493182c0d845112643c450c3c49ed123 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.7.13"
+\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,
     
 }