X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Fscm-option.cc;h=fca566f9bde50e8602b89f29d3b337b974973faa;hb=91ad96d55a9848ab482d0946987aaa68af76d357;hp=e924020aa78624e2e7fa332c23fe054b45d05849;hpb=4fa72ffd9d061316baef7d011e5bdb7fde84b3a2;p=lilypond.git diff --git a/lily/scm-option.cc b/lily/scm-option.cc index e924020aa7..fca566f9bd 100644 --- a/lily/scm-option.cc +++ b/lily/scm-option.cc @@ -7,7 +7,7 @@ */ -#include +#include #include "string.hh" #include "lily-guile.hh" @@ -72,7 +72,7 @@ This function is useful to call from the command line: @code{lilypond -e */ if (var == ly_symbol2scm ("help")) { - cout << _("lilypond -e EXPR means + std::cout << _("lilypond -e EXPR means evalute EXPR as Scheme after init.scm has been read. In particular, the function set-lily-option allows for access to some internal @@ -81,12 +81,12 @@ variables. Usage: (set-lily-option SYMBOL VAL) possible options for SYMBOL are : -").ch_C()<