]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-direction.ly
Merge remote-tracking branch 'origin/translation'
[lilypond.git] / input / regression / stem-direction.ly
index f104e1259931a12abd1c1c55a0fa152dac8c17ec..39b6716360ef8f7ed93e48caa42e7e42338b157f 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.4.0"
+\version "2.19.2"
 
 \header{
 texidoc="
@@ -10,10 +10,10 @@ notes, and up for low notes.
 }
 
 \layout {
-    raggedright = ##t
+    ragged-right = ##t
 }  
 \context Voice \relative c {
-    b''4 ~ b8(b8) e4 e,
+    b''4 ~ 8(b8) e4 e,
     
 }