]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-to-barline-mark.ly
Merge branch 'master' of git+ssh://jneem@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / input / regression / hairpin-to-barline-mark.ly
1 \version "2.11.12"
2 \paper { ragged-right = ##t }
3 \header {
4
5   texidoc = "hairpinToBarline 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 }