]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / auto-beam-bar.ly
index 61f74b9e8f8c7cc3c90c612e563697595dcb80bc..9f15da02e6fb853ca671a9a0e1741c78436754eb 100644 (file)
@@ -1,23 +1,12 @@
 
-\version "1.9.4"
+\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{
-   raggedright = ##t
-}
+{
+  \time 3/4
+  a'4 b' c''8 \bar ":|:" d''8
 }