]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/beam-beat-grouping.ly
Imported Upstream version 2.19.45
[lilypond.git] / input / regression / beam-beat-grouping.ly
1 \header {
2
3   texidoc = "Default beaming patterns can be set for the current time
4 signature. "
5   }
6
7 \layout {
8   ragged-right = ##t
9   }
10 \version "2.19.40"
11
12
13 \relative {
14   \time 5/16
15   \set beatStructure = 2,3
16   c''8[^"(2+3)" c16 c8]
17   \set beatStructure = 3,2
18   c8[^"(3+2)" c16 c8]
19 }