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