Fix Tracker 918
[lilypond/mpolesky.git] / input / regression / hara-kiri-percent-repeat.ly
blob847e93c688f0045a735b9af0ebea3f93ae2f584d
1 \version "2.13.10"
3 \header {
4 texidoc = "Staves, RhythmicStaves, TabStaves and DrumStaves
5 with percent repeats are not suppressed."
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 >>
16 \layout {
17 \context { \RemoveEmptyStaffContext }
18 \context { \RemoveEmptyRhythmicStaffContext }
19 \context { \RemoveEmptyDrumStaffContext }
20 \context { \RemoveEmptyTabStaffContext }