lilypond-user
[Top][All Lists]
Advanced

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

Re: very simple question re; verbose?


From: Mats Bengtsson
Subject: Re: very simple question re; verbose?
Date: Sat, 18 Jun 2005 21:48:31 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050511

I'm not sure what you need. From the lilypond manual or the command
lilypond --help, you can find the flags to get more verbose printouts
from the program. If you need to save to to a log file since it scrolls
away too quickly, then you can do
lilypond --verbose myfile.ly > logfile 2>&1
if you use bash as your shell or
lilypond --verbose myfile.ly >& logfile
if you use csh or tcsh.

   /Mats

Jay Hamilton, Sound and Silence wrote:
Hello- this is probably a basic linux type question- however.
I have a file that I have been editing from midi to lily.
I finally have it so there are no line break problems but then suddenly there is something about lyric and to find the problem run it in verbose.

I don't know how to do that.

Thank you for your patience


--
=============================================
        Mats Bengtsson
        Signal Processing
        Signals, Sensors and Systems
        Royal Institute of Technology
        SE-100 44  STOCKHOLM
        Sweden
        Phone: (+46) 8 790 8463                         
        Fax:   (+46) 8 790 7260
        Email: address@hidden
        WWW: http://www.s3.kth.se/~mabe
=============================================




reply via email to

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