]> git.donarmstrong.com Git - lilypond.git/blob - input/bugs/tuplet-space.ly
patch::: 1.3.79.jcn1
[lilypond.git] / input / bugs / tuplet-space.ly
1 % using \times amongst space notes dumps core
2 \score{
3         \context Staff \notes\relative c''<
4                 \times 2/3{ a8 b c }
5                 \times 2/3{ s8\p s s\f }
6         >
7         \paper{
8         }
9 }