]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/combining-two-parts-on-the-same-staff.ly
LSR reimport because of issue 3584 changing version numbers
[lilypond.git] / Documentation / snippets / combining-two-parts-on-the-same-staff.ly
index 8395447f9b39540ae787c504df89f632ea0e4507..0a8477adc57f1565ce54d8db0d7eeb19e9dacf29 100644 (file)
@@ -4,7 +4,7 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.6"
 
 \header {
   lsrtags = "simultaneous-notes, syntax-and-expressions, text"
@@ -65,7 +65,7 @@ musicDown = \relative c'' {
     indent = 6.0\cm
     \context {
       \Score
-      \override SystemStartBar #'collapse-height = #30
+      \override SystemStartBar.collapse-height = #30
     }
   }
 }