]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/hara-kiri-percent-repeat.ly
Imported Upstream version 2.14.2
[lilypond.git] / input / regression / hara-kiri-percent-repeat.ly
1 \version "2.14.0"
2
3 \header {
4   texidoc = "Staves, RhythmicStaves, TabStaves and DrumStaves
5   with percent repeats are not suppressed."
6 }
7
8 <<
9   \new Staff { c''1 c'' \break c'' c'' }
10   \new Staff \repeat percent 4 { c'1 }
11   \new TabStaff \repeat  percent 4 { c1 }
12   \new DrumStaff \drummode { \repeat percent 4 { hh1 } }
13   \new RhythmicStaff \repeat percent 4 { c'1 }
14 >>
15
16 \layout {
17   \context { \Staff \RemoveEmptyStaves }
18   \context { \RhythmicStaff \RemoveEmptyStaves }
19   \context { \DrumStaff \RemoveEmptyStaves }
20   \context { \TabStaff \RemoveEmptyStaves }
21 }