]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/break-alignment-anchors.ly
Add newlines at EOF where appropriate.
[lilypond.git] / input / regression / break-alignment-anchors.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "The break-align-anchor property of a break-aligned grob gives
5 the horizontal offset at which other grobs should attach."
6 }
7
8 {
9   \override Score.RehearsalMark #'break-align-symbols = #'(staff-bar)
10   c'1
11   \once \override Staff.BarLine #'break-align-anchor = #-5
12   \mark \default
13   \noBreak
14   c'1
15   \once \override Staff.BarLine #'break-align-anchor = #5
16   \mark \default
17   \noBreak
18   c'1
19 }