There isn't an @@file: the description is copied below.  I'm assuming that the 
LSR export routine knows that it has to escape @ and { and so replaces them 
with @@ and @{.  I know it also replaces <code> with @code{, but am not sure 
whether <file> would work, since it's not valid HTML: it would also not look 
good on the web version of the LSR.  So I think <code> might be the best bet.

Existing description:

Beat grouping within a measure is controlled by the context property
<code>beatStructure</code>.  Values of <code>beatStructure</code> are
established for many time signatures in
@file{scm/time-signature-settings.scm}.  Values of <code>beatStructure</code>
can be changed or set with <code>\set</code>.
Alternatively, <code>\time</code> can be used to both
set the time signature and establish the beat structure.
For this, you specify the internal grouping of beats in a measure
as a list of numbers (in Scheme syntax) before the time signature.

<code>\time</code> applies to the <code>Timing</code> context, so it will not
reset values of <code>beatStructure</code> or <code>baseMoment</code> that are 
set
in other lower-level contexts, such as <code>Voice</code>.

If the <code>Measure_grouping_engraver</code> is included
in one of the 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}:

--
Phil Holmes


  ----- Original Message ----- 
  From: Federico Bruni 
  To: Phil Holmes 
  Cc: Devel ; Jean-Charles Malahieude 
  Sent: Friday, January 02, 2015 9:42 AM
  Subject: Re: LSR item 523, fix typo




  2015-01-02 10:25 GMT+01:00 Phil Holmes <m...@philholmes.net>:

       Doc: correct texinfo formatting in snippet

          @@file@{…@} -> @file{…}

      This fix will be undone by  the next LSR import.
      You should ask someone with write privilege to fix it on the LSR server:
      http://lsr.di.unimi.it/LSR/Item?id=523




    I could do it, but am not sure of what to replace the 'file' tag with: 
<code> ??


  probably I don't undetstand your question..

  AFAICS you should just change @@file to @file

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to