]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-number-of-lines-in-a-staff.ly
CG: note that CPU threads affect cell count in regtests (issue 3257)
[lilypond.git] / Documentation / snippets / changing-the-number-of-lines-in-a-staff.ly
index 80a6c72adcc7e8b6ada6cb6037ed02fbef4ffa10..b8e4f16bee28908961c23570122bb01d6dcbea4c 100644 (file)
@@ -4,17 +4,9 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.14.2"
+\version "2.17.11"
 
 \header {
-%% Translation of GIT committish: 1cda7b7b8219cb97399b8e7b56c1115aaf82c002
-  texidocfr = "
-Le nombre de lignes d'un portée se modifie par adaptation de la
-propriété @code{line-count} du @code{StaffSymbol}.
-
-"
-  doctitlefr = "Modification du nombre de lignes de la portée"
-
   lsrtags = "specific-notation, staff-notation"
 
   texidoc = "
@@ -44,9 +36,8 @@ lower = \relative c {
       \upper
     }
     \new Staff {
-      \override Staff.StaffSymbol #'line-count = #4
+      \override Staff.StaffSymbol.line-count = #4
       \lower
     }
   >>
 }
-