X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeaming.ly;h=0ebb84dcc4566877c3b43e6c2d9de5b732898619;hb=2976557ee7f774f7c7bb670caebef0c51af0b91f;hp=a69455d7322eaa2c1a64af136e4894620924e337;hpb=197f00037dc4c9e7bd17368f50d11dd8cde7a994;p=lilypond.git diff --git a/input/regression/beaming.ly b/input/regression/beaming.ly index a69455d732..0ebb84dcc4 100644 --- a/input/regression/beaming.ly +++ b/input/regression/beaming.ly @@ -1,31 +1,34 @@ -\version "2.1.22" +\version "2.10.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 ? + +}