X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-direction.ly;h=16af1ecc73360957adad3a239d181f2658cbbdce;hb=abc16fe4f87da2865d4225df0ff0851d02cec67b;hp=7cc95b59332cbf988228cb7d66e7b1f91bb5af63;hpb=11613b92019bb42418863f43de92287a64878f14;p=lilypond.git diff --git a/input/regression/stem-direction.ly b/input/regression/stem-direction.ly index 7cc95b5933..16af1ecc73 100644 --- a/input/regression/stem-direction.ly +++ b/input/regression/stem-direction.ly @@ -1,27 +1,19 @@ -\version "1.9.2" +\version "2.16.0" \header{ texidoc=" -Beams, stems and noteheads often have communication troubles, since -the two systems for y dimensions (1 unit = staffspace, 1 unit = 1 -point) are mixed. - Stems, beams, ties and slurs should behave similarly, when placed on the middle staff line. Of course stem-direction is down for high notes, and up for low notes. " } - -\score { - \context Voice \notes\relative c { +\layout { + ragged-right = ##t +} +\context Voice \relative c { b''4 ~ b8(b8) e4 e, - - } - \paper { - raggedright = ##t - } - \midi { } + }