]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/break-alignment-anchors.ly
Merge branch 'master' of ssh+git://gpercival@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / break-alignment-anchors.ly
1 \version "2.11.22"
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-symbol = #'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 }