X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=input%2Flsr%2Fadding-beams%2C-slurs%2C-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly;h=ac04ab922758e60cc39d75d0070d10d066f41cec;hb=edf17353d89f4f6bd831466262402bb9151a26ca;hp=899d2503f5583fe6b9d9b7a2e0111610b1df5f48;hpb=537258dbe70c07593fbdf41840ff17d4edf4b333;p=lilypond.git diff --git a/input/lsr/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly b/input/lsr/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly index 899d2503f5..ac04ab9227 100644 --- a/input/lsr/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly +++ b/input/lsr/adding-beams,-slurs,-ties-etc.-when-using-tuplet-and-non-tuplet-rythms..ly @@ -1,10 +1,11 @@ %% 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" +\version "2.11.51" \header { lsrtags = "rhythms, expressive-marks" - texidoc = " + + 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 @@ -14,11 +15,14 @@ at the end of the requested beaming, even if this note happens to be inside a tuplet section. This snippet demonstrates how to combine manual beaming, manual slurs, ties and phrasing slurs with tuplet sections (enclosed within curly braces). -" } -% begin verbatim + +" + doctitle = "Adding beams, slurs, ties etc. when using tuplet and non-tuplet rythms." +} % 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']~ } + \time 2/4 \times 4/5 { e'32\( a b d' e' } a'4.\) }