]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ottava.ly
release commit
[lilypond.git] / input / regression / ottava.ly
index 7d3c8a2019f74bd7c3121fea7f015e74f477cf89..3b1a765f8e2381e32b8bc0b687728880a0db823d 100644 (file)
@@ -4,13 +4,13 @@
 texidoc = "Ottava brackets are supported, through the
 use of the scheme function @code{set-octavation}.
 
-The spanner should go below for 8va bassa, and the string can be tuned
-with @code{Staff.ottavation}.
+The spanner should go below a staff for 8va bassa, and the ottavation
+string can be tuned with @code{Staff.ottavation}.
 
 "
 
 }
-\version "2.1.22"
+\version "2.3.4"
 
 % . There must be a minimum distance between the octavation line and the
 %   topmost staff line, taking into account the height of the closing
@@ -34,7 +34,7 @@ with @code{Staff.ottavation}.
 
 \paper { raggedright = ##t} 
 \score {
-  \notes\relative c''' \notes {
+  \relative c'''  {
   a b c a
   #(set-octavation 1)
   a b c a
@@ -48,7 +48,7 @@ with @code{Staff.ottavation}.
   \break
   a, 
   #(set-octavation 1)
-  \set Staff.ottavation =  #"8"
+  \set Staff.ottavation = #"8"
   b
   #(set-octavation 0)
   c a 
@@ -56,12 +56,12 @@ with @code{Staff.ottavation}.
   #(set-octavation 0)
   c 
   #(set-octavation -1)
-  \set Staff.ottavation =  #"8"
+  \set Staff.ottavation = #"8"
   c,,16
   #(set-octavation 0)
   c'16
   #(set-octavation -1)
-  \set Staff.ottavation =  #"8"
+  \set Staff.ottavation = #"8"
   g,,16
 }
 }