Home
last modified time | relevance | path

Searched refs:fLilypondCompileDate (Results 1 – 3 of 3) sorted by relevance

/dports/audio/libmusicxml/libmusicxml-3.18/src/lilypond/
H A DlilypondOah.cpp2996 fLilypondCompileDate = boolOptionsInitialValue; in initializeCodeGenerationOptions()
3005 fLilypondCompileDate)); in initializeCodeGenerationOptions()
3463 clone->fLilypondCompileDate = in createCloneWithDetailedTrace()
3464 fLilypondCompileDate; in createCloneWithDetailedTrace()
4133 booleanAsString (fLilypondCompileDate) << in printAtomOptionsValues()
4638 booleanAsString (fLilypondCompileDate) << in printLilypondOahValues()
H A DlpsrScores.cpp223 if (gLilypondOah->fLilypondCompileDate) { in lpsrScore()
331 if (gLilypondOah->fLilypondCompileDate) { in lpsrScore()
H A DlilypondOah.h984 bool fLilypondCompileDate; variable