]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-direction.ly
* scripts/convert-ly.py (FatalConversionError.subst_in_trans):
[lilypond.git] / input / regression / spacing-stem-direction.ly
index f19c05f7ad2c57328cfaf71f1de4d8c9f59fd6d6..c470efd8bb5951e7e469ffacabfe478ea346394e 100644 (file)
@@ -1,4 +1,5 @@
-\version "1.7.6"
+
+\version "2.1.22"
 
 \header{
 
@@ -13,12 +14,12 @@ much to correct."
 \score { 
   \context Voice \notes\relative c {
   % make sure neutral is down.
-    \property Voice.Stem \override #'neutral-direction = #-1
+    \override Stem  #'neutral-direction = #-1
        \time 16/4  c''4 c c,  c' d, c' e, c' f, c' g c a c b c
        
   }
   \paper {
-    linewidth=-1.0
+    raggedright = ##t
   }  
 }
-%% new-chords-done %%
+