]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-direction.ly
($(addprefix $(outdir)/,$(LYM4_FILES):
[lilypond.git] / input / regression / stem-direction.ly
index 88e11b168aed8590ce63602b68bce9af50408ad8..0ca5526079d4a0da3f54ac64266df3f4ae752968 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.5.68"
+
+\version "2.3.4"
 
 \header{
 texidoc="
@@ -14,12 +15,13 @@ notes, and up for low notes.
 
 
 \score { 
-  \context Voice \notes\relative c {
-    b''4 ~ b8()b8 e4 e,
+  \context Voice \relative c {
+    b''4 ~ b8(b8) e4 e,
        
   }
   \paper {
-    linewidth=-1.0
+    raggedright = ##t
   }  
   \midi { }
 }
+