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

Unified Diff: Documentation/notation/cheatsheet.itely

Issue 1242044: Doc: NR: Reformat ly code. (Closed)
Patch Set: Make changes requested by Graham. Created 13 years, 10 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/notation/cheatsheet.itely
diff --git a/Documentation/notation/cheatsheet.itely b/Documentation/notation/cheatsheet.itely
index 46e71ede16b99d9e7d5bd37a42474247c633d038..5462a3c46f364251a4fb5d4d2a4aa6a0d785cdc8 100644
--- a/Documentation/notation/cheatsheet.itely
+++ b/Documentation/notation/cheatsheet.itely
@@ -40,7 +40,7 @@ c1 c2 c8 c16
c4. c4..
@end lilypond
-@item @code{c d e f g a b }
+@item @code{c d e f g a b}
@tab scale
@tab
@lilypond[fragment,relative=1,notime]
@@ -54,17 +54,17 @@ c d e f g a b
fis bes
@end lilypond
-@item @code{\clef treble \clef bass }
+@item @code{\clef "treble" \clef "bass"}
@tab clefs
@tab
@lilypond[fragment,notime]
-\clef treble
+\clef "treble"
s4_" "
-\clef bass
+\clef "bass"
s4_" "
@end lilypond
-@item @code{\time 3/4 \time 4/4 }
+@item @code{\time 3/4 \time 4/4}
@tab time signature
@tab
@lilypond[fragment]
@@ -84,20 +84,20 @@ s16_" "
r4 r8
@end lilypond
-@item @code{d ~ d}
+@item @code{d~ d}
@tab tie
@tab
@lilypond[relative=2,notime,fragment]
\set Score.timing = ##f
\set Staff.autoBeaming = ##f
-d ~ d
+d~ d
@end lilypond
-@item @code{\key es \major }
+@item @code{\key es \major}
@tab key signature
@tab
@lilypond[notime,fragment]
-\clef treble
+\clef "treble"
\key es \major
\hideNotes
c128

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