From 12de50bb347074ba48e01b3d8b8c925d5978e0e4 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Thu, 13 Feb 2014 10:13:42 +0100 Subject: [PATCH] Revert "Doc: misplaced comments produce wrong HTML output." This reverts commit b8f58d9897229562d1fb2dc558f8f4309005008d. --- .../snippets/adding-a-figured-bass-above-or-below-the-notes.ly | 2 +- Documentation/snippets/creating-a-delayed-turn.ly | 3 ++- ...aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly | 2 +- .../new/adding-a-figured-bass-above-or-below-the-notes.ly | 2 +- Documentation/snippets/new/creating-a-delayed-turn.ly | 2 +- ...aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly | 2 +- 6 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly b/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly index 81f5a58be7..77d5beaa60 100644 --- a/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly +++ b/Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly @@ -36,7 +36,7 @@ bass = { \clef bass g4 b, c d e d8 c d2 -} +} % begin verbatim continuo = \figuremode { <_>4 <6>4 <5/>4 diff --git a/Documentation/snippets/creating-a-delayed-turn.ly b/Documentation/snippets/creating-a-delayed-turn.ly index 54ee8c2b9d..298ea0520e 100644 --- a/Documentation/snippets/creating-a-delayed-turn.ly +++ b/Documentation/snippets/creating-a-delayed-turn.ly @@ -25,7 +25,8 @@ horizontal position. \relative c'' { c2*2/3 ( s2*1/3\turn d4) r << - { c4.( d8) } + { c4.( d8) } % begin verbatim + { s4 s\turn } >> \transpose c d \relative c'' << diff --git a/Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly b/Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly index f1bfd0f9dd..b336b35caf 100644 --- a/Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly +++ b/Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly @@ -62,7 +62,7 @@ not at the center of pp. } % begin verbatim -\header { title = "Horizontally aligning custom dynamics" } +\header { title = "Horizontally aligning custom dynamics" } % begin verbatim \paper { ragged-right = ##f } diff --git a/Documentation/snippets/new/adding-a-figured-bass-above-or-below-the-notes.ly b/Documentation/snippets/new/adding-a-figured-bass-above-or-below-the-notes.ly index ba34604898..71dcf28a18 100644 --- a/Documentation/snippets/new/adding-a-figured-bass-above-or-below-the-notes.ly +++ b/Documentation/snippets/new/adding-a-figured-bass-above-or-below-the-notes.ly @@ -22,7 +22,7 @@ whole score. " doctitle = "Adding a figured bass above or below the notes" -} +} % begin verbatim bass = { diff --git a/Documentation/snippets/new/creating-a-delayed-turn.ly b/Documentation/snippets/new/creating-a-delayed-turn.ly index 87223e9442..52558e13d6 100644 --- a/Documentation/snippets/new/creating-a-delayed-turn.ly +++ b/Documentation/snippets/new/creating-a-delayed-turn.ly @@ -12,7 +12,7 @@ property}. Changing the fractions @code{2/3} and @code{1/3} adjusts the horizontal position. " doctitle = "Creating a delayed turn" -} +} % begin verbatim \relative c'' { diff --git a/Documentation/snippets/new/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly b/Documentation/snippets/new/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly index d1a58d8fc7..0ff1ee530b 100644 --- a/Documentation/snippets/new/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly +++ b/Documentation/snippets/new/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly @@ -52,7 +52,7 @@ not at the center of pp. " doctitle = "Horizontally aligning custom dynamics (e.g. \"sempre pp\" \"piu f\" \"subito p\")" -} +} % begin verbatim \header { title = "Horizontally aligning custom dynamics" } -- 2.39.5