]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: misplaced comments produce wrong HTML output.
authorFrancisco Vila <francisco.vila@hispalinux.es>
Fri, 7 Feb 2014 11:01:47 +0000 (12:01 +0100)
committerFrancisco Vila <francisco.vila@hispalinux.es>
Wed, 12 Feb 2014 12:00:16 +0000 (13:00 +0100)
Documentation/snippets/adding-a-figured-bass-above-or-below-the-notes.ly
Documentation/snippets/creating-a-delayed-turn.ly
Documentation/snippets/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly
Documentation/snippets/new/adding-a-figured-bass-above-or-below-the-notes.ly
Documentation/snippets/new/creating-a-delayed-turn.ly
Documentation/snippets/new/horizontally-aligning-custom-dynamics-e.g.-sempre-pp,-piu-f,-subito-p.ly

index 77d5beaa6009983d39b352cb2b931579d4cbf6c2..81f5a58be7dbae168516b025e9254166c92b2488 100644 (file)
@@ -36,7 +36,7 @@ bass = {
   \clef bass
   g4 b, c d
   e d8 c d2
-} % begin verbatim
+}
 
 continuo = \figuremode {
   <_>4 <6>4 <5/>4
index 298ea0520ee31cd5ffeea46cbd9372b676810629..54ee8c2b9dfa5ed900f478c7ecbea1484057729c 100644 (file)
@@ -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'' <<
index b336b35caf5dd57ff28804e2c7bab586698813ed..f1bfd0f9ddf3f0c05a7e2785baf53b1688b5e31a 100644 (file)
@@ -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 }
index 71dcf28a18877881a46ca1174220e8ac208bf7d2..ba346048986cb7c3566c4d581508023d525e3a39 100644 (file)
@@ -22,7 +22,7 @@ whole score.
 
 "
   doctitle = "Adding a figured bass above or below the notes"
-} % begin verbatim
+}
 
 
 bass = {
index 52558e13d625cea29ae6019910ce86cdfb3f848f..87223e9442f504591f9ce95f2a6f592932b2c281 100644 (file)
@@ -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'' {
index 0ff1ee530bf415cc854c65540e220e55867ad6d2..d1a58d8fc7ae94ee555fb3dc9e3a362976b495d9 100644 (file)
@@ -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" }