Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1536)

Unified Diff: Documentation/snippets/piano-template-simple.ly

Issue 583000043: Remove spurious '% begin verbatim' in Documentation/snippets/new (Closed)
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Documentation/snippets/piano-template-simple.ly
diff --git a/Documentation/snippets/piano-template-simple.ly b/Documentation/snippets/piano-template-simple.ly
index 278d0195dad298b6db0dd9b4c512b42b66a2bd4a..1865d7f158a141c282fcf65cf321a3721358e43b 100644
--- a/Documentation/snippets/piano-template-simple.ly
+++ b/Documentation/snippets/piano-template-simple.ly
@@ -17,14 +17,14 @@ Here is a simple piano staff with some notes.
doctitle = "Piano template (simple)"
} % begin verbatim
+
upper = \relative c'' {
\clef treble
\key c \major
\time 4/4
a4 b c d
-} % begin verbatim
-
+}
lower = \relative c {
\clef bass

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b