]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/using-ties-with-arpeggios.ly
Merge branch 'master' into nested-bookparts
[lilypond.git] / input / lsr / using-ties-with-arpeggios.ly
index 42bd0b3e5b26de795b7cfdd7036185528108a812..e41c86478fb471564edd9f2c4170c95a6fd26a0f 100644 (file)
@@ -1,6 +1,6 @@
 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
 %% This file is in the public domain.
-\version "2.11.61"
+\version "2.11.62"
 
 \header {
   lsrtags = "rhythms"
@@ -19,18 +19,22 @@ 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
 }