]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/repeat-fold.ly
* buildscripts/mf-to-table.py (base): break table every three
[lilypond.git] / input / regression / repeat-fold.ly
1 \version "1.7.18"
2
3 \header{
4 texidoc="
5 Folded.  This doesn't make sense without alternatives, but it works.
6 "
7 }
8
9 \score {
10   \context Staff \notes \relative c'' {
11     \repeat fold 3 { c^"3$\\times$ 0alt" d }
12     % less alts than body
13     \repeat fold 4 { c^"4$\\times$ 2alt" d } \alternative { e f }
14     % more alts than body
15     \repeat fold 2 { c^"2$\\times$ 3alt" d } \alternative { e f g }
16   }
17 }
18
19