]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/line-dash-small-period.ly
Merge branch 'master' into dev/texi2html
[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.51"
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