]> 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 cb4df5c896f28492e75ffa33a07832972556e080..c550a6ab1705fc1ebdac7efba44974d89b1f2646 100644 (file)
@@ -1,5 +1,5 @@
-#(ly:set-option 'old-relative)
-\version "1.9.0"
+
+\version "2.1.7"
 \header{
        texidoc="@cindex Beam Neutral Direction
 When a beam falls in the middle of the staff, LilyPond normally
@@ -8,11 +8,11 @@ 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]
+   b[ b]
 }
 
 \paper { raggedright = ##t}