X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-beam-bar.ly;h=deb6b236b7b6094cf4c3df448e8ad684b1ba65e0;hb=ca0f6dc1be50792ed4cfaaefc422a1332c01f7f9;hp=5364837395bbfbaf03772b84de87f81c2bd2e563;hpb=30c15d67dcc56919da38c9b5bdfda0684c1fc964;p=lilypond.git diff --git a/input/regression/auto-beam-bar.ly b/input/regression/auto-beam-bar.ly index 5364837395..deb6b236b7 100644 --- a/input/regression/auto-beam-bar.ly +++ b/input/regression/auto-beam-bar.ly @@ -1,23 +1,16 @@ -\version "1.9.1" +\version "2.4.0" \header{ -texidoc=" -The first two a8 notes should not be beamed. -Also, no automatic beaming accross bar lines. -" +texidoc="No auto beams will be put over (manual) repeat bars." } -\score{ -\notes \notes\relative c'' { -\time 2/8 -a8 a -\time 6/8 -a16 cis d a bes g fis4 g8 -%a4. fis4 g8 -a16 g a bes c d % ees8 d c -} -\paper{ +\score { + { + \time 3/4 + a'4 b' c''8 \bar ":|:" d''8 + } + \layout{ raggedright = ##t } }