On 2/10/19, Reggie wrote:
> How did you manage to remove the "single"
> staffs name to make blank space for div a4 name?
Assuming you’re referring to this message:
https://lists.gnu.org/archive/html/lilypond-user/2019-02/msg00242.html
I simply added a "%" character in front of the shortInstrumen
Valentin Villenave-3 wrote
> On 2/7/19, Reggie <
> reegistoop@
> > wrote:
>> I understand yes but there actually is a section of the piece later where
>> there is a divisi with time signature changes.
>
> Then you should replace
> \remove Time_Signature_engraver
>
> with
> \once \override TimeS
On 2/7/19, Reggie wrote:
> I understand yes but there actually is a section of the piece later where
> there is a divisi with time signature changes.
Then you should replace
\remove Time_Signature_engraver
with
\once \override TimeSignature.stencil = ##f
This will prevent the TimeSignature from
Valentin Villenave-3 wrote
> Well, since you’re starting in the middle of the score, it doesn’t
> make sense to print a Time Signature like if it was the beginning.
> However, this will also remove new Time Signatures, so if you need to
> change \time in your divisi section, you’ll need to use some
On 2/7/19, Reggie wrote:
> Thank you V but this does not compile. What did I do wrong?
Oh yes, I made a mistake when pasting into my previous message. Try this:
%
scoreAViolinIbegin = \relative c'' {
\repeat unfold 10 c1
ges1
}
scoreAViolinImiddle = \relative c' {
On Thu 07 Feb 2019 at 08:16:28 (-0700), Reggie wrote:
> Valentin Villenave-3 wrote
[…]
> > %% Here’s the layout for _this_ \score only.
> > %% (it doesn’t apply to individual parts.)
> > \layout {
> > \context {
> > \Staff
> > \name "miniStaff"
> > alignAboveCont
Valentin Villenave-3 wrote
> Here is how I would type your example, using many variables (and no
> \tags, like I did earlier). As you can see, everything with notes is
> defined first, and _then_ comes every structural information: what
> should be printed where, in which group, coming after this a
On 2/7/19, Reggie wrote:
> I don't know what to say but thank you from the bottom of my heart. You
> saved me and my code.
Thanks! Sure, what you posted wasn’t "minimal"… but at least it
worked, unlike the last time (where you had copied only a piece of the
code and we couldn’t compile it on its
Valentin Villenave-3 wrote
> On 2/6/19, Reggie <
> reegistoop@
> > wrote:
>> Hi. I have put together as much as I can to truly do my best. I hope I am
>> able to get some help to learn why I am wrong. I have a few questions.
>> One,
>> how can I input notes in Violin in the empty measures below d
Valentin Villenave-3 wrote
> On 2/6/19, Reggie <
> reegistoop@
> > wrote:
>> Hi. I have put together as much as I can to truly do my best. I hope I am
>> able to get some help to learn why I am wrong. I have a few questions.
>> One,
>> how can I input notes in Violin in the empty measures below d
On 2/6/19, Reggie wrote:
> Hi. I have put together as much as I can to truly do my best. I hope I am
> able to get some help to learn why I am wrong. I have a few questions. One,
> how can I input notes in Violin in the empty measures below divisisi?
Well, you’re using something a bit unusual : y
Michael Gerdau wrote
>> Hi. I have put together as much as I can to truly do my best. I hope I am
>> able to get some help to learn why I am wrong. I have a few questions.
>> One,
>> how can I input notes in Violin in the empty measures below divisisi? I
>> don't understand where to insert in my co
> Hi. I have put together as much as I can to truly do my best. I hope I am
> able to get some help to learn why I am wrong. I have a few questions. One,
> how can I input notes in Violin in the empty measures below divisisi? I
> don't understand where to insert in my code please. Second, how can I
Hi. I have put together as much as I can to truly do my best. I hope I am
able to get some help to learn why I am wrong. I have a few questions. One,
how can I input notes in Violin in the empty measures below divisisi? I
don't understand where to insert in my code please. Second, how can I put a
c
14 matches
Mail list logo