]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/tie-bug.ly
release: 0.1.64
[lilypond.git] / input / bugs / tie-bug.ly
1
2 \score{
3         \melodic{
4                 \octave relative;
5                 <
6                   {\voicetwo <g'4 f'~> f} 
7                   % this is the correct way
8                   % {\voicetwo <g'4 {f'~ f }> } 
9                   {\voiceone c' ~ c }
10                 >
11         }
12 }
13