]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-isknee.ly
release commit
[lilypond.git] / input / test / beam-isknee.ly
index 6216e4fa991cff48db1c16987d641dea3cd47b58..7c74fb6793be62de74e47d78cfa8a32e5a4d5ed1 100644 (file)
@@ -1,9 +1,13 @@
 
-\version "1.9.4"
+\version "2.1.30"
 \header{
        texidoc="@cindex Beam Isknee
-LilyPond can beam across a Piano Staff.
-" }
+
+Beams can be placed across a @code{PianoStaff}.
+
+"
+
+}
 \score{
        \context PianoStaff <<
        \context Staff=one \notes\relative c'{
@@ -12,7 +16,7 @@ LilyPond can beam across a Piano Staff.
        \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
        }