]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-to-barline-mark.ly
Add support for max-systems-per-page.
[lilypond.git] / input / regression / hairpin-to-barline-mark.ly
1 \version "2.11.51"
2
3 \header {
4
5   texidoc = "'to-barline is not confused by very long marks."
6
7 }
8
9 \new Staff \relative c' {
10   c1\<
11   \mark "Very long mark"
12   c4\> c c c\!
13 }