]> git.donarmstrong.com Git - lilypond.git/blobdiff - input/lsr/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly
Merge commit 'ce4b499'
[lilypond.git] / input / lsr / adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly
index 56d25a0d66584bb7bbe4e08c8ea1c763e33ceff2..15d77cbcffe4245d197c82572f918a890cccf3c7 100644 (file)
@@ -1,8 +1,10 @@
-%% Do not edit this file; it is auto-generated from LSR!
-%% Tags: rhythms, expressive-marks
-\version "2.11.35"
+%% 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.38"
 
-\header { texidoc = "
+\header {
+  lsrtags = "rhythms, expressive-marks"
+ texidoc = "
 LilyPond syntax can involve many unusual placements for parentheses,
 brackets etc., which might sometimes have to be interleaved.For
 example, when entering a manual beam, the left square bracket has to be
@@ -13,13 +15,10 @@ inside a tuplet section. This snippet demonstrates how to superpose
 manual beaming, manual slurs, ties, and phrasing slurs, while using
 tuplet sections (enclosed with curly braces).
 " }
-
+% begin verbatim
 {
   r16[ g16 \times 2/3 {r16 e'8] }
-  
- g16( a \times 2/3 {b d e') }
- g8[( a \times 2/3 {b d') e'~]}
- \times 4/5 {e'32\( a b d' e'} a'4.\)
+  g16( a \times 2/3 {b d e') }
+  g8[( a \times 2/3 {b d') e'~]}
+  \times 4/5 {e'32\( a b d' e'} a'4.\)
 }