release commit
[lilypond.git] / input / test / tie-cross-voice.ly
blobce582b2cf30a0653e19abd4b65ac316bce723e4a
1 #(ly:set-option 'old-relative)
2 \version "2.1.7"
6 \header {
7 texidoc = "Cross voice ties can be faked by blanking noteheads."
11 \score {
12 \context Staff \notes {
13 \relative c'' <<
15 \once \property Voice.Stem \set #'transparent = ##t
16 b8~ b8 }
18 { b[ g8] }
21 \paper { raggedright = ##t }