]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly
Imported Upstream version 2.18.0
[lilypond.git] / Documentation / snippets / changing-the-number-of-lines-in-a-staff.ly
index 19ab74b4496519d83f3e39b3b9bb064b19a3bb7d..c4c53e5c320b6f2301d7d0f773f4ee832b863c96 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 = "specific-notation, staff-notation"
@@ -36,7 +36,7 @@ lower = \relative c {
       \upper
     }
     \new Staff {
-      \override Staff.StaffSymbol #'line-count = #4
+      \override Staff.StaffSymbol.line-count = #4
       \lower
     }
   >>