X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Ftest%2Ftie-sparse.ly;h=e50139d6d7305da4e1f49b4466a5503be3c2fd1e;hb=c4c5bf6febe39f3e4d25f52e517e9b91addcbdc0;hp=e00e10e64857cc34d523042299d8aea63ce34b7d;hpb=60dd8eb0afbed0abae97e96b1f2c98b90da00bf5;p=lilypond.git diff --git a/input/test/tie-sparse.ly b/input/test/tie-sparse.ly index e00e10e648..e50139d6d7 100644 --- a/input/test/tie-sparse.ly +++ b/input/test/tie-sparse.ly @@ -1,13 +1,19 @@ +\version "1.3.146" +\header { + +texidoc = "setting sparseTies causes only one tie to be +generated per chord pair." + +} + + \score { \context Voice \notes\relative c { - - \context Voice { \property Voice.sparseTies = ##t - c'' ~ } - + c'' ~ } \paper { - linewidth=-1.0; + linewidth=-1.0 } \midi { } }