]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
release: 1.3.146
[lilypond.git] / input / regression / auto-beam-bar.ly
index 6cfae818e6253bd06ad60864b392c9dc9c67c8fc..45775337631a8378d8fd070e5bd68cadd4fdd79e 100644 (file)
@@ -1,21 +1,22 @@
+\version "1.3.146"
 
 \header{
 texidoc="
 The first two a8 notes should not be beamed.
 Also, no automatic beaming accross bar lines.
-";
+"
 }
 
 \score{
 \notes \notes\relative c'' {
-\time 2/8;
+\time 2/8
 a8 a
-\time 6/8;
+\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.;
+   linewidth=-1.
 }
 }