Atys : acte 3 scène 7
[nenuvar.git] / common / test-custom-bars.ly
blobe39a01fa2a4f387b854a46627ad1e7203d9c7d53
1 \version "2.15.0"
2 \include "custom-bars.ily"
4 \score {
5 \new StaffGroup <<
6 \new Staff {
7 c'1 \bar ";" c'1 \bar "|:|" c'1 \bar ":||:"
8 c'1 \bar ";:" c'1 \bar ":;"
9 c'1 \bar "|;:" c'1 \bar ":;|"
11 \new Staff \repeat unfold 7 c'1
13 \layout { ragged-right = ##t }