]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/beam-break.ly
* scripts/lilypond-book.py (output_dict): remove support for the
[lilypond.git] / input / regression / beam-break.ly
index 9b8650c30ce3a46e7983fa281915b76e7a8d57a4..4f66eaf30801ebd37301beb8c979fac6f262714c 100644 (file)
@@ -1,12 +1,13 @@
-#(ly:set-option 'old-relative)
+
 \header {
     texidoc = "Beams can be printed across line breaks if forced.
 "
 
 }
-\version "1.9.0"
+\version "1.9.4"
     \paper { raggedright= ##t }
 
 \score { \notes \relative c''  {
     \property Score.forbidBeamBreak = ##f
-    c2. c8-[ c8 \break c8 c8-]   } }
+   \time 3/16 c16-[ d e \break f-] 
+}}