]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/regression/line-dash-small-period.ly
abc2ly: Also ignore whitespace at begin of lyrics lines
[lilypond.git] / input / regression / line-dash-small-period.ly
index 8bbb1cb7d770f566630b86e28b805426aedb4bf0..def6afe7cd67bb2de219227f5a1869129f6c378a 100644 (file)
@@ -5,12 +5,13 @@
 
 }
 
-\version "2.11.29"
-\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
 }