From b8f58d9897229562d1fb2dc558f8f4309005008d Mon Sep 17 00:00:00 2001 From: Francisco Vila Date: Fri, 7 Feb 2014 12:01:47 +0100 Subject: [PATCH] Doc: misplaced comments produce wrong HTML output. --- .../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, 6 insertions(+), 7 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 77d5beaa60..81f5a58be7 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 298ea0520e..54ee8c2b9d 100644 --- a/Documentation/snippets/creating-a-delayed-turn.ly +++ b/Documentation/snippets/creating-a-delayed-turn.ly @@ -25,8 +25,7 @@ horizontal position. \relative c'' { c2*2/3 ( s2*1/3\turn d4) r << - { c4.( d8) } % begin verbatim - + { c4.( d8) } { 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 b336b35caf..f1bfd0f9dd 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" } % begin verbatim +\header { title = "Horizontally aligning custom dynamics" } \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 71dcf28a18..ba34604898 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 52558e13d6..87223e9442 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 0ff1ee530b..d1a58d8fc7 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.2