]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hairpin-to-barline-mark.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / hairpin-to-barline-mark.ly
1 \version "2.16.0"
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 }