]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/number-staff-lines.ly
Rerun scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / number-staff-lines.ly
index 06722e86e5259edf479822e0fc97dc9345def7b3..fdb44a041be22b8af9a261571a16ddaf0d17d8f2 100644 (file)
@@ -1,21 +1,17 @@
 
-\version "1.9.8"
+\version "2.17.6"
 
 \header{
-texidoc=" The number of stafflines of a staff can be set.  Ledger
-lines both on note heads and rests are adjusted.  Barlines also are
-adjusted.  "
+  texidoc=" The number of stafflines of a staff can be set.  Ledger
+lines both on note heads and rests, as well as barlines, are
+adjusted accordingly.  "
 }
 
-\score { 
-\context Voice \notes\relative c {
-       c' c c c | g' g g g     \bar ":|"
-  }
-  \paper {
 
-\translator { \StaffContext
-StaffSymbol \override #'line-count = #3
-}  }
-  \midi { }
+\new Staff \with {
+  \override StaffSymbol.line-count = #3
+}
+\relative c {
+  c' c c c | g' g g g  \bar ":|."
 }