]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
* configure.in (reloc_b): bump fontforge requirement to 20050624.
[lilypond.git] / input / regression / auto-beam-bar.ly
index 45775337631a8378d8fd070e5bd68cadd4fdd79e..d6565864c7ca520349830fa9031c0238b69a574d 100644 (file)
@@ -1,22 +1,16 @@
-\version "1.3.146"
+
+\version "2.6.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{
-   linewidth=-1.
+\score {
+     {
+        \time 3/4
+        a'4 b' c''8 \bar ":|:" d''8
+    }
+    \layout{
+   raggedright = ##t
 }
 }