]> 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 08890b3846d2acb5c516b9db9ff59d84cca69525..39b6716360ef8f7ed93e48caa42e7e42338b157f 100644 (file)
@@ -1,25 +1,19 @@
-\version "1.3.146"
+
+\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.
 "
 }
 
-
-\score { 
-  \context Voice \notes\relative c {
-    b''4 ~ b8()b8 e4 e,
-       
-  }
-  \paper {
-    linewidth=-1.0
-  }  
-  \midi { }
+\layout {
+    ragged-right = ##t
+}  
+\context Voice \relative c {
+    b''4 ~ 8(b8) e4 e,
+    
 }
+