]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie-cross-voice.ly
* input/test/[t-v]*.ly: finish rewriting texidocs.
[lilypond.git] / input / test / tie-cross-voice.ly
1 \version "2.1.26"
2
3
4
5 \header {
6     texidoc = "Cross voice ties can be faked by using transparent noteheads."
7     }
8
9
10 \score {
11 \context Staff \notes {
12 \relative c''  <<
13   {
14       \once \override Stem  #'transparent = ##t
15       b8~ b8 }
16   \\
17   { b[ g8] }
18 >>
19 }
20 \paper { raggedright = ##t }
21 }