]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/dot-rest-beam-trigger.ly
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / input / regression / dot-rest-beam-trigger.ly
1 \header {
2
3   texidoc = "Dotted rests connected with beams do not trigger
4   premature beam calculations.  In this case, the beam should be
5   sloped, and there should be no programming_error() warnings."
6
7 }
8
9 \version "2.12.0"
10 \new Staff \relative c''
11 {
12   <<
13     { \time 12/16 c16[ b a r  b g] }
14     \\
15     { r8. r }
16   >>
17 }
18
19