X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fbeaming.ly;h=ebc65e8d67b8ba7dff12c9cd01c5dae2c5cd3502;hb=97a0169312a260933246ab224e4f8b0969871dd5;hp=94815dcfdef9c073562b7484bfe30ecfb60228c4;hpb=aa76d0de152265e9913d7dc67c4fd8d923aec04b;p=lilypond.git diff --git a/input/regression/beaming.ly b/input/regression/beaming.ly index 94815dcfde..ebc65e8d67 100644 --- a/input/regression/beaming.ly +++ b/input/regression/beaming.ly @@ -1,31 +1,34 @@ -#(ly:set-option 'old-relative) -\version "1.9.1" + +\version "2.19.21" \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''8[ \tuplet 3/2 { 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 ? + +}