]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly
Add a TODO comment re grace note spacing.
[lilypond.git] / input / lsr / adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly
1 %% Do not edit this file; it is auto-generated from LSR http://lsr.dsi.unimi.it
2 %% This file is in the public domain.
3 \version "2.11.35"
4
5 \header {
6   lsrtags = "rhythms, expressive-marks"
7  texidoc = "
8 LilyPond syntax can involve many unusual placements for parentheses,
9 brackets etc., which might sometimes have to be interleaved.For
10 example, when entering a manual beam, the left square bracket has to be
11 placed after the starting note and its duration, not before. Similarly,
12 the right square bracket should directly follow the note which is to be
13 at the end of the requested beaming, even if this note happens to be
14 inside a tuplet section. This snippet demonstrates how to superpose
15 manual beaming, manual slurs, ties, and phrasing slurs, while using
16 tuplet sections (enclosed with curly braces).
17 " }
18 % begin verbatim
19 {
20   r16[ g16 \times 2/3 {r16 e'8] }
21   g16( a \times 2/3 {b d e') }
22   g8[( a \times 2/3 {b d') e'~]}
23   \times 4/5 {e'32\( a b d' e'} a'4.\)
24 }