I found some suspicious instances of @lilypond[fragment,...]
that were missing the "quote" option:

$ cd Documenation/notation
$ git grep -n -e "@lilypond\[.*fragment.*\]" --and \
  --not -e quote -- changing-defaults.itely rhythms.itely

changing-defaults.itely:2497
changing-defaults.itely:2552
changing-defaults.itely:2966
changing-defaults.itely:2983
rhythms.itely:1342
rhythms.itely:1354
rhythms.itely:1415

...which correspond to these locations in the docs:

2 cases in
NR 5.4.6 "Spanners - Using the line-spanner-interface",
one for glissando and one for stencil-offset:
http://lilypond.org/doc/v2.13/Documentation/notation/spanners

2 cases in NR 5.4.8 "Line styles":
http://lilypond.org/doc/v2.13/Documentation/notation/line-styles

3 cases in NR 1.2.3 "Displaying rhythms - Unmetered music":
http://lilypond.org/doc/v2.13/Documentation/notation/displaying-rhythms#unmetered-music

Should I just replace "fragment" with "quote", or are there
reasons to keep "fragment"?

- Mark


      

_______________________________________________
lilypond-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to