]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-position.ly
(process_lilypond_blocks): opps.
[lilypond.git] / input / regression / beam-position.ly
index eca2ccf9bb157eaeaa63d6cac6e2fd5ebcbee06e..98de0c38853fdbc8ba87bcea0748b16e28267935 100644 (file)
@@ -1,4 +1,4 @@
-\version "1.5.68"
+\version "1.7.18"
 \header{
 texidoc="
 Beams should always reach the middle staff line.  The second beam
@@ -11,18 +11,19 @@ Override with @code{noStemExtend}.
 
 \score { 
   \context Voice \notes\relative c {
-    [f8 f]  [f64 f] 
+     f8-[ f]   f64-[ f] 
     \grace { 
-      [f8 e8] 
+       f8-[ e8] 
       \property Voice.Stem \override #'no-stem-extend = ##f
-      [f8 e8] 
+       f8-[ e8] 
       \property Voice.Stem \revert #'no-stem-extend
     }
-       [f8 f]
+        f8-[ f]
        
   }
   \paper {
-    linewidth=-1.0
+    raggedright = ##t
   }  
   \midi { }
 }
+%% new-chords-done %%
\ No newline at end of file