]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/bugs/auto-beam.ly
patch::: 1.3.126.jcn3
[lilypond.git] / input / bugs / auto-beam.ly
index ee339e34cbee85f0ef444cd29df287c9fdaab4bd..a816ff774a3f87d533777143e795df448cc00ddf 100644 (file)
@@ -1,21 +1,7 @@
-\score{
-    \notes \relative c''{
-       \time 2/4;
-       c8
-       \repeat 2 {  % \bar "|:" iknoort-i ook...
-       c8 c8
-       }
-       c8
-    }
-    \paper{
-       \translator{
-           \VoiceContext
-           % add experimental auto-beaming
-           \consists Auto_beam_engraver;
-           beamAuto = 1.;
-           beamAutoEnd_8 = "1/4";
-           beamAutoEnd_16 = "1/4";
-           beamAutoEnd_32 = "1/4";
-       }
-    }
+\header {
+texidoc ="Auto beam can not be put on the final notes of a score  ";
 }
+
+\score { \notes {
+  c8 c8
+}}