]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/new/changing-the-number-of-augmentation-dots-per-note.ly
Imported Upstream version 2.16.0
[lilypond.git] / Documentation / snippets / new / changing-the-number-of-augmentation-dots-per-note.ly
diff --git a/Documentation/snippets/new/changing-the-number-of-augmentation-dots-per-note.ly b/Documentation/snippets/new/changing-the-number-of-augmentation-dots-per-note.ly
deleted file mode 100644 (file)
index 8d7a6c1..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-\version "2.14.0"
-\header {
-  lsrtags = "rhythms,expressive-marks"
-  texidoc = "This code demonstrates how to change the number of
-augmentation dots on a single note."
-  doctitle = "Changing the number of augmentation dots per note"
-}
-
-\relative c' {
-  c4.. a16 r2 |
-  \override Dots #'dot-count = #4
-  c4.. a16 r2 |
-  \override Dots #'dot-count = #0
-  c4.. a16 r2 |
-  \revert Dots #'dot-count
-  c4.. a16 r2 |
-}