]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/bar-scripts.ly
Merge branch 'stable/2.16' into staging
[lilypond.git] / input / regression / bar-scripts.ly
1 \version "2.16.0"
2 \header{
3 texidoc="
4
5 Markings can be attached to (invisible) barlines.
6 "
7 }
8
9 \layout { ragged-right = ##t }
10
11 \relative c''
12 \context GrandStaff <<
13         \new Staff {
14
15         \set Staff.shortInstrumentName = instr
16         
17          \mark "B" \break c1 \mark "A" c2  }
18         \new Staff { c1 c2  }
19 >>
20