]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/line-dash-small-period.ly
Split WWW target in two stages WWW-1 and WWW-2
[lilypond.git] / input / regression / line-dash-small-period.ly
1 \header {
2
3   texidoc = "Generate valid postscript even if dash-period is small
4   compared to line thickness."
5
6 }
7
8 \version "2.11.29"
9 \relative {
10   \override Staff.OttavaBracket #'dash-period = #0.1
11   \override Score.OttavaBracket #'dash-fraction = #1
12
13   #(set-octavation 1)
14   c4 c
15 }
16