]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/beams-across-line-breaks.ly
lilypond-manuals.css: edit color scheme and some spacing
[lilypond.git] / Documentation / snippets / beams-across-line-breaks.ly
index db8da453b26ff942f463f35ff0e6f38496f52ca9..755e676815004d413d2731b3657f3f096759f2d7 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.unimi.it
 %% Make any changes in LSR itself, or in Documentation/snippets/new/ ,
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.18.0"
 
 \header {
   lsrtags = "rhythms"
@@ -17,9 +17,8 @@ behavior can be changed as shown:
   doctitle = "Beams across line breaks"
 } % begin verbatim
 
-
 \relative c'' {
-  \override Beam #'breakable = ##t
+  \override Beam.breakable = ##t
   c8 c[ c] c[ c] c[ c] c[ \break
   c8] c[ c] c[ c] c[ c] c
 }