]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/completion-heads-tuplets.ly
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / input / regression / completion-heads-tuplets.ly
1 \version "2.17.11"
2
3 \header {
4   texidoc = "
5 Completion heads may be used with tuplets (and compressed music) too.
6 "
7 }
8
9 \layout {
10   \context {
11     \Voice
12     \remove "Note_heads_engraver"
13     \consists "Completion_heads_engraver"
14   }
15 }
16
17 \context Staff \relative c'' {
18   \tupletSpan 1
19   \tuplet 3/2 { g1 g g }
20 }