X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeaming.ly;h=32ad72a4f795c42864d315ec90cb57eaeeb345e0;hb=c95f2748cdc044c16714c59cd138813eeac222ea;hp=0fd15d381c92e06aa6351983b79ab8121492a019;hpb=c7be809157c769a2f12ea2716b38ca50280a6dd3;p=lilypond.git diff --git a/input/regression/beaming.ly b/input/regression/beaming.ly index 0fd15d381c..32ad72a4f7 100644 --- a/input/regression/beaming.ly +++ b/input/regression/beaming.ly @@ -1,30 +1,34 @@ -\version "1.5.68" + +\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[ \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 c c] c8 % over barline - [c16 c8 c16] - [c32 c16 c16 c16 c32] - [c32 c16 c8 c32] % hmm ? - - }} + c8[^"over barline" c c] c8 + c16[ c8 c16] + c32[ c16 c16 c16 c32] + c32[ c16 c8 c32] % hmm ? + +}