X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeaming.ly;h=32ad72a4f795c42864d315ec90cb57eaeeb345e0;hb=e90f0536f9be39ada0bef0aeb0d275dec3b2fb5b;hp=bafb081cc64afad9fb5b01d16e3b05728d6f150f;hpb=3684e949054183e4a31e17f5e7ab0bf30da0123e;p=lilypond.git diff --git a/input/regression/beaming.ly b/input/regression/beaming.ly index bafb081cc6..32ad72a4f7 100644 --- a/input/regression/beaming.ly +++ b/input/regression/beaming.ly @@ -1,31 +1,34 @@ -\version "2.2.0" +\version "2.14.0" \header{ texidoc=" Beaming is generated automatically. Beams may cross bar lines. In that -case, line breaks are forbidden. Yet clef and key signatures are -hidden just as with breakable bar lines. +case, line breaks are forbidden. " } -\score { \context Staff \notes \relative c'' { - c8.[ c16] - c8.[ c16 c8. c16] - c16[ c8.] | - c8.[ c16 c16 c8.] - c8.[ c32 c32] - c8[ c8] | - c16[ c16] - c32[ c32] - c64[ c64] - c32 - c2 +\context Staff \relative c'' { - c8[ c c] c8 % over barline - c16[ c8 c16] - c32[ c16 c16 c16 c32] - c32[ c16 c8 c32] % hmm ? - - }} + c8[ \times 2/3 { c16 d e] } + s4*3 + + c8.[ c16] + c8.[ c16 c8. c16] + c16[ c8.] | + c8.[ c16 c16 c8.] + c8.[ c32 c32] + c8[ c8] | + c16[ c16] + c32[ c32] + c64[ c64] + c32 + c2 + + c8[^"over barline" c c] c8 + c16[ c8 c16] + c32[ c16 c16 c16 c32] + c32[ c16 c8 c32] % hmm ? + +}