X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fauto-beam-bar.ly;h=34fa328dda650a2c45d891bee0426ed5312a9c37;hb=3879125ed65c285ff3094f2cad51a7bf1376e225;hp=645c62de7c62b5d57a58265485a9ea0e2ba46a0d;hpb=5d5ca8642dca9169ddf78949c41381e5f1380975;p=lilypond.git diff --git a/input/regression/auto-beam-bar.ly b/input/regression/auto-beam-bar.ly index 645c62de7c..34fa328dda 100644 --- a/input/regression/auto-beam-bar.ly +++ b/input/regression/auto-beam-bar.ly @@ -1,20 +1,12 @@ + +\version "2.17.5" + \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 } -} \ No newline at end of file