]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/line-dash-small-period.ly
New function: \ottava #oct, replaces #(set-octavation oct)
[lilypond.git] / input / regression / line-dash-small-period.ly
index ce12c95cec27e8c6307bbcbc2e8f4dc5be289f52..e42e398c878dc0e177cac9d421540b60d99f2b2b 100644 (file)
@@ -5,12 +5,13 @@
 
 }
 
-\version "2.11.51"
+\version "2.11.53"
+
 \relative {
   \override Staff.OttavaBracket #'dash-period = #0.1
   \override Score.OttavaBracket #'dash-fraction = #1
 
-  #(set-octavation 1)
+  \ottava #1
   c4 c
 }