From: James Lowe Date: Mon, 12 Dec 2011 21:19:27 +0000 (+0000) Subject: Doc: NR Added glissando grob skip snippet to 1.3.3 X-Git-Tag: release/2.15.23-1~20 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5a5f2d8e3f73a79e60d9908fbe7bdf5af4afa926;p=lilypond.git Doc: NR Added glissando grob skip snippet to 1.3.3 Came out of dicussion on lilypond-user Example used is part of reg tests --- diff --git a/Documentation/notation/expressive.itely b/Documentation/notation/expressive.itely index 908d9f993e..0627238123 100644 --- a/Documentation/notation/expressive.itely +++ b/Documentation/notation/expressive.itely @@ -1054,6 +1054,9 @@ Different styles of glissandi can be created. For details, see @snippets +@lilypondfile[verbatim,quote,texidoc,doctitle] +{glissandi-can-skip-grobs.ly} + @lilypondfile[verbatim,quote,texidoc,doctitle] {contemporary-glissando.ly} diff --git a/Documentation/snippets/formatting-lyrics-syllables.ly b/Documentation/snippets/formatting-lyrics-syllables.ly index e630d84640..79a4efc3d1 100644 --- a/Documentation/snippets/formatting-lyrics-syllables.ly +++ b/Documentation/snippets/formatting-lyrics-syllables.ly @@ -16,7 +16,6 @@ zu formatieren. " doctitlede = "Silben im Gesangstext formatieren" - %% Translation of GIT committish: f88e964fea14c10b48787ec9f4b5f8261a23de48 texidocfr = " Le mode markup permet d'individualiser la mise en forme de certaines syllabes. diff --git a/Documentation/snippets/glissandi-can-skip-grobs.ly b/Documentation/snippets/glissandi-can-skip-grobs.ly new file mode 100644 index 0000000000..cdb04fb9c1 --- /dev/null +++ b/Documentation/snippets/glissandi-can-skip-grobs.ly @@ -0,0 +1,19 @@ +% DO NOT EDIT this file manually; it is automatically +% generated from Documentation/snippets/new +% Make any changes in Documentation/snippets/new/ +% and then run scripts/auxiliar/makelsr.py +% +% This file is in the public domain. +%% Note: this file works from version 2.15.12 +\version "2.15.12" + +\header { + lsrtags = "expressive marks, staff-notation, tweaks-and-overrides" + texidoc = "@code{NoteColumn} grobs can be skipped over by glissandi." +} + +\relative c' { + a2 \glissando + \once \override NoteColumn #'glissando-skip = ##t + f''4 d, +} diff --git a/Documentation/snippets/hymn-template.ly b/Documentation/snippets/hymn-template.ly index c121eed510..00ddc15638 100644 --- a/Documentation/snippets/hymn-template.ly +++ b/Documentation/snippets/hymn-template.ly @@ -27,7 +27,6 @@ strofe come testo separato sotto la musica. " doctitleit = "Modello per inno" - %% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 texidocde = " diff --git a/Documentation/snippets/new/glissandi-can-skip-grobs.ly b/Documentation/snippets/new/glissandi-can-skip-grobs.ly new file mode 100644 index 0000000000..9c0da297bd --- /dev/null +++ b/Documentation/snippets/new/glissandi-can-skip-grobs.ly @@ -0,0 +1,12 @@ +\version "2.15.12" + +\header { + lsrtags = "expressive marks, staff-notation, tweaks-and-overrides" + texidoc = "@code{NoteColumn} grobs can be skipped over by glissandi." +} + +\relative c' { + a2 \glissando + \once \override NoteColumn #'glissando-skip = ##t + f''4 d, +} diff --git a/Documentation/snippets/partcombine-and-autobeamoff.ly b/Documentation/snippets/partcombine-and-autobeamoff.ly index bb6f54ba50..d5b3340110 100644 --- a/Documentation/snippets/partcombine-and-autobeamoff.ly +++ b/Documentation/snippets/partcombine-and-autobeamoff.ly @@ -47,7 +47,6 @@ necesario hacer tres llamadas a @code{\\autoBeamOff}. " doctitlees = "Partcombine y autoBeamOff" - %% Translation of GIT committish: ab9e3136d78bfaf15cc6d77ed1975d252c3fe506 texidocde = " @@ -79,7 +78,6 @@ wenn man es mit @code{\\partcombine} verwendet, muss @code{\\autoBeamOff} " doctitlede = "Partcombine und autoBeamOff" - %% Translation of GIT committish: e1a149d0cc60b02e86209387958f4028567dd366 texidocfr = " Le fonction @code{@bs{}autoBeamOff} dans le cadre d'un diff --git a/Documentation/snippets/staff-notation.snippet-list b/Documentation/snippets/staff-notation.snippet-list index 175294003d..66e304c880 100644 --- a/Documentation/snippets/staff-notation.snippet-list +++ b/Documentation/snippets/staff-notation.snippet-list @@ -9,6 +9,7 @@ creating-blank-staves.ly creating-double-digit-fingerings.ly display-bracket-with-only-one-staff-in-a-system.ly forcing-measure-width-to-adapt-to-metronomemarks-width.ly +glissandi-can-skip-grobs.ly how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-1.ly how-to-print-two-rehearsal-marks-above-and-below-the-same-barline-method-2.ly incipit.ly diff --git a/Documentation/snippets/tweaks-and-overrides.snippet-list b/Documentation/snippets/tweaks-and-overrides.snippet-list index f6ecc20234..971ed8b08f 100644 --- a/Documentation/snippets/tweaks-and-overrides.snippet-list +++ b/Documentation/snippets/tweaks-and-overrides.snippet-list @@ -35,6 +35,7 @@ fine-tuning-pedal-brackets.ly forcing-horizontal-shift-of-notes.ly fret-diagrams-explained-and-developed.ly generating-custom-flags.ly +glissandi-can-skip-grobs.ly hairpins-with-different-line-styles.ly horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly how-to-change-fret-diagram-position.ly