]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/using-ties-with-arpeggios.ly
LSR: Update.
[lilypond.git] / input / lsr / using-ties-with-arpeggios.ly
index 1329b222238ba92503c97164dcc482559caf698a..7a73f33fea70f2b7caac8a568c5d1ddf2d1e575f 100644 (file)
@@ -19,18 +19,21 @@ como se muestra en este ejemplo.
   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 \"true\".  The same feature is also
+@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, as demonstrated in
-this example. 
+can also be used for ordinary consecutive notes. 
 
 "
   doctitle = "Using ties with arpeggios"
 } % begin verbatim
 \relative c' {
   \set tieWaitForNote = ##t
-  \grace { c16[~ e~ g]~ } <c, e g>2
-  \repeat tremolo 8 { c32~ c'~ } <c c,>1
-  e8~ c~ a~ f~ <e' c a f>2
-  \tieUp c8~ a \tieDown \tieDotted g~ c g2
+  \grace { c16[ ~ e ~ g] ~ } <c, e g>2
+  \repeat tremolo 8 { c32 ~ c' ~ } <c c,>1
+  e8 ~ c ~ a ~ f ~ <e' c a f>2
+  \tieUp
+  c8 ~ a
+  \tieDown
+  \tieDotted
+  g8 ~ c g2
 }