]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-isknee.ly
Renamed file.
[lilypond.git] / input / test / beam-isknee.ly
index a3a7e4dc1d2755e6a796b765a5aa44352c992243..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
        }
 }
 
 
+%% new-chords-done %%