|
|
Subject: after-title-space being ignored - msg#00294
List: lilypond-user-gnu
Hello
I am trying to use after-title-space variable to get some extra space
between the 'meter' line and the 'lyrics' line that is appearing in the
top of the stave.
I tried to put
\paper {
after-title-space = 3\cm
}
but nothing changed.
Also, I tried to put that same line in the \layout section but nothing
happens as well.
Can anybody give me an hint on why this does not work or how can I force
that extra space?
Thank you in advance,
Alberto
--
Alberto Simões
_______________________________________________
lilypond-user mailing list
lilypond-user@xxxxxxx
http://lists.gnu.org/mailman/listinfo/lilypond-user
Was this page helpful?
Thread at a glance:
Previous Message by Date:
click to view message preview
orchestra/opera example
Ok, we have three contenders.
1) Original version, from Jonathan:
http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=blob;f=texinfo/images/orchestral-small.png;h=dc750e599326625f9853c602f970c9e5deffe1cf;hb=refs/heads/web-gop
2) Berlioz overture:
http://www.mail-archive.com/lilypond-user@xxxxxxx/msg51734.html
3) Something from Valentin's Opera:
** no clue what this looks like... oh wait, the score is online, isn't it?
http://valentin.villenave.info/opera/Z-files/big_stuff.pdf
... ok, never mind. My vote definitely goes for the opera. Something
like page 18. That has plenty of "wow" factor, although maybe
Valentin can suggest a later section with even more stuff. Hmm...
maybe bars 19-21 (inclusive) of Act I? It would be nice if there were
more percussion, and perhaps even interlocking vocal parts. Valentin,
any suggestions? I shouldn't spend the time to flip through your
entire score; there's too many issues with the build system that need
my attention.
Cheers,
- Graham
_______________________________________________
lilypond-user mailing list
lilypond-user@xxxxxxx
http://lists.gnu.org/mailman/listinfo/lilypond-user
Next Message by Date:
click to view message preview
Re: after-title-space being ignored
2009/10/17 Alberto Simões <albie@xxxxxxxxxxxxxxxxxxxxxxx>:
> Hello
>
> I am trying to use after-title-space variable to get some extra space
> between the 'meter' line and the 'lyrics' line that is appearing in the
> top of the stave.
>
> I tried to put
>
> \paper {
> after-title-space = 3\cm
> }
>
> but nothing changed.
What version are you using? after-title-spacing (not "-space") is
currently an associative list, try
\paper {
after-title-spacing = #'((padding . 20))
}
on a recent version of the program.
--
Francisco Vila. Badajoz (Spain)
www.paconet.org
www.csmbadajoz.com
_______________________________________________
lilypond-user mailing list
lilypond-user@xxxxxxx
http://lists.gnu.org/mailman/listinfo/lilypond-user
Previous Message by Thread:
click to view message preview
orchestra/opera example
Ok, we have three contenders.
1) Original version, from Jonathan:
http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=blob;f=texinfo/images/orchestral-small.png;h=dc750e599326625f9853c602f970c9e5deffe1cf;hb=refs/heads/web-gop
2) Berlioz overture:
http://www.mail-archive.com/lilypond-user@xxxxxxx/msg51734.html
3) Something from Valentin's Opera:
** no clue what this looks like... oh wait, the score is online, isn't it?
http://valentin.villenave.info/opera/Z-files/big_stuff.pdf
... ok, never mind. My vote definitely goes for the opera. Something
like page 18. That has plenty of "wow" factor, although maybe
Valentin can suggest a later section with even more stuff. Hmm...
maybe bars 19-21 (inclusive) of Act I? It would be nice if there were
more percussion, and perhaps even interlocking vocal parts. Valentin,
any suggestions? I shouldn't spend the time to flip through your
entire score; there's too many issues with the build system that need
my attention.
Cheers,
- Graham
_______________________________________________
lilypond-user mailing list
lilypond-user@xxxxxxx
http://lists.gnu.org/mailman/listinfo/lilypond-user
Next Message by Thread:
click to view message preview
Re: after-title-space being ignored
2009/10/17 Alberto Simões <albie@xxxxxxxxxxxxxxxxxxxxxxx>:
> Hello
>
> I am trying to use after-title-space variable to get some extra space
> between the 'meter' line and the 'lyrics' line that is appearing in the
> top of the stave.
>
> I tried to put
>
> \paper {
> after-title-space = 3\cm
> }
>
> but nothing changed.
What version are you using? after-title-spacing (not "-space") is
currently an associative list, try
\paper {
after-title-spacing = #'((padding . 20))
}
on a recent version of the program.
--
Francisco Vila. Badajoz (Spain)
www.paconet.org
www.csmbadajoz.com
_______________________________________________
lilypond-user mailing list
lilypond-user@xxxxxxx
http://lists.gnu.org/mailman/listinfo/lilypond-user
|
|