]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/completion-heads-tuplets.ly
Run scripts/auxiliar/update-with-convert-ly.sh
[lilypond.git] / input / regression / completion-heads-tuplets.ly
1 \version "2.16.0"
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   \set tupletSpannerDuration = #(ly:make-moment 1 1)
19   \times 2/3 { g1 g g }
20 }