Center page content in songs package
up vote
1
down vote
favorite
I want to use the songs
package to create a single lyrics sheet. All the enumeration stuff hence is not really interesting, and I would like to have the lyrics centered on the page rather then aligned on the left hand side. I tried fiddling around with the size of the left margin, but I wasn't able to do that with variables such as linewidth
. Is there an easy way to center a whole begin{songs} ... end{songs}
environment?
songs
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
1
down vote
favorite
I want to use the songs
package to create a single lyrics sheet. All the enumeration stuff hence is not really interesting, and I would like to have the lyrics centered on the page rather then aligned on the left hand side. I tried fiddling around with the size of the left margin, but I wasn't able to do that with variables such as linewidth
. Is there an easy way to center a whole begin{songs} ... end{songs}
environment?
songs
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Could you please give a complete MWE so we have something to play with. Without testing: doescentering
help?
– Skillmon
Jan 7 at 21:22
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I want to use the songs
package to create a single lyrics sheet. All the enumeration stuff hence is not really interesting, and I would like to have the lyrics centered on the page rather then aligned on the left hand side. I tried fiddling around with the size of the left margin, but I wasn't able to do that with variables such as linewidth
. Is there an easy way to center a whole begin{songs} ... end{songs}
environment?
songs
I want to use the songs
package to create a single lyrics sheet. All the enumeration stuff hence is not really interesting, and I would like to have the lyrics centered on the page rather then aligned on the left hand side. I tried fiddling around with the size of the left margin, but I wasn't able to do that with variables such as linewidth
. Is there an easy way to center a whole begin{songs} ... end{songs}
environment?
songs
songs
asked Jan 7 at 19:12
telegott
132
132
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 4 hours ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Could you please give a complete MWE so we have something to play with. Without testing: doescentering
help?
– Skillmon
Jan 7 at 21:22
add a comment |
Could you please give a complete MWE so we have something to play with. Without testing: doescentering
help?
– Skillmon
Jan 7 at 21:22
Could you please give a complete MWE so we have something to play with. Without testing: does
centering
help?– Skillmon
Jan 7 at 21:22
Could you please give a complete MWE so we have something to play with. Without testing: does
centering
help?– Skillmon
Jan 7 at 21:22
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
The songs package's slides
mode does this. Just load the package in the following way:
usepackage[slides]{songs}
Slides mode omits chords by default, but you can include them with:
usepackage[slides,chorded]{songs}
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
The songs package's slides
mode does this. Just load the package in the following way:
usepackage[slides]{songs}
Slides mode omits chords by default, but you can include them with:
usepackage[slides,chorded]{songs}
add a comment |
up vote
0
down vote
The songs package's slides
mode does this. Just load the package in the following way:
usepackage[slides]{songs}
Slides mode omits chords by default, but you can include them with:
usepackage[slides,chorded]{songs}
add a comment |
up vote
0
down vote
up vote
0
down vote
The songs package's slides
mode does this. Just load the package in the following way:
usepackage[slides]{songs}
Slides mode omits chords by default, but you can include them with:
usepackage[slides,chorded]{songs}
The songs package's slides
mode does this. Just load the package in the following way:
usepackage[slides]{songs}
Slides mode omits chords by default, but you can include them with:
usepackage[slides,chorded]{songs}
answered Jul 2 at 14:49
Kevin Hamlen
36125
36125
add a comment |
add a comment |
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f409274%2fcenter-page-content-in-songs-package%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Could you please give a complete MWE so we have something to play with. Without testing: does
centering
help?– Skillmon
Jan 7 at 21:22