]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie-cross-voice.ly
fe96f9986f93ca6094de3be51c5e3162f55f15d8
[lilypond.git] / input / test / tie-cross-voice.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.2"
3
4
5
6 \header {
7     texidoc = "Cross voice ties can be faked by blanking noteheads."
8     }
9
10
11 \score {
12 \context Staff \notes {
13 \relative c''  <
14   {
15       \once \property Voice.Stem \set #'transparent = ##t
16       b8~ b8 }
17   \\
18   { b[ g8] }
19 >
20 }
21 \paper { raggedright = ##t }
22 }