]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-isknee.ly
Renamed file.
[lilypond.git] / input / test / beam-isknee.ly
index c5532d704b54c27b773d3f461e379a65ddf1f90e..1af618998b6cbba621a0f60f963ec48f615defe4 100644 (file)
@@ -1,19 +1,25 @@
+\version "1.7.18"
+\header{
+       texidoc="@cindex Beam Isknee
+Lilypond can beam across a Piano Staff.
+" }
 \score{
        \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-[ \translator Staff=one \stemDown g'16 f]
                s8
                s2
        }
        >
        \paper{
-               linewidth=-1.;
+               raggedright = ##t
        }
 }
 
-\version "1.3.59"; 
+
+%% new-chords-done %%