]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/staff-ledger-positions-dotted-notes.ly
Doc-es: various updates.
[lilypond.git] / input / regression / staff-ledger-positions-dotted-notes.ly
1 \header {
2
3   texidoc = "When the vertical positions of ledger lines have been
4 customized by setting the @code{ledger-positions} property of the
5 StaffSymbol, and a dotted note falls on a ledger line, the dot is shifted
6 up to avoid the ledger line (just as with uncustomized ledger lines)."
7 }
8
9 \version "2.19.21"
10
11 \new Staff \relative {
12   \override Staff.StaffSymbol.line-positions = #'(-3 0 3)
13   \override Staff.StaffSymbol.ledger-positions = #'(-3 0)
14   \override Staff.StaffSymbol.ledger-extra = #1
15   f4. g a b c d g' a b c d e
16 }