From: Francisco Vila Date: Fri, 10 Oct 2008 21:28:00 +0000 (+0200) Subject: Doc-es: Fix custos example. X-Git-Tag: release/2.11.63-1~57^2~7^2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=600ad0a84941c6f4ab200312b168337812edadca;p=lilypond.git Doc-es: Fix custos example. --- diff --git a/Documentation/es/user/ancient.itely b/Documentation/es/user/ancient.itely index d221454d23..d074f8fb31 100644 --- a/Documentation/es/user/ancient.itely +++ b/Documentation/es/user/ancient.itely @@ -1,7 +1,7 @@ @c -*- coding: utf-8; mode: texinfo; documentlanguage: es -*- @c This file is part of lilypond.tely @ignore - Translation of GIT committish: 635c9ec04620eaf1303e3ab3c04c8a7d6e0a9fe4 + Translation of GIT committish: 6c367cb1ca6f8c7c0eef6cf0d9405df713495ab5 When revising a translation, copy the HEAD committish of the version that you are working on. See TRANSLATION for details. @@ -253,28 +253,19 @@ Para tipografiar las custodias, simplemente coloque un grabador custos con una instrucción @code{\override} si lo desea, como se muestra en el ejemplo siguiente: -@example -\layout @{ - \context @{ - \Staff - \consists Custos_engraver - Custos \override #'style = #'mensural - @} -@} -@end example - -El resultado tendrá este aspecto: - @lilypond[quote,ragged-right] \score { -{ - a'1 - \override Staff.Custos #'style = #'mensural - \break - g' -} -\layout { - \context { \Staff \consists Custos_engraver } + \relative c'' { + a1 + \break + g + } + \layout { + \context { + \Staff + \consists Custos_engraver + \override Custos #'style = #'mensural + } } } @end lilypond