]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: NR Added glissando grob skip snippet to 1.3.3
authorJames Lowe <james.lowe@datacore.com>
Mon, 12 Dec 2011 21:19:27 +0000 (21:19 +0000)
committerJames Lowe <james.lowe@datacore.com>
Fri, 16 Dec 2011 08:47:09 +0000 (08:47 +0000)
Came out of dicussion on lilypond-user

Example used is part of reg tests

Documentation/notation/expressive.itely
Documentation/snippets/formatting-lyrics-syllables.ly
Documentation/snippets/glissandi-can-skip-grobs.ly [new file with mode: 0644]
Documentation/snippets/hymn-template.ly
Documentation/snippets/new/glissandi-can-skip-grobs.ly [new file with mode: 0644]
Documentation/snippets/partcombine-and-autobeamoff.ly
Documentation/snippets/staff-notation.snippet-list
Documentation/snippets/tweaks-and-overrides.snippet-list

index 908d9f993efa7c829651164034bfb5073134220d..062723812345198fe8af77b187b51d632f85c163 100644 (file)
@@ -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}
 
index e630d846406cb7eec24ad3345ce28237bc469b68..79a4efc3d14c6897155b48ad516accfb8092ea18 100644 (file)
@@ -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 (file)
index 0000000..cdb04fb
--- /dev/null
@@ -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,
+}
index c121eed510bcbc45fdd36e31e04f997abfd6925b..00ddc156383bf609e34d22ddf4ec620f0611e543 100644 (file)
@@ -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 (file)
index 0000000..9c0da29
--- /dev/null
@@ -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,
+}
index bb6f54ba509c15b66f17f5d79ad99d715646ceac..d5b3340110f01eb482dce8415f4e57613b42bbb7 100644 (file)
@@ -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
index 175294003d6d04da3fd798f7ecb9335f1ad38f63..66e304c880345b7ebaa5e9befa3caad26a338499 100644 (file)
@@ -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
index f6ecc202347d8ebe4c697af19ebf5e6bbbf39d31..971ed8b08fe58831676f0ea9bd139470d1285243 100644 (file)
@@ -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