Fixes Issue 1504, allowing feather beam line breaking.
[lilypond/patrick.git] / input / regression / bar-scripts.ly
blob263cbe374d786bbf4975e61e9e28814c04328a14
1 \version "2.12.0"
2 \header{
3 texidoc="
5 Markings can be attached to (invisible) barlines.
9 \layout { ragged-right = ##t }
11 \relative c''
12 \context GrandStaff <<
13 \new Staff {
15 \set Staff.shortInstrumentName = instr
17 \mark "B" \break c1 \mark "A" c2 }
18 \new Staff { c1 c2 }