From: Phil Holmes Date: Thu, 13 Feb 2014 09:59:22 +0000 (+0000) Subject: Updated snippet/new to remove spurios comments X-Git-Tag: release/2.18.2-1~7^2~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ad66802bc94e44bd6d4075013b8df3feea62fbe9;p=lilypond.git Updated snippet/new to remove spurios comments (cherry picked from commit 9ebf863c66aa2ec99dac4ff95511e1f7cddd7f87) --- 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..811df579ac 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 @@ -1,9 +1,3 @@ -%% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% Make any changes in LSR itself, or in Documentation/snippets/new/ , -%% and then run scripts/auxiliar/makelsr.py -%% -%% This file is in the public domain. \version "2.17.6" \header { @@ -22,7 +16,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..411707896b 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 @@ -1,9 +1,3 @@ -%% DO NOT EDIT this file manually; it is automatically -%% generated from LSR http://lsr.dsi.unimi.it -%% Make any changes in LSR itself, or in Documentation/snippets/new/ , -%% and then run scripts/auxiliar/makelsr.py -%% -%% This file is in the public domain. \version "2.17.6" \header { @@ -46,14 +40,9 @@ won't have any effect, only if one sets X-offset! Drawback: One needs to set @code{DynamicText #'X-offset}, which will apply to all dynamic texts! Also, it is aligned at the right edge of the additional text, 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" }