]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/spacing-loose-grace-linebreak.ly
Regtests: Make all tuplet brackets visible in spanner-break-overshoot.ly.
[lilypond.git] / input / regression / spacing-loose-grace-linebreak.ly
1 \header{
2   texidoc = "If a floating grace spacing section attaches to a note
3 across a line break, it gets attached to the end of line."
4 }
5
6
7 \version "2.12.0"
8
9 \new Score \with {
10   \override SpacingSpanner #'strict-grace-spacing = ##t
11 } <<
12
13   \new Staff <<
14
15     \new Voice {
16       \time 6/4    s2
17       s2 \bar "" \break
18       s2
19     }
20
21     \new Voice {
22       b'4
23       \afterGrace c''4 {b'16}
24       s4
25       s4
26       c''4
27     }
28     \new Voice {
29       c'4
30       c'8.
31       r16
32       c'4
33       c'4
34       c'4
35     }
36   >>
37 >>
38