]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/beams-across-line-breaks.ly
Merge branch 'master' into dev/texi2html
[lilypond.git] / input / lsr / beams-across-line-breaks.ly
index 77797f5a6b6f45800bb8968ed2969129d1c3f9ce..fac7861fde2b953dea0231603aa8ed8f1336ad35 100644 (file)
@@ -1,14 +1,13 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.38"
+\version "2.11.51"
 
 \header {
   lsrtags = "rhythms, breaks"
 
   texidoc = "
-By default, beams can't be printed across line breaks. This behavior
-can be overridden by setting the @code{breakable} property. See also in
-the manual the \"Line breaking\" and \"Manual beams\" sections. 
+By default, beams can't be printed across line breaks.  This behavior
+can be overridden by setting the @code{breakable} property. 
 
 "
   doctitle = "Beams across line breaks"
@@ -18,5 +17,5 @@ the manual the \"Line breaking\" and \"Manual beams\" sections.
   \override Score.Beam #'breakable = ##t
   \time 3/16
   c16[ d e \break
-  f] r r 
+  f16] r r 
 }