Works now :) Thank you. Is there any way to have these numbers displayed in log file on Windows?

 

Dnia 20-10-2013 o godz. 18:06 Phil Holmes napisał(a):

Try running lilypond simply from the command line, with no options to create the logfile (i.e. no redirection, no -dgui).

--
Phil Holmes
 
 
----- Original Message -----
Sent: Sunday, October 20, 2013 3:58 PM
Subject: Re: Symmetrical ties in TieColumn
 

No numbers in log file.

 

After generating PDF from this code:

 

==========

\version "2.17.28"

{
  \override Tie.after-line-breaking =
  #(lambda (grob)
    (display (ly:grob-property grob 'control-points))
    (newline))

  c'1~ c'1
}

==========

 

I get the following log:

 

==========

# -*-compilation-*-
Processing `C:/Users/Karol/Desktop/p.ly'
Parsing...
Interpreting music...
Preprocessing graphical objects...
Finding the ideal number of pages...
Fitting music on 1 page...
Drawing systems...
Layout output to `/Users/Karol/Desktop/p.ps'...
Converting to `/Users/Karol/Desktop/p.pdf'...
Success: compilation successfully completed
==========

 

Can anyone reproduce this behavior on Windows?

 

 

Karol

 

 

Dnia 20-10-2013 o godz. 13:46 David Nalesnik napisał(a):




On Sun, Oct 20, 2013 at 6:20 AM, Karol Majewski <karo...@wp.pl> wrote:
I must be doing something wrong. Where are the numbers? In PDF? In separate file?

I use version 2.17.28 on Windows 7. Perhaps it is Windows issue?
 
The numbers are in the log.





 

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user




_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to