]> git.donarmstrong.com Git - lilypond.git/blob - input/regression/completion-heads-tie.ly
Merge master into nested-bookparts
[lilypond.git] / input / regression / completion-heads-tie.ly
1 \header {
2
3   texidoc = "Completion heads will remember ties, so they are started
4   on the last note of the split note."
5
6   }
7
8 \version "2.11.58"
9
10 \paper{ ragged-right=##t }
11
12 \new Staff \new Voice \with { 
13   \remove "Note_heads_engraver"
14   \consists "Completion_heads_engraver"
15 } {
16   \relative c'' { r2 d1 ~ d1 d2 }
17 }
18