Re: mistake in French version of \sourcefileline 1381

2017-11-24 Thread Jean-Charles Malahieude

Le 23/11/2017 à 18:25, Éric a écrit :

in the Learning page on line, french version, this is wrong :

\sourcefileline 1381
\relative {
   \time 12/16
   \omit Staff.TimeSignature.stencil
   c''4 b8 c d16 c d8 |
   g,8 a16 b8 c d4 e16 |
   e8
}


As in english version, it should be :
\sourcefileline 1381
\relative {
   \time 12/16
   \omit Staff.TimeSignature
   c''4 b8 c d16 c d8 |
   g,8 a16 b8 c d4 e16 |
   e8
}




A git grep in the source tree (Documentation/fr/learning) gave

git grep -n '\omit Staff.TimeSignature.stencil'
tweaks.itely:1385:  \omit Staff.TimeSignature.stencil


I will correct it over the weekend.

Cordialement,
Jean-Charles

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond


mistake in French version of \sourcefileline 1381

2017-11-23 Thread Éric
in the Learning page on line, french version, this is wrong : 

\sourcefileline 1381
\relative {
  \time 12/16
  \omit Staff.TimeSignature.stencil
  c''4 b8 c d16 c d8 |
  g,8 a16 b8 c d4 e16 |
  e8
}


As in english version, it should be : 
\sourcefileline 1381
\relative {
  \time 12/16
  \omit Staff.TimeSignature
  c''4 b8 c d16 c d8 |
  g,8 a16 b8 c d4 e16 |
  e8
}


Yours
Éric



--
Sent from: http://lilypond.1069038.n5.nabble.com/Bugs-f58488.html

___
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond