]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/stem-spacing.ly
* lily/stem.cc (print): only produce stemlets if there are no
[lilypond.git] / input / regression / stem-spacing.ly
index e76f96a4a540f8a4febba7d7921d4f4530a2c315..65a82867c0cb0dabeaac73fc45ffffbc8467bd5c 100644 (file)
@@ -1,5 +1,5 @@
 
-\version "2.1.23"
+\version "2.4.0"
 
 \header{
 texidoc="
@@ -10,25 +10,25 @@ In this example, space for opposite pointed stems is adjusted.
 }
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
     
        \time 12/4  c''4 c c c  a f' f, a 
        
   }
-  \paper {
+  \layout {
     raggedright = ##t
   }  
 }
 
 \score { 
-  \context Voice \notes\relative c {
+  \context Voice \relative c {
     
        \time 12/4  c''4 c c c  a f' f, a 
        
   }
-  \paper {
+  \layout {
     raggedright = ##t
-    \translator { \ScoreContext
+    \context { \Score
     \override SpacingSpanner #'stem-spacing-correction = #0.0
   }  }
 }