]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-to-barline-mark.ly
Merge branch 'master' of ssh://kainhofer@git.sv.gnu.org/srv/git/lilypond into dev...
[lilypond.git] / input / regression / hairpin-to-barline-mark.ly
1 \version "2.11.46"
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 }