]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/partial-beam.ly
patch::: 1.5.5.jcn2
[lilypond.git] / input / bugs / partial-beam.ly
index 670780c46bd4acdc5d395b090a6e1e568332410b..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 100644 (file)
@@ -1,27 +0,0 @@
-\version "1.3.148"
-
-\include "paper20.ly"
-Sopnotes = \notes {
-       \time 4/4
-       \key g \major
-       \clef treble
-       \partial 8 * 3
-       e'8 f'8 g'8 |
-       d'8 d'16 d'16 e'8. e'16 g'8 g'8 f'8 f'8
-}
-
-\score {
-       \notes
-       <
-               \context Staff="sop"
-               <
-                   \Sopnotes
-               >
-       >
-       \paper {
-                \translator {
-                 \StaffContext 
-                        autoBeamSettings \override #'(end * * * * ) = #(make-moment 1 8)
-               }
-       }
-}