]> git.donarmstrong.com Git - lilypond.git/blob - input/test/tie-cross-voice.ly
(read_pipe): only store and display error log
[lilypond.git] / input / test / tie-cross-voice.ly
1 #(ly:set-option 'old-relative)
2 \version "1.9.1"
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 }