]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/changing-the-number-of-augmentation-dots-per-note.ly
font: rename draw_staff to draw_staff_if_debugging
[lilypond.git] / Documentation / snippets / changing-the-number-of-augmentation-dots-per-note.ly
index 6486531e597808d66d9ee9fc6edd23bbe3856862..38764d36f3f3ed3a4d939cb22275db211c2834fb 100644 (file)
@@ -4,14 +4,14 @@
 %% and then run scripts/auxiliar/makelsr.py
 %%
 %% This file is in the public domain.
-\version "2.17.11"
+\version "2.17.6"
 
 \header {
   lsrtags = "expressive-marks, rhythms"
 
   texidoc = "
-This code demonstrates how to change the number of augmentation dots on
-a single note.
+The number of augmentation dots on a single note can be changed
+indepently of the dots placed after the note.
 
 "
   doctitle = "Changing the number of augmentation dots per note"