]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/chromatic-scales.ly
Doc-es: various updates.
[lilypond.git] / input / regression / chromatic-scales.ly
index 9e30bbd0d8e4d1fdc14f7a1ba0a4dbb9ee00f7ec..7e6ddb4da299717e49f30cfa93815665965718f8 100644 (file)
@@ -1,4 +1,4 @@
-\version "2.16.0"
+\version "2.19.21"
 \header{
   texidoc="@code{staffLineLayoutFunction} is used to change the position of the notes.
 This sets @code{staffLineLayoutFunction} to @code{ly:pitch-semitones} to
@@ -7,7 +7,7 @@ space and line equal to one semitone.
 "
 }
 
-scales = \relative c' {
+scales = \relative {
   a ais b c cis d dis e f fis g gis
   a
 }
@@ -21,7 +21,7 @@ scales = \relative c' {
   clefPosition = #(+ -6 7)
 }
 {
-  \override Staff.StaffSymbol #'line-count = #5
+  \override Staff.StaffSymbol.line-count = #5
   \time 4/4
   <<
     \scales