]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-neutral-direction.ly
* Website fixes:
[lilypond.git] / input / test / beam-neutral-direction.ly
index 422b54bc6658872eeeeabf4ea109e1fb1a457d25..0de00fe409caeb2a964b6fd46ba2ec8519b18c83 100644 (file)
@@ -1,15 +1,16 @@
-\version "1.3.146"
+\version "1.7.18"
 
 
 fragment = \notes {
-  [b''8 b]
+   b''8-[ b]
   \property Voice.Beam \set #'neutral-direction = #-1
-  [b b]
+   b-[ b]
 }
 
-\paper { linewidth = -1. 
+\paper { raggedright = ##t
 
 \score {
   \notes\relative c \fragment
   \paper { }  
 }
+%% new-chords-done %%