lilypond-user
[Top][All Lists]
Advanced

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

Re: Newbie: Setting music, verses, music, verses


From: Marek Klein
Subject: Re: Newbie: Setting music, verses, music, verses
Date: Sat, 2 Mar 2013 16:59:36 +0100

Hello,
2013/3/2 Kevin Zembower <address@hidden>
I'd like to improve this in two ways:

1. Conceptually, I don't think this is the way it should be done. I'm
guessing that this should all be in one \score.

I find it conceptually correct.
 
2. Appearance-wise, the second piece of music starts with a time
signature and is indented. I think that this is a consequence of the
second \score section. I would like for this not to occur.

You need just modify your layout block like this:
\layout {
  indent = 0
  \context {
    \Staff
    \remove "Time_signature_engraver"
  }
}

HTH
Marek Klein
http://gregoriana.sk

reply via email to

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