]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/beams-across-line-breaks.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / Documentation / snippets / beams-across-line-breaks.ly
index db8da453b26ff942f463f35ff0e6f38496f52ca9..1b60a49d41b2c8c2432be6b20ef69d657f5d38bb 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.16.0"
+\version "2.17.6"
 
 \header {
   lsrtags = "rhythms"
@@ -19,7 +19,7 @@ behavior can be changed as shown:
 
 
 \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
 }