lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: where are the file created?


From: William Rehwinkel
Subject: Re: where are the file created?
Date: Fri, 20 Sep 2024 07:56:34 -0400
User-agent: Mozilla Thunderbird

You can try looking in C:/Users/Owner/AppData/Local/Temp/frescobaldi-00ou83l6/tmp2xammvvc/ , but it appears that you're using Frescobaldi and that program may or may not delete this temporary directory once the output files are generated.

Thanks,
-William

On 9/20/24 07:39, ming tsang wrote:
Hi lilyponders,
  the following code generates two files according to the log.
%%%
\paper {
   output-filename = "my_special_output"
}

\book {
   \paper {
     output-suffix = "menuetto"
   }
   \score {    \relative { c''4 d e f }  }
}
\book {
   \paper {
     output-suffix = "scherzo"
   }
   \score {    \relative { f''4 e d c }  }
}
%%%

and the log as below:
%%
%{
Starting lilypond.exe 2.25.18 [Untitled]...
Processing `C:/Users/Owner/AppData/Local/Temp/frescobaldi-00ou83l6/tmp2xammvvc/document.ly <http://document.ly>'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Converting to `my_special_output-menuetto.pdf'...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Converting to `my_special_output-scherzo.pdf'...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Converting to `my_special_output.pdf'...
Success: compilation successfully completed
Completed successfully in 0.6".
%}

--
ming (lyndon) tsang

--
William Rehwinkel (any pronouns)
Juilliard School '26 - Oberlin Conservatory '24
william@williamrehwinkel.net - https://williamrehwinkel.net
PGP Public Key: https://ftp.williamrehwinkel.net/pubkey.txt

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]