]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/line-dash-small-period.ly
MusicXML: src-dir rather than srcdir.
[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.53"
9
10 \relative {
11   \override Staff.OttavaBracket #'dash-period = #0.1
12   \override Score.OttavaBracket #'dash-fraction = #1
13
14   \ottava #1
15   c4 c
16 }
17