]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/tuplet-long-spanner.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / tuplet-long-spanner.ly
1 \version "2.19.14"
2
3 \header {
4   texidoc = "Overlong tuplet span specifications are reduced
5 to the actual length."
6 }
7
8 \layout { ragged-right = ##t }
9
10 \relative \new Staff \with { subdivideBeams = ##t
11                              baseMoment = #(ly:make-moment 1/8)
12                            }
13 {
14   \tuplet 3/2 4 { g16 a b } c8 d e f2 |
15   \set baseMoment = #(ly:make-moment 1/12)
16   \tuplet 3/2 4
17   { d16 e f g a b  c,16 d e f g a
18     \unset baseMoment
19     b, c d }
20   \tuplet 3/2 { e16 f8 } g4 |
21 }