]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-isknee.ly
release commit
[lilypond.git] / input / test / beam-isknee.ly
index 10ea7124a8d20c1ea010e92062fd162cf6c5b70d..7c74fb6793be62de74e47d78cfa8a32e5a4d5ed1 100644 (file)
@@ -1,21 +1,30 @@
-\version "1.7.16"
+
+\version "2.1.30"
+\header{
+       texidoc="@cindex Beam Isknee
+
+Beams can be placed across a @code{PianoStaff}.
+
+"
+
+}
 \score{
-       \context PianoStaff <
+       \context PianoStaff <<
        \context Staff=one \notes\relative c'{
                s1
        }
        \context Staff=two \notes\relative c'{
                \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{
                raggedright = ##t
        }
 }
 
 
-%% new-chords-done %%
+