X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-beam-bar.ly;h=9f15da02e6fb853ca671a9a0e1741c78436754eb;hb=b2d3e79a146de7cb2eb2be722a510c0e4fc90fa8;hp=6cfae818e6253bd06ad60864b392c9dc9c67c8fc;hpb=8b88bf025331c789167734067001a3d79501b433;p=lilypond.git diff --git a/input/regression/auto-beam-bar.ly b/input/regression/auto-beam-bar.ly index 6cfae818e6..9f15da02e6 100644 --- a/input/regression/auto-beam-bar.ly +++ b/input/regression/auto-beam-bar.ly @@ -1,21 +1,12 @@ +\version "2.14.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." } +\layout{ ragged-right = ##t } -\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{ - linewidth=-1.; -} +{ + \time 3/4 + a'4 b' c''8 \bar ":|:" d''8 }