]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
* lily/tuplet-bracket.cc (brew_molecule): call after_line_breaking
[lilypond.git] / input / regression / auto-beam-bar.ly
index 645c62de7c62b5d57a58265485a9ea0e2ba46a0d..7569239afdd38a9b91ae86ec3e123ff35eef33d1 100644 (file)
@@ -1,20 +1,16 @@
+
+\version "2.1.7"
+
 \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
+\score {
+    \notes {
+        \time 3/4
+        a'4 b' c''8 \bar ":|:" d''8
+    }
+    \paper{
+   raggedright = ##t
 }
-\paper{
-   linewidth=-1.;
 }
-}
\ No newline at end of file