X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeaming.ly;h=0ebb84dcc4566877c3b43e6c2d9de5b732898619;hb=e3bd073b603167e110d3ecac4bfa3e1ca75e0106;hp=b1673319bff9dc940ae4903ef777396ce52ef78f;hpb=5d5ca8642dca9169ddf78949c41381e5f1380975;p=lilypond.git diff --git a/input/regression/beaming.ly b/input/regression/beaming.ly index b1673319bf..0ebb84dcc4 100644 --- a/input/regression/beaming.ly +++ b/input/regression/beaming.ly @@ -1,27 +1,34 @@ + +\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 - [c8 c,4 c'8] % should warn here! - [c8 c c] c8 % over barline - [c16 c8 c16] - [c32 c16 c16 c16 c32] - [c32 c16 c8 c32] % hmm ? - - }} +\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[^"over barline" c c] c8 + c16[ c8 c16] + c32[ c16 c16 c16 c32] + c32[ c16 c8 c32] % hmm ? + +}