From: gpercival Date: Tue, 14 Mar 2006 18:17:09 +0000 (+0000) Subject: Small fix from mailist. X-Git-Tag: release/2.8.2~89 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1a4254d41ec98732e0cf9671f8bbad9f89d355db;p=lilypond.git Small fix from mailist. --- diff --git a/Documentation/user/global.itely b/Documentation/user/global.itely index abc8f6c5c7..6bc1a66891 100644 --- a/Documentation/user/global.itely +++ b/Documentation/user/global.itely @@ -459,12 +459,12 @@ Here is a short example. composer = "Composer" @} \header @{ - title = "Title" + piece = "Piece" @} \score @{ \new Staff @{ c'4 @} \header @{ - title = "New title" % overwrite previous one + piece = "New piece" % overwrite previous one @} @} @end example