]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/test/beam-isknee.ly
release: 1.3.94
[lilypond.git] / input / test / beam-isknee.ly
index ecaaab30c3a0b312ee1374857d0c4cb71e9a0cfe..d8e3197d30c557e46e517bcfa26c6dfc0a36a731 100644 (file)
@@ -1,24 +1,19 @@
 \score{
-       \context GrandStaff <
+       \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 \translator Staff=one \stemDown g'16 f]
                s8
                s2
        }
        >
        \paper{
-               \translator{
-                       \GrandStaffContext
-                       minVerticalAlign = 2.8*\staffheight;
-                       maxVerticalAlign = 2.8*\staffheight;
-               }
-               linewidth=-1.;
+               linewidth=-1.;
        }
 }
 
-\version "1.0.19"; 
+\version "1.3.93";