]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie-cross-voice.ly
* scripts/lilypond-book.py (do_file): do not overwrite input file.
[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 blanking 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 }