]> git.donarmstrong.com Git - lilypond.git/blob - input/lsr/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond
[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.38"
4
5 \header {
6   lsrtags = "rhythms, expressive-marks"
7
8   texidoc = "
9 LilyPond syntax can involve many unusual placements for parentheses,
10 brackets etc., which might sometimes have to be interleaved. For
11 example, when entering a manual beam, the left square bracket has to be
12 placed after the starting note and its duration, not before. Similarly,
13 the right square bracket should directly follow the note which is to be
14 at the end of the requested beaming, even if this note happens to be
15 inside a tuplet section. This snippet demonstrates how to combine
16 manual beaming, manual slurs, ties and phrasing slurs with tuplet
17 sections (enclosed within curly braces). 
18
19 "
20   doctitle = "Adding beams, slurs, ties etc. when using tuplet and non-tuplet rythms."
21 } % begin verbatim
22 {
23   r16[ g16 \times 2/3 { r16 e'8] }
24   g16( a \times 2/3 { b d e') }
25   g8[( a \times 2/3 { b d') e']~ }
26   \times 4/5 { e'32\( a b d' e' } a'4.\)
27 }