]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc: correct texinfo formatting in snippet
authorJean-Charles Malahieude <lilyfan@orange.fr>
Sun, 28 Dec 2014 15:50:40 +0000 (16:50 +0100)
committerJean-Charles Malahieude <lilyfan@orange.fr>
Sun, 28 Dec 2014 15:50:40 +0000 (16:50 +0100)
 @@file@{…@} -> @file{…}

Documentation/snippets/conducting-signs,-measure-grouping-signs.ly

index 514718f9bd6492de682430688fdb73bd49c4eeab..b0fc8eb5e776c35a37afced756949caaeb8e7393 100644 (file)
@@ -12,7 +12,7 @@
   texidoc = "
 Beat grouping within a measure is controlled by the context property
 @code{beatStructure}.  Values of @code{beatStructure} are established
-for many time signatures in @@file@{scm/time-signature-settings.scm@}.
+for many time signatures in @file{scm/time-signature-settings.scm}.
 Values of @code{beatStructure} can be changed or set with @code{\\set}.
 Alternatively, @code{\\time} can be used to both set the time signature
 and establish the beat structure. For this, you specify the internal
@@ -28,7 +28,7 @@ display contexts, measure grouping signs will be created.  Such signs
 ease reading rhythmically complex modern music. In the example, the 9/8
 measure is grouped in two different patterns using the two different
 methods, while the 5/8 measure is grouped according to the default
-setting in @@file@{scm/time-signature-settings.scm@}:
+setting in @file{scm/time-signature-settings.scm}:
 
 "
   doctitle = "Conducting signs measure grouping signs"