]> 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 33dfe7be8191413ca6dbad371c0bc413d3f09109..39b6716360ef8f7ed93e48caa42e7e42338b157f 100644 (file)
@@ -1,12 +1,8 @@
 
-\version "2.3.22"
+\version "2.19.2"
 
 \header{
 texidoc="
-Beams, stems and noteheads often have communication troubles, since
-the two systems for y dimensions (1 unit = staffspace, 1 unit = 1
-point) are mixed.
-
 Stems, beams, ties and slurs should behave similarly, when placed
 on the middle staff line. Of course stem-direction is down for high
 notes, and up for low notes.
@@ -14,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,
     
 }