]> 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 c3d210e002addde21da13b43aab89bef8d41981e..3623788e493182c0d845112643c450c3c49ed123 100644 (file)
@@ -1,27 +1,19 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.19.21"
 
 \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 {
-    raggedright = ##t
-  }  
-  \midi { }
+\layout {
+    ragged-right = ##t
+}  
+\context Voice \relative {
+    b'4 ~ 8(b8) e4 e,
+    
 }