]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/snippets/non-default-tuplet-numbers.ly
Merge remote-tracking branch 'origin/master' into translation
[lilypond.git] / Documentation / snippets / non-default-tuplet-numbers.ly
index 575feba3f69b8db01cb8328283f938101ba4fced..059e9241d0b9b2a61ae08d1fe494d04a62545276 100644 (file)
@@ -1,10 +1,10 @@
 %% DO NOT EDIT this file manually; it is automatically
-%% generated from LSR http://lsr.dsi.unimi.it
+%% generated from LSR http://lsr.di.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.17.20"
+\version "2.18.0"
 
 \header {
   lsrtags = "rhythms"
@@ -29,7 +29,6 @@ to the tuplet number or tuplet fraction.
     #(tuplet-number::append-note-wrapper
       (tuplet-number::non-default-tuplet-fraction-text 12 7) "8")
   \tuplet 3/2  { c4. c4. c4. c4. }
-
   \once \override TupletNumber.text =
     #(tuplet-number::append-note-wrapper
       tuplet-number::calc-denominator-text "4")
@@ -38,7 +37,6 @@ to the tuplet number or tuplet fraction.
     #(tuplet-number::append-note-wrapper
       tuplet-number::calc-fraction-text "4")
   \tuplet 3/2  { c8 c8 c8 c8 c8 c8 }
-
   \once \override TupletNumber.text =
     #(tuplet-number::fraction-with-notes "4." "8")
   \tuplet 3/2  { c4. c4. c4. c4. }