]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/auto-beam-bar.ly
New bar line interface
[lilypond.git] / input / regression / auto-beam-bar.ly
index 1892444ea03e586a65e18e7f3d9ac55257ea1a15..34fa328dda650a2c45d891bee0426ed5312a9c37 100644 (file)
@@ -1,23 +1,12 @@
-\version "1.7.18"
+
+\version "2.17.5"
 
 \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
 }
-%% new-chords-done %%
\ No newline at end of file