]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-neutral-direction.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / test / beam-neutral-direction.ly
index 0fc8246c77df74839b765b51051e038552cf8e48..c550a6ab1705fc1ebdac7efba44974d89b1f2646 100644 (file)
@@ -1,16 +1,24 @@
-\version "1.7.16"
 
+\version "2.1.7"
+\header{
+       texidoc="@cindex Beam Neutral Direction
+When a beam falls in the middle of the staff, LilyPond normally
+prints the beam pointing down.  However, this behaviour can be
+altered if desired.
+" }
 
 fragment = \notes {
-  [b''8 b]
+   b''8[ b]
   \property Voice.Beam \set #'neutral-direction = #-1
-  [b b]
+   b[ b]
+  \property Voice.Beam \set #'neutral-direction = #1
+   b[ b]
 }
 
 \paper { raggedright = ##t} 
 
 \score {
   \notes\relative c \fragment
-  \paper { }  
+  \paper {raggedright = ##t }  
 }
-%% new-chords-done %%
+