]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/bar-line-segno.ly
Imported Upstream version 2.18.0
[lilypond.git] / input / regression / bar-line-segno.ly
1 \version "2.17.15"
2
3 \header { texidoc = "Segno bar lines can be used to mark
4                      the begin and the end of a segno part."
5         }
6
7 \paper { ragged-right = ##t }
8
9 \relative c' \new StaffGroup <<
10   \new Staff {
11     c4 \bar "S" c \bar "S-|" c \bar "S-S" c \bar ":|.S" \break
12     c4 c \bar ":|.S.|:" c c \bar ":|.S.|:-S" \break
13     c4 c c2 \bar "S.|:" \break
14     c1 \bar ":|.S-S" \break
15     c1 \bar "S" \break
16     c1 }
17   \new Staff {
18     c4 c c c
19     c4 c c c
20     c4 c c c
21     c4 c c c
22     c4 c c c
23     c1
24   }
25 >>