X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fstem-direction.ly;h=e041d41dfb8145373be689a94b37143facc25b65;hb=f13c054f0795e10f06931a267af51220a6b9fc66;hp=77ba1dc9442b8952ba867b8a518481f4a32a5c0e;hpb=ecaf73bb03e974018c17e3051b3ac3a805dd1653;p=lilypond.git diff --git a/input/regression/stem-direction.ly b/input/regression/stem-direction.ly index 77ba1dc944..e041d41dfb 100644 --- a/input/regression/stem-direction.ly +++ b/input/regression/stem-direction.ly @@ -1,27 +1,19 @@ -\version "2.1.28" +\version "2.11.51" \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 { } + }