lilypond-user
[Top][All Lists]
Advanced

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

Re: Global Font Change?


From: Patrick Karl
Subject: Re: Global Font Change?
Date: Sat, 28 Aug 2010 21:03:22 -0500



From: Bernardo Barros <address@hidden>
Date: August 28, 2010 11:34:10 AM CDT
To: Christopher Meredith <address@hidden>
Subject: Re: Global Font Change?


sorry,

but why this works:
ls > trashme.txt

and not this:
lilypond -dshow-available-fonts x > trashme.txt


The difference is that "ls" makes its output to stdout while lilypond -dshow-available-fonts x makes its output to stderr.  You will get the result you want from the lilypond command if you write it so:

lilypond -dshow-available-fonts x 2>trashme.txt

reply via email to

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