]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/tie-different-notes.ly
patch::: 1.5.28.jcn1
[lilypond.git] / input / bugs / tie-different-notes.ly
1 \header {
2
3 texidoc="
4
5   c ~ cis gets tied
6  
7 "
8 }
9
10      \score {
11        \context Staff \context Voice = i { 
12           \notes\relative c'' { <c4 g' es'>~<cis4 gis' e'> } 
13        }
14      }