]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/spacing-stem-direction.ly
* configure.in (reloc_b): bump fontforge requirement to 20050624.
[lilypond.git] / input / regression / spacing-stem-direction.ly
index 0f1050b75988655689586acf1a709b50889a6e80..3b5c0526235e49028762c7334ad8a7f9650d9614 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.36"
+\version "2.6.0"
 
 \header{
 
@@ -12,13 +12,13 @@ much to correct."
 }
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
   % make sure neutral is down.
     \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 {
+  \layout {
     raggedright = ##t
   }  
 }