From: Jan Nieuwenhuizen Date: Fri, 1 Apr 2005 14:36:40 +0000 (+0000) Subject: (piuf): Use utf-8 iso TeX accent. X-Git-Tag: release/2.5.18~27 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=899662a91f13473beaeeb9af7d57b7352a4f85ee;p=lilypond.git (piuf): Use utf-8 iso TeX accent. --- diff --git a/ChangeLog b/ChangeLog index 3452809d16..f3416bb081 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-04-01 Jan Nieuwenhuizen + * 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 diff --git a/input/test/dynamic-extra.ly b/input/test/dynamic-extra.ly index b9a80203e0..05e6072945 100644 --- a/input/test/dynamic-extra.ly +++ b/input/test/dynamic-extra.ly @@ -5,18 +5,17 @@ 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: