]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-direction.ly
Issue 1388: Initial work to support opentype font features.
[lilypond.git] / input / regression / stem-direction.ly
index 7c4ba76196b753dfb07f0cfcb2e3926c544cb929..3623788e493182c0d845112643c450c3c49ed123 100644 (file)
@@ -1,26 +1,19 @@
-\version "1.7.18"
+
+\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,
+    
 }
-%% new-chords-done %%
+