X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fbeams-across-line-breaks.ly;h=e425e0a9ae291624abb66311a91899ba32e5670f;hb=5cfe4870e6871699219fa7a27a27d852d47bc54f;hp=a5326cda5042f3171e34444e454ee0e09a3a9c02;hpb=4e10c78e038dfeff1cc4c864207682a6134929bb;p=lilypond.git diff --git a/input/lsr/beams-across-line-breaks.ly b/input/lsr/beams-across-line-breaks.ly index a5326cda50..e425e0a9ae 100644 --- a/input/lsr/beams-across-line-breaks.ly +++ b/input/lsr/beams-across-line-breaks.ly @@ -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.62" \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 }