X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Fregression%2Fchord-dots.ly;h=957788d4bc61edf3df9ed7e3985ee7f6d607a449;hb=373de9732ae6fa712b8d459d91183771d48f8194;hp=cc02f3191a45a306a45d6e4a32fcfc5a7a6e20ed;hpb=ffd278ab691a1ada9b0ff0f8fd7548ab791f1647;p=lilypond.git diff --git a/input/regression/chord-dots.ly b/input/regression/chord-dots.ly index cc02f3191a..957788d4bc 100644 --- a/input/regression/chord-dots.ly +++ b/input/regression/chord-dots.ly @@ -1,21 +1,17 @@ -\version "2.17.14" +\version "2.17.16" \header { texidoc = -"Property @code{chord-dots}: If set, remove dots which the -@code{DotColumn} algorithm would vertically position too far away from -note heads." +"The column of dots on a chord is limited to the height +of the chord plus @code{chord-dots-limit} staff-positions." } \layout{ ragged-right = ##t } - -\relative c'' { - \override Score.DotColumn.chord-dots = ##f - << { 4. } \\ - { 4. } >> - - \override Score.DotColumn.chord-dots = ##t - << { 4. } \\ - { 4. } >> +\new Staff \transpose c c' { + \override Staff.DotColumn.chord-dots-limit = #1 + << + { 4. r8 4. r8 } \\ + { f4.. r16 4.. r16} + >> }