]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/text-spanner.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / text-spanner.ly
1 \version "1.7.18"
2
3 % text spanners should not repeat start text when broken
4
5 \score {
6   \notes \relative c'' {
7     \property Voice.crescendoText = #"cresc."
8     \property Voice.crescendoSpanner = #'dashed-line
9     c1\< c \break
10     c1 \!c \break
11     }
12   \paper {
13     linewidth = 40*\staffspace
14   }
15 }
16