]> git.donarmstrong.com Git - lilypond.git/blobdiff - Documentation/user/advanced-notation.itely
reverted unwanted commits
[lilypond.git] / Documentation / user / advanced-notation.itely
index f446039c5c397acecf61dd1d3533424642264e0f..1bb72ecc824cdc5168a0464218708319090b6ac3 100644 (file)
@@ -493,12 +493,12 @@ then set the
 
 @lilypond[fragment,verbatim]
 {
-%  \override Staff.TimeSignature #'font-name = #"Charter"
-%  \override Staff.TimeSignature #'font-size = #2
+  \override Staff.TimeSignature #'font-name = #"Charter"
+  \override Staff.TimeSignature #'font-size = #2
   \time 3/4
   c'1_\markup {
-%    \override #'(font-name . "Vera Bold")
-%      { This text is in Vera Bold }
+    \override #'(font-name . "Vera Bold")
+      { This text is in Vera Bold }
   }
 }
 @end lilypond