]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-direction.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / stem-direction.ly
index 7cc95b59332cbf988228cb7d66e7b1f91bb5af63..56fd43186b46b3439baa28867ef1ba24194b56a0 100644 (file)
@@ -1,27 +1,19 @@
 
-\version "1.9.2"
+\version "2.12.0"
 
 \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 { }
+    
 }