]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/ottava.ly
* lily/side-position-interface.cc (out_of_staff): also do
[lilypond.git] / input / regression / ottava.ly
index 2d76c44590ceabb75172774010b5aa45a9c52104..06423dbf6e4d66de151713dc8ed274d05e1ece99 100644 (file)
@@ -2,11 +2,15 @@
 \header
 {
 texidoc = "Ottava brackets are supported, through the
-use of the scheme function @code{set-octavation}. 
+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}.
+
 "
 
 }
-\version "1.9.2"
+\version "2.1.7"
 
 
 \paper { raggedright = ##t} 
@@ -16,10 +20,21 @@ use of the scheme function @code{set-octavation}.
   #(set-octavation 1)
   a b c a
   #(set-octavation 0)
-
-  a #(set-octavation 1) b
+  #(set-octavation 2)
+  a b c a
+  #(set-octavation 0)
+  #(set-octavation -1)
+  a b c a
+  #(set-octavation 0)
+  a,
+  #(set-octavation 1)
+  \property Staff.ottavation = #"8"
+  b
   #(set-octavation 0)
   c a 
+  #(set-octavation -1) b a g 
+  #(set-octavation 0)
+  c
 }
 }