2005-04-01 Jan Nieuwenhuizen <janneke@gnu.org>
+ * input/test/dynamic-extra.ly (piuf): Use utf-8 iso TeX accent.
+
* Documentation/index.html.in: Add size estimates with some big pages.
* Documentation/user/tutorial.itely (Running LilyPond for the
texidoc = "@cindex Dynamic Piu Forte
Più forte dynamics is produced using @code{\markup}. " }
-piuf = \markup { \italic "pi\\`u" \dynamic "f" }
+piuf = \markup { \italic "più" \dynamic "f" }
-\score{
- \relative c''{
- c-\piuf
- c
- c2\< c2\!
-
- c2\< c2\!
- }
\layout{raggedright = ##t}
- }
+
+\relative c''{
+ c-\piuf
+ c
+ c2\< c2\!
+
+ c2\< c2\!
+}
%% Local Variables: