]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
*** empty log message ***
[lilypond.git] / input / regression / auto-beam-bar.ly
index e864261f78b73ef5da6e3016ac176603faf50365..eca3453f98ac11c0132a265b9c165980ebc1f92f 100644 (file)
@@ -1,23 +1,16 @@
-#(ly:set-option 'old-relative)
-\version "1.9.1"
+
+\version "2.3.22"
 
 \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
 }
 }