]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-direction.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / regression / stem-direction.ly
index 65b78db6d89f171838d2a870d5cc49e3e4312a12..e041d41dfb8145373be689a94b37143facc25b65 100644 (file)
@@ -1,27 +1,19 @@
 
-\version "2.2.0"
+\version "2.11.51"
 
 \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 {
+\layout {
+    ragged-right = ##t
+}  
+\context Voice \relative c {
     b''4 ~ b8(b8) e4 e,
-       
-  }
-  \paper {
-    raggedright = ##t
-  }  
-  \midi { }
+    
 }