`subsubtitle' option not documented

2004-07-26 Thread Werner LEMBERG

[lilypond 2.2.5]

The `subsubtitle' keyword for the `lilypond' script isn't documented.


Werner


___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


'make all' fails on CVS ChangeLog 1.2405

2004-07-26 Thread David Bobroff
I'm still getting 'make' failures on CVS.  I even tried a fresh checkout
and got this just before it crapped out (RedHat 9):

   -W -Wall -Wconversion  -o out/break-align-engraver.o
break-align-engraver.cc
rm -f ./out/break-align-interface.dep;
DEPENDENCIES_OUTPUT=./out/break-align-interface.dep
./out/break-align-interface.o g++ -c   -DHAVE_CONFIG_H 
-DSTRING_UTILS_INLINED -Iinclude -I./out -I../flower/include
-I../flower/./out -I../flower/include -O2 -finline-functions -g -pipe  
-I/usr/include/python2.2   -O2 -finline-functions -g -pipe  
-I/usr/include/python2.2   -W -Wall -Wconversion  -o
out/break-align-interface.o break-align-interface.cc
rm -f ./out/break-substitution.dep;
DEPENDENCIES_OUTPUT=./out/break-substitution.dep
./out/break-substitution.o g++ -c   -DHAVE_CONFIG_H 
-DSTRING_UTILS_INLINED -Iinclude -I./out -I../flower/include
-I../flower/./out -I../flower/include -O2 -finline-functions -g -pipe  
-I/usr/include/python2.2   -O2 -finline-functions -g -pipe  
-I/usr/include/python2.2   -W -Wall -Wconversion  -o
out/break-substitution.o break-substitution.cc
break-substitution.cc: In function `scm_unused_struct*
substitute_grob(Grob*)':
break-substitution.cc:22: `scm_is_integer' undeclared (first use this
function)
break-substitution.cc:22: (Each undeclared identifier is reported only
once for
   each function it appears in.)
make[1]: *** [out/break-substitution.o] Error 1
make[1]: Leaving directory `/usr/src/lilypond/lily'
make: *** [all] Error 2
[EMAIL PROTECTED] lilypond]#

-David



___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


'make all' fails on CVS ChangeLog 1.2405

2004-07-26 Thread Han-Wen Nienhuys

[EMAIL PROTECTED] writes:
 I'm still getting 'make' failures on CVS.  I even tried a fresh checkout
 and got this just before it crapped out (RedHat 9):

opps, there was a typo in my last fix. Should be ok now.

-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


leftmargin and page layout

2004-07-26 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] writes:
 Hi,
 
 I implemented leftmargin in the \bookpaper block. rightmargin as an
 option is still missing, but one can set it's value indirectly by
 setting leftmargin and linewidth:
 
 \bookpaper {
 leftmargin = 3\cm
 linewidth = 14\cm
 }
 
 if paper in this example is a4 (21 cm) rightmargin will be 4cm.
 
 It seems that that if the \paper block exists the linewidth command
 above will not work well.
 
 I have a few questions:
 
 1. what is the difference between \bookpaper and \paper? I see that
 some variables can be set on both. As I mentioned above, if I had
 both \bookpaper and \paper the result could be weired.

\bookpaper and \paper are basically the same internally.  In practice,
they are nested. \bookpaper defines default font sizes, as well  as
output scaling. \paper sets defintions for \score blocks. All settings
in  \bookpaper are defaults to \paper. In other words, a \paper
setting will override a \bookpaper setting

 2. lilypond uses mainly hsize and linewidth to determine the size of
 the side margins. for instance, in paper.scm:
 
 (module-define! m 'linewidth (- w (* 20 mm)))
 
 the 20mm is the hardcoded default for the sum of both margins. I
 believe that to have true left and right margins defined by the user
 linewidth had to be defined in relation to them,
 like linewidth = hzise-(lmargin+rmargin)

I'm not sure what the best approach is. Of course, 1 quantity from
{linewidth,margin,hsize} is always redundant. I think it would be best
if we could devise a system, where we can specify any two quantities
and have the third computed automatically.

How does latex cope with this problem?

 I believe that in most cases the uses wants to use
 (top|bottom|left|right)margins instead of line(width|height).

I'm not sure. Of course, I'm rather typographically inclined, but I
always specify linewidth. That is also the quantity that should not be
changed after final layout tweaks have been done. Layout depends on
linewidth. It would be a bad thing if printing a piece for a different
paper size would upset my careful formatting.

-- 

 Han-Wen Nienhuys   |   [EMAIL PROTECTED]   |   http://www.xs4all.nl/~hanwen 



___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


Re: 'make all' fails on CVS ChangeLog 1.2405

2004-07-26 Thread David Bobroff
On Mon, 2004-07-26 at 22:18, Han-Wen Nienhuys wrote:
 [EMAIL PROTECTED] writes:
  I'm still getting 'make' failures on CVS.  I even tried a fresh checkout
  and got this just before it crapped out (RedHat 9):
 
 opps, there was a typo in my last fix. Should be ok now.

And indeed it is.

-David



___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


TimeSignature problem

2004-07-26 Thread Werner LEMBERG

[lilypond 2.2.x]

I want to have this:

  \override Staff.TimeSignature #'style = #'()

in a \paper{\context{}} block where it belongs to IMHO.  What's the
right syntax for this?


Werner


___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel


what is \consistsend

2004-07-26 Thread Werner LEMBERG

What is \consistsend good for?  It is nowhere documented.


Werner


___
lilypond-devel mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/lilypond-devel