]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-isknee.ly
release commit
[lilypond.git] / input / test / beam-isknee.ly
index c71fc9116cd207cdf77a502d57dce477789ad331..7c74fb6793be62de74e47d78cfa8a32e5a4d5ed1 100644 (file)
@@ -1,24 +1,30 @@
+
+\version "2.1.30"
+\header{
+       texidoc="@cindex Beam Isknee
+
+Beams can be placed across a @code{PianoStaff}.
+
+"
+
+}
 \score{
-       \context GrandStaff <
+       \context PianoStaff <<
        \context Staff=one \notes\relative c'{
                s1
        }
        \context Staff=two \notes\relative c'{
-               \clef bass;
+               \clef bass
 % no knee
-               \stemup [c8 \translator Staff=one \stemdown g'16 f]
+               \stemUp  c8[ \change Staff=one \stemDown g'16 f]
                s8
                s2
        }
-       >
+       >>
        \paper{
-               \translator{
-                       \GrandStaffContext
-                       minVerticalAlign = 2.8*\staffheight;
-                       maxVerticalAlign = 2.8*\staffheight;
-               }
-               linewidth=-1.;
+               raggedright = ##t
        }
 }
 
-\version "1.3.59"; 
+
+