%% DO NOT EDIT this file manually; it is automatically %% generated from LSR http://lsr.dsi.unimi.it %% Make any changes in LSR itself, or in Documentation/snippets/new/ , %% and then run scripts/auxiliar/makelsr.py %% %% This file is in the public domain. \version "2.16.0" \header { lsrtags = "rhythms" texidoc = " Ties are sometimes used to write out arpeggios. In this case, two tied notes need not be consecutive. This can be achieved by setting the @code{tieWaitForNote} property to @code{#t}. The same feature is also useful, for example, to tie a tremolo to a chord, but in principle, it can also be used for ordinary consecutive notes. " doctitle = "Using ties with arpeggios" } % begin verbatim \relative c' { \set tieWaitForNote = ##t \grace { c16[ ~ e ~ g] ~ } 2 \repeat tremolo 8 { c32 ~ c' ~ } 1 e8 ~ c ~ a ~ f ~ 2 \tieUp c8 ~ a \tieDown \tieDotted g8 ~ c g2 }