]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/beams-across-line-breaks.ly
Merge commit 'csorensen/fret-diagram-details'
[lilypond.git] / input / lsr / beams-across-line-breaks.ly
index a5326cda5042f3171e34444e454ee0e09a3a9c02..f8c2b2123cd7af8c4135ba74d016e38996d814af 100644 (file)
@@ -1,18 +1,21 @@
 %% 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.49"
 
 \header {
   lsrtags = "rhythms, breaks"
- texidoc = "
-By default, beams can't be printed across line breaks. Here's a way to
-force the line break, by setting the @code{#'breakable} property. See
-also in the manual the \"Line Breaking\" and \"Manual beams\" sections.
 
-" }
-% begin verbatim
-\layout { ragged-right= ##t }
+  texidoc = "
+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"
+} % begin verbatim
+\layout { ragged-right = ##t }
 \relative c'' {
   \override Score.Beam #'breakable = ##t
-  \time 3/16 c16[ d e \break f] 
+  \time 3/16
+  c16[ d e \break
+  f16] r r 
 }